Search found 7 matches
- Wed Dec 17, 2008 7:38 pm
- Forum: Beginners
- Topic: Encryption program, help..
- Replies: 2
- Views: 4329
Not sure if this will help, it's something I knocked up to do some password encryption that I needed. You'll need to change the encrytion key used. This is the line Crypt>EncStrg,PwEntered1,PwCrypt . The script is not perfect but it did the job for me. // Set up for Script // Input Type Set to Passw...
Marcus You state: The macro will fire on the remote machine. That machine needs to be logged in. Does the logged in part mean that a user has to be logged in to the box? I'm trying to run a marco via a URL call but this only seems to work if there is a user logged in and MS is running. I have starte...
- Mon Nov 03, 2008 4:19 pm
- Forum: Technical / Scripting
- Topic: OnEvent for Macro Scheduler Errors
- Replies: 4
- Views: 4601
Dick - I might be able to do something around what you're suggesting, I'll have to have a bit of a think about it. Thanks for the input. Marcus - I'm already using the IfW command, in parts of the script, but this is a bit of a strange app in that it seems to cache some window details and reports th...
- Mon Nov 03, 2008 1:19 pm
- Forum: Technical / Scripting
- Topic: OnEvent for Macro Scheduler Errors
- Replies: 4
- Views: 4601
OnEvent for Macro Scheduler Errors
I’m looking for a way to use OnEvent to branch my script when a Marco Scheduler error occurs i.e. when a window fails to open and the script has a Set Focus statement for that window. It appears that the error will stop the script instantly and the MS error message appears, thus stopping the OnEve...
- Fri Oct 17, 2008 1:00 pm
- Forum: Technical / Scripting
- Topic: msNet feed back to originating browser
- Replies: 4
- Views: 4719
- Fri Oct 17, 2008 12:07 pm
- Forum: Technical / Scripting
- Topic: msNet feed back to originating browser
- Replies: 4
- Views: 4719
- Fri Oct 17, 2008 11:48 am
- Forum: Technical / Scripting
- Topic: msNet feed back to originating browser
- Replies: 4
- Views: 4719
msNet feed back to originating browser
Does anybody know if you can get msNet and the called script to provide regular feedback to a browser that has called the script remotely? I know that the browser gets the details via the MACRO_RESULT variable when the script has finished running, but I’m trying to provide regular feedback on the ...