
| Quote: | |
|
CODE: [Copy to clipboard]C:\TEMP\TEST>ver
Microsoft Windows [Version 5.2.3790]
C:\TEMP\TEST>copy con a.bat
@echo off
echo %1 >> 1.txt
^Z
1 file(s) copied.
C:\TEMP\TEST>a.bat "My name is Redtek."
C:\TEMP\TEST>type 1.txt
"My name is Redtek."
C:\TEMP\TEST>
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |