I use the VB program execution VBS script,
Now want to interrupt the script is run by the program,
Not close the VB program,
Ask for advice
CodePudding user response:
http://bbs.csdn.net/topics/350085293
I saw this post, and I need about the same, but did not specify how to implement the interrupt,
CodePudding user response:
Use a thread to execute the script, end thread to suspend directly
CodePudding user response:
Or they can create a script errors, let the script terminates
CodePudding user response: