
| Quote: | |
|
CODE: [Copy to clipboard]@echo off&setlocal enabledelayedexpansion&set file=%random%
for /f "delims=\ tokens=7" %%a in (1.txt) do (
set str=%%a
set str=!str: =!
>>%file% echo !str!
)
start notepad %file%
exit/b
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |