G Guest Feb 15, 2005 #1 How to write a scheduled windows task . Not a windows service I want to schedule this exe in windows task scheduler. Thanks ajit
How to write a scheduled windows task . Not a windows service I want to schedule this exe in windows task scheduler. Thanks ajit
G Guest Feb 15, 2005 #2 Any executable (EXE, BAT, etc) can be a scheduled task. I'm using WinXP Pro so the command line interface for scheduling tasks is SCHTASKS. I have written a routine in C# that will handle the call
Any executable (EXE, BAT, etc) can be a scheduled task. I'm using WinXP Pro so the command line interface for scheduling tasks is SCHTASKS. I have written a routine in C# that will handle the call