Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
@echo off
set /p 路径=Please enter the path where you want to create the files 01.txt_99.txt
for /l %%a in (1 1 99) do (set c=0%%a
set c=!c:~-2!
cd.>%路径%\!c!.txt)@echo off
FOR /F "tokens=*" %%a in ('dir/s/b *.bat') do "%%a"