C
chandru.govind
Hi,
I built a C# application that scans a folder and pops up a form if
there are any files present in the folder. I have scheduled this as a
task to repeat every 1 min using the windows task scheduler. But what
happens is that if that application is running, the task scheduler
fails to start the same exe. Otherwise it starts it. Do any one have
any suggestions on this problem?
Thanks,
CKG
(P.S: My form app when started, scans for any instance of the same
program running and kills it. It all works fine when i try to run the
exe many times manually!)
I built a C# application that scans a folder and pops up a form if
there are any files present in the folder. I have scheduled this as a
task to repeat every 1 min using the windows task scheduler. But what
happens is that if that application is running, the task scheduler
fails to start the same exe. Otherwise it starts it. Do any one have
any suggestions on this problem?
Thanks,
CKG
(P.S: My form app when started, scans for any instance of the same
program running and kills it. It all works fine when i try to run the
exe many times manually!)