8
Answers

about call a dos command question

Photo of taian monkey

taian monkey

18y
4.1k
1
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)