GOTO:MAIN :cargoReleaseBuild SETLOCAL ENABLEDELAYEDEXPANSION cargo clean cargo build --release --no-default-features -F %~1 set features=%~1:,=-% COPY target\release\shorekeeper.dll build\shorekeeper-%~1.dll ENDLOCAL EXIT /B 0 :MAIN if exist "build" rd /q /s "build" mkdir build : Build for cn_beta_1_3_0 call:cargoReleaseBuild cn_beta_1_3_0 : Build for cn_live_1_3_0 call:cargoReleaseBuild cn_live_1_3_0 : Build for os_live_1_3_0 call:cargoReleaseBuild os_live_1_3_0 tar -acvf shorekeeper-patch-win64.zip -C build