输入以下内容:
将会在windows目录下建立一个vbscript.vbs文件,通过这个文件就可以执行我们想要的操作了,使用的时候需要把双引号改为"
[ Last edited by sonicandy on 2007-9-1 at 07:13 AM ]
echo execute replace(wscript.arguments(0),""","""") > %systemroot%\vbscript.vbs将会在windows目录下建立一个vbscript.vbs文件,通过这个文件就可以执行我们想要的操作了,使用的时候需要把双引号改为"
vbscript "a="hello world!" : msgbox a"
[ Last edited by sonicandy on 2007-9-1 at 07:13 AM ]
