Hello123World 当前离线
荣誉版主
::将当前文件夹中所有的文件(包括子文件夹中的文件)转成rar格式(包括bat文件本身),再次转回原格式,需要将bat文件手动改回.bat格式,运行即可。 @echo off if not exist $ (goto 1) else (Goto 2) :1 For /r %%i in (*.*) do (echo %%i>>$ Ren "%%i" "%%~ni.rar") Exit :2 For /f "delims=" %%i in ($) do Ren "%%~dpni.rar" "%%~nxi" Del $ Pause>nul&Exit 复制代码
shaqi 当前离线
列兵
TOP
cjiabing (甲兵时代)当前离线