
CODE: [Copy to clipboard]1、()的问题,只要一运行,就会提示:“此时不应有()”@echo off&&setlocal EnableDelayedExpansion
for /f "tokens=1,2,3,4,5delims= " %%a in (测试.txt) do (
echo (%%a);(%%b);(%%c);(%%d);(%%e);>>test.txt
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |