联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off setlocal ENABLEDELAYEDEXPANSION for /f "delims=" %%i in ('dir/b/ad') do ( set str=%%i set str=!str: =! echo !str:~0,18!>>hm.txt echo !str:~18!>>xm.txt )
@echo off for /f "delims=" %%i in ('dir/b/ad') do ( set str=%%i call set str=%%str: =%% call echo %%str:~0,18%%>>hm.txt call echo %%str:~18%%>>xm.txt )