I have a console which monitor the Spool file from the folder “C:WindowsSystem32spoolPrinter”.
I want to continously run this application with any manual interferenence. The application should give prompt whenever any file has been added into the above folder.
So, how can I keep the Console Application to run continously or restart even if it stop anytime.
Tried Windows Servcie, but that;s not feasible since the Windows service needs to be installed on more than 1000 remote machines.