
CODE: [Copy to clipboard]这个是我在js里的实例 你改改吧var WshShell = WScript.CreateObject("WScript.Shell");
var WshSysEnv = WshShell.Environment("Process");
var queue =WshSysEnv("appdata")+ "\\NewspaperDirect\\PressReader\\queue\\";
var issue =WshSysEnv("appdata")+ "\\NewspaperDirect\\PressReader\\issues\\";
CODE: [Copy to clipboard]test.bat:Wscript.echo WScript.Arguments(0)
CODE: [Copy to clipboard]有参数不用岂不是舍本求末?@echo off
set /p str=输入要显示的字符:
start test.vbs %str%
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |