封印 当前离线
三级士官
Python 当前离线
少校
@echo off set str=D:\eg.exe for %%i in ("%str%") do ( if not exist "%%~i\" ( if exist %%i ( md "%%~dpi" move /y %%i "%%~dpi" ) ) )复制代码
TOP
xxpinqz (YiFeng)当前离线
中校
(for %%a in (%str%) do ( md "%%~dpna" move "%%a" "%%~dpna\" ))2>nul复制代码