Set an input BoxInput box is important to VBS as it can provide different input to achieve result. myInputBox = Inputbox("Here will show up the detail…Read More
Pause / WaitUsing sleep function to pause your program
Wscript.Echo "Time Start"
'here is the most important line
WScript.sleep 6000
Wscript.Echo "6 Second …Read More
0 comments:
Post a Comment