星瀚 当前离线
列兵
qixiaobin0715 当前离线
大校
if not exist 11 md 11 move 11.* 11复制代码
TOP
xp3000 当前离线
少尉
@echo off&setlocal enabledelayedexpansion for /f "delims=" %%a in ('dir /b *.dwg *.xls *.txt') do ( set b=%%~na&md "!b!"&move !b!%%~xa "!b!" 2>nul ) pause复制代码
1152 当前离线
禁止访问
copy 11.dwg 11 copy 11.xls 11 copy 11.txt 11 exit复制代码
copy 11.dwg 11 copy 11.xls 11 copy 11.txt 11 del 11.dwg 11.xls 11.txt exit复制代码
hlzj88 当前离线
少校