On cmd RunProgram>program.exe it shows this error:
On Win64 if trying to run 64bit system process try bypassing fle system redirection with RP_WIN64PROCESS or referring to SYS_NATIVE.
Can you help me?
Thanks
Error RunProgram
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Error RunProgram
Most likely the path is wrong, or you first need to use ChangeDir. Can you share your exact code and maybe a screenshot of Explorer showing the same path?
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?
Re: Error RunProgram
I attach the error image. Program sometimes shows this error. Why is access denied?
The code is simple. At line 76:
RunProgram>C:\Luciano\Scommesse\Scommesse\BotBfa\Bfa_Live.exe
WaitProcessTerminated>Bfa_Live.exe
In this program I always use the same path: C:\Luciano\Scommesse\Scommesse\BotBfa\
The code is simple. At line 76:
RunProgram>C:\Luciano\Scommesse\Scommesse\BotBfa\Bfa_Live.exe
WaitProcessTerminated>Bfa_Live.exe
In this program I always use the same path: C:\Luciano\Scommesse\Scommesse\BotBfa\
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Error RunProgram
Does the app need to be run as admin? What happens if you exit Macro Scheduler completely (File/Exit or Exit from system tray icon menu). Then right click on Macro Scheduler shortcut and select Run as Admin. Then run your script. Does it then work?
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?
Re: Error RunProgram
Yes, now it works
Thanks
Thanks