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.Diagnost ics.ProcessStar tInfo("schtasks /create
/tn ""Test2"" /tr C:\WINDOWS\syst em32\calc.exe /sc daily /st 15:14:00
/ru ""System""" )
System.Diagnost ics.Process.Sta rt(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.Diagnost ics.ProcessStar tInfo("schtasks /create
/tn ""Test2"" /tr C:\WINDOWS\syst em32\calc.exe /sc daily /st 15:14:00
/ru ""System""" )
System.Diagnost ics.Process.Sta rt(task)
Any help will be gratefully received
Neil.
Comment