this cmd bat thing sucks but have it as it sits

This commit is contained in:
freedom
2023-08-11 01:41:40 -06:00
parent db71fb2ab3
commit 7409d6cc41

10
cleanbld.bat Normal file
View File

@@ -0,0 +1,10 @@
@echo on
msbuild Program-Manager-II.sln -target:progmgr
del /s "%~dp0\*.7z"
del /s "%~dp0\*.rar"
del /s "%~dp0bin\*.exe"
7z a -r "%~dp0\bin.7z" "%~dp0\bin\*.exe"
WinRAR a -r "%~dp0\bin.rar" "%~dp0\bin\*.exe"
pause