N
Neil
Hi,
I am having problems in trying to create a scheduled task from within
in application that carries out a health check on a client. I am using
VS 2005.
When the program runs it flashes a command prompt but does nothing.
Dim task As New System.Diagnostics.ProcessStartInfo("schtasks /create
/tn ""Test2"" /tr C:\WINDOWS\system32\calc.exe /sc daily /st 15:14:00
/ru ""System""")
System.Diagnostics.Process.Start(task)
Any help will be gratefully received
Neil.
I am having problems in trying to create a scheduled task from within
in application that carries out a health check on a client. I am using
VS 2005.
When the program runs it flashes a command prompt but does nothing.
Dim task As New System.Diagnostics.ProcessStartInfo("schtasks /create
/tn ""Test2"" /tr C:\WINDOWS\system32\calc.exe /sc daily /st 15:14:00
/ru ""System""")
System.Diagnostics.Process.Start(task)
Any help will be gratefully received
Neil.