I just want to run a small compiled to exe script(MSched 8.1) on Windows NT Server and I'm getting always this start error message:
Macro Scheduler - Warning
Error with Let>, ,,=missing
OK Abort
here is my script:
Run Program>%SYS_DIR%\control.exe inetcpl.cpl,@0,4
Wait>1
Press ALT
Send Character/Text>l
Release ALT
Could you help me to solve this problem?
Error with Let>, ,,=missing
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Both the script and a compiled version of it work fine for me. Is there something else at play here?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
the exe run ok on my system but only after I press the "OK" button in the displayed error window.
the exe was created using the parameter " /HIDE, /NOSYSTRAY, /LOGFILE=\dev\nul".
if I use only " /LOGFILE=\dev\nul" it also works without error.
Could you check the code to see in what case will be displayed such an error?
the exe was created using the parameter " /HIDE, /NOSYSTRAY, /LOGFILE=\dev\nul".
if I use only " /LOGFILE=\dev\nul" it also works without error.
Could you check the code to see in what case will be displayed such an error?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Remove the commas. The commas should not be there.
If you use the options from the compiler screen it will put these options in for you. The correct line should be:
"/HIDE /NOSYSTRAY /LOGFILE=\dev\nul"
If you use the options from the compiler screen it will put these options in for you. The correct line should be:
"/HIDE /NOSYSTRAY /LOGFILE=\dev\nul"
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?