Running console application as hidden

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,
 
C

cksanjose

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top