about call a dos command question

Jun 19 2007 2:17 AM
not used in forms, in web site , I want to call a dos command ,such as  net user sysadmin 1234 /add , I using:
 System.Diagnostic.Process.Start(@"net user sysadmin 1234 /add ");
but this calling is failed! why! thanks a lot!

Answers (8)