输入以下内容:
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 ]
哦,呵呵,原来mshta可以,不过这个可以增加一些附加的功能,比如创建对象.
楼上:我不会加..不好意思.
Last edited by sonicandy on 2007-10-8 at 06:59 PM ]