标题: 如何用echo将这一串字符输出到文本文件中
[打印本页]
作者: colinwang
时间: 2009-12-2 23:22
标题: 如何用echo将这一串字符输出到文本文件中
请问如何用echo将下面一串字符输出到文本文件中
CreateObject("WScript.Shell").run "iexplore
http://www.baidu.com,0"
这么写不对:echo CreateObject("WScript.Shell").run "iexplore
http://www.baidu.com",0>temp.txt
Last edited by colinwang on 2009-12-2 at 23:39 ]
作者: BeeButterflyDos
时间: 2009-12-2 23:44
请问到底是哪个呢?
CreateObject("WScript.Shell").run "iexplore
http://www.baidu.com,0"
CreateObject("WScript.Shell").run "iexplore
http://www.baidu.com",0
如果是后面一个,在"0"后面多一个空格就可以了
Last edited by BeeButterflyDos on 2009-12-2 at 23:46 ]
作者: colinwang
时间: 2009-12-2 23:50
谢谢楼上,是加一个空格的问题,呵呵
不过有些又不用加不知道是为什么