求解答!!echo无法写入
dos吧
全部回复
仅看楼主
level 1
群殴孙立军
楼主
我想把 do while(a <> "我爱你") 写入d:\a.txt,但是不行
求解。。
2013年03月28日 03点03分
1
level 11
m0202192102
< 和 > 都带有特殊意义,要先加上 ^ 才能把它们作为普通字符输出
echo.^[do while(a ^<^> "我爱你")]>>d:\a.txt
2013年03月28日 05点03分
2
群殴孙立军
多谢大神。。。还有一个问题。。 dim WSHshellAset WSHshellA = wscript.createobject("wscript.shell")WSHshellA.run "cmd.exe /c copy d:\a.txt "C:\Documents and Settings\Administrator\「开始」菜[$1]单\程序\a.txt"" 这段代码没法执行。。。估计是两对引号嵌套。。。怎么破??
2013年03月28日 05点03分
m0202192102
回复 群殴孙立军 :VB没研究
2013年03月28日 11点03分
level 1
群殴孙立军
楼主
2013年03月28日 05点03分
3
1