赞
踩
- @echo off
- if "%1" == "h" goto begin
- start mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit
- :begin
-
- ##前四行是隐藏cmd窗口必不可少代码##
- ##下一句引号中内容【随便写,其语法相当于描述说明】
- echo "弈博停车"
-
- ##下一句 cd 后面跟exe程序的绝对路径
- cd D:\常用软件\6b\
-
- ##下一句 start /b 后跟exe程序 【全名】
- start /b epoch.exe
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。