I currently have a .bat
file that look like this:
start <program1>
start <program2>
pause
And that makes the job for opening the two programs I want at once.
But what should I do if, for instance, I want them to stop running after 1 hour?
I currently have a .bat
file that look like this:
start <program1>
start <program2>
pause
And that makes the job for opening the two programs I want at once.
But what should I do if, for instance, I want them to stop running after 1 hour?