Files
bnhtrade/build/bnhtradeRegasmRefresh.bat
2019-03-29 18:49:42 +00:00

8 lines
164 B
Batchfile

@set mypath=%~dp0
call "%mypath%bnhtradeRegasmUninstall.bat" nopause
call "%mypath%bnhtradeRegasmInstall.bat" nopause
@echo Completed regasm refresh
@echo.
@pause