How do I determine I perform VBS is there any mistake? There are a great god know
CodePudding user response:
Is called the VBS on exit, add
WScript. Quit 1234
Then in the.net in a Process to run the VBS, eventually Process. ExitCode is 1234 (the exit code can be customized)
Process proc=Process. The Start (@ "D: \ Dr. Bs");
Proc. WaitForExit ();
Console. WriteLine (proc. ExitCode);
CodePudding user response: