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>
|
|