I have a .bat file in the C drive.
Do I use" run program" command or ExecuteFile command
thanks
How to run program
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Either will work for .bat files.
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 short answer is yes.Do I use" run program" command or ExecuteFile command
The long answer is either will work with a batch file but Run Program> will give you some control by using RP_WAIT and RP_WINDOWMODE where ExecuteFile> will simply execute the batch file with no other control available. Look in help to see how these functions work and what RP_WAIT and RP_WINDOWMODE can do when using Run Program>.