lp8322146 当前离线
列兵
Batcher 当前离线
管理员
@echo off for /f "delims=" %%i in ('dir /b /ad') do ( pushd "%%i" npm run build popd "C:\Program Files\WinRAR\WinRAR.exe" a -ep1 -ibck "%%i.zip" "%%i" REM 请确保project和"某个目录"在同一个分区下面 move /y "%%i" "D:\某个目录" )复制代码
TOP