Running console application as hidden

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For a few reasons I can not use windows services in my application to be run
as scheduled job So I am using console application which will be executed by
windows scheduler.

I want this console application to be run as hidden. Any idea how to do this?

Thanks,
 
Does it have to be a console application? What I've done in the past is
use MSMQ. I created an application that is activated by windows
scheduler. This app wakes and reads all message on the queue and
process them

I hope this helps.
Cesar
 
Back
Top