8
Answers

about call a dos command question

Ask a question
taian monkey

taian monkey

17y
3.7k
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)