I can do
but this returns a file not found errorVB Code:
System.Diagnostics.Process.Start("C:\windows\system32\shutdown.exe")
How do I include the switches at the end of the file name when using Process.Start?VB Code:
System.Diagnostics.Process.Start("C:\windows\system32\shutdown.exe -r")
thanks
kevin




Reply With Quote