记得以前有看到过类似这样的写法,(以下代码是错的)
echo ( 4t3463461
111111
22222
33333
55555 ) >1.txt
总之是echo+()来实现的,现在忘了,请哪位高手给个正确的写法?
echo ( 4t3463461
111111
22222
33333
55555 ) >1.txt
总之是echo+()来实现的,现在忘了,请哪位高手给个正确的写法?
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
Originally posted by lxmxn at 2007-11-26 12:19 PM:
E:\Cmd>type xecho.bat
E:\Cmd>type xecho.bat
@echo this is the first line for echo^
this is the second line^
the end
E:\Cmd>xecho.bat
this is the first line for echo
this is the second line
the end
E:\Cmd>