码迷,mamicode.com
首页 > 其他好文 > 详细

隐藏vbs执行cmd命令的窗口

时间:2015-04-16 19:25:35      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:

dim obj_shell
set obj_shell = createobject("wscript.shell")

host = WScript.FullName
If LCase( right(host, len(host)-InStrRev(host,"\")) ) = "wscript.exe" Then
    obj_shell.run "cscript """ & WScript.ScriptFullName & chr(34), 0
    WScript.Quit
End If

隐藏vbs执行cmd命令的窗口

标签:

原文地址:http://www.cnblogs.com/resie/p/4432759.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!