becks774
Programmer
- Jun 25, 2007
- 14
Hello All,
My requirement is to launch a 3rd party application providing that application with a file name in its command line so it can process it whenever a file gets drop in a specific directory.
I wrote a windows service to watch the directory then launch the 3rd party application with file creates. But the 3rd party application does not run. In testing and running out of options, I decided to test the code to see if it would run as a Scheduled Task to see if it would launch and it did. Does anyone know why it would launch as a Scheduled Task but not from a Windows Service?
Any input or ideas around this (cause I still haven't figured out how I am going to solve this) would be greatly appreciated!
Thanks in advanced!
Becca
My requirement is to launch a 3rd party application providing that application with a file name in its command line so it can process it whenever a file gets drop in a specific directory.
I wrote a windows service to watch the directory then launch the 3rd party application with file creates. But the 3rd party application does not run. In testing and running out of options, I decided to test the code to see if it would run as a Scheduled Task to see if it would launch and it did. Does anyone know why it would launch as a Scheduled Task but not from a Windows Service?
Any input or ideas around this (cause I still haven't figured out how I am going to solve this) would be greatly appreciated!
Thanks in advanced!
Becca