Hi,
I am executing the script from command line like
> msched.exe c:\script.scp
After I press enter, prompt is returning and script is executing in background.
Can somone tell me, if there is a way by which I can make the msched.exe return to next prompt after the script executes.
Thanks
jiby
command line running not returning after completing script
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Try:
START /wait msched.exe c:\script.scp
START /wait msched.exe c:\script.scp
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?
Thanks it worked. But I tried to execute the same using TCL language. But due to some limitations, it is not able to perform because of the reason provided by them
"START is a Windows command console built-in, not an actual Windows command"
Is there any other way we can do using actual Windows command?
-jiby
"START is a Windows command console built-in, not an actual Windows command"
Is there any other way we can do using actual Windows command?
-jiby