English Rebel
New Member
- Joined
- Jun 8, 2013
- Messages
- 6
- Thread Author
- #1
I have created a batch file to run three programs. However it doesn't run the first two just the last one. Whenever the batch file is running I see a window open and quickly close when each of the first two programs are requested to run. The window is only open for a second so I cannot see what it is but appears to be a standard Windows window that is empty but I can just make out the name of one of the programs in the bar at the top.
For each file I'm adding the line Start "" "the executable file path"
Here's what I used in the batch file:
@echo off
Start "" "the executable file path"
Exit
Any idea why the first two programs won't run as I can double click their .exe files or their shortcuts and they run just fine? Is there a way to see what happened when the batch file ran (a Windows log file perhaps)?
Thanks
Alan
For each file I'm adding the line Start "" "the executable file path"
Here's what I used in the batch file:
@echo off
Start "" "the executable file path"
Exit
Any idea why the first two programs won't run as I can double click their .exe files or their shortcuts and they run just fine? Is there a way to see what happened when the batch file ran (a Windows log file perhaps)?
Thanks
Alan