G
Guest
Multiple instances of executables?
I want to schedule task in "Schedule tasks" that starts an app (build in
vb.net 2005) every 5 minutes. Every time the app starts i want to check if
this job with the same task name, task name is passed as an argument to the
app at start, is completed. If its not completed, just quit.
Schedule tasks:
==========
myApp.exe "TaskNameOne"
myApp.exe "TaskNameTwo"
myApp.exe "TaskNameThree"
How can i check if the "taskname" is already running?
Thanks in advance!
I want to schedule task in "Schedule tasks" that starts an app (build in
vb.net 2005) every 5 minutes. Every time the app starts i want to check if
this job with the same task name, task name is passed as an argument to the
app at start, is completed. If its not completed, just quit.
Schedule tasks:
==========
myApp.exe "TaskNameOne"
myApp.exe "TaskNameTwo"
myApp.exe "TaskNameThree"
How can i check if the "taskname" is already running?
Thanks in advance!