1 2 3 4 5 6 7 8 9
@SETLOCAL @REM arch = x86, amd64, or ia32 SET ARCH=amd64 @REM Delete the gitblit service "%~dp0%ARCH%\gitblit.exe" //DS//gitblit @ENDLOCAL