Ok, so I found AutoIT3 - downloaded and installed. Now I'm running into problems compiling the file - it errors out when I specify the scprompt8.au3 file with "Line 34 (File "xxx\scprompt8.au3"); #include "_RefreshSystemTray.au3" Error: Error opening the file." Am I now doing something wrong in ...
Yes for sure. the method that is used for the text showing has 5 parameters, let me explain: normal view: "_IniReadWrite(@ScriptDir & "\scprompt.ini", "SC", "TEXT1", "Select the Connection Name")" 1. @ScriptDir = Script Directory(where the script got executed) 2. "\scprompt.ini" = the ini file ...
You can replace it: open the "scprompt.au3" (maybe "scprompt6.au3"...) with an editor like "notepad++" or "autoit3". There you have to scroll to the line '288' and '300'. There you can find this entry concerning "SCPrompt 2009 by Sec IT". Replace it with yours :P Marc, Well took some time and ...
Hi sdrabor, this is not correct in all. TEXT4 will be written(maybe there is no place to show it dont know at this moment). But there also TEXT5 existing. (Its hardcoded and not configureable over the "scprompt.ini"-file. :cry: :cry: (Why hardcode?)). You can replace it: open the "scprompt.au3 ...
Just to confirm one thing that was mentioned before... it appears that TEXT4 uses "SCPrompt 2009 by Sec IT" even if I manually put different text in. Not a huge deal, but wanted to make sure it was known.