
CODE: [Copy to clipboard]@echo off
set file="g:\我的文档\test.txt"
(for /f "usebackq eol=▓ delims=" %%a in (%file%) do echo;%%a)>.new
move .new %file%
CODE: [Copy to clipboard]@findstr . a.txt>b.txt
CODE: [Copy to clipboard]@findstr . a.txt>b.txt
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |