2
Answers

Problem handling process

i have a a problem handling process in C#.net 2005.

My code is

process1.start("shutdown -s -t 00");

what can be done ?

Answers (2)