Created
October 10, 2014 00:57
-
-
Save yanhua365/e79370548923459e7d44 to your computer and use it in GitHub Desktop.
用vbscript来运行bat文件并隐藏窗口
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dim objShell | |
set objShell=wscript.createObject("WScript.Shell") | |
iReturnCode=objShell.Run("c:\testcopy.bat",0,TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment