Files
bnhtrade/build/bnhtrade.ComTypeLib.RegAsmRefresh.bat

8 lines
188 B
Batchfile

@set mypath=%~dp0
call "%mypath%bnhtrade.ComTypeLib.RegAsmUninstall.bat" nopause
call "%mypath%bnhtrade.ComTypeLib.RegAsmInstall.bat" nopause
@echo Completed regasm refresh
@echo.
@pause