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&setlocal enabledelayedexpansion
for /f "delims=" %%a in (123.txt) do set a=%%a&for /l %%b in (1,1,9) do if not "!a:%%b=!"=="!a!" copy %%b.txt d:\ >nul