P
Peter D. Dunlap
I've got a program (C#) that, if run as a scheduled task, should log
its information in the event log and otherwise run quietly, but if run
manually I want it to display progress and error information on the
screen.
Is there a way for a .NET program to determine whether it was run as a
scheduled task or manually, apart from adding a command line
parameter?
Pete Dunlap
its information in the event log and otherwise run quietly, but if run
manually I want it to display progress and error information on the
screen.
Is there a way for a .NET program to determine whether it was run as a
scheduled task or manually, apart from adding a command line
parameter?
Pete Dunlap