Console

  • Thread starter Thread starter Phil Hunt
  • Start date Start date
P

Phil Hunt

I have a C# applicatoin which write to console to monitor progress. It works
well if I run it manually. But when I have it started from the window
scheduler, the console does not show. Is there a switch somewhere to make it
show ? thanks
 
I have a C# applicatoin which write to console to monitor progress. It
works well if I run it manually. But when I have it started from the
window scheduler, the console does not show. Is there a switch
somewhere to make it show ? thanks

scheduled tasks are not interactive, by default. I would guess using the
/interactive switch is the first step to showing the console.

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top