@echo off cls echo. echo. echo Hasp Device Driver Utility Patcher (V1.10 - 2006/10/05) echo ======================================================= echo. echo. echo. echo This utility will install the latest version of the drivers. echo. echo (It may take several minutes, just wait please) echo. echo. echo. cd hasp4 echo Please wait, installing 1/3 .... call hinstall -r -kp -nomsg echo. echo. echo. echo Please wait, installing 2/3 .... call ..\hasphl\haspdinst -r -kp -nomsg echo. echo. echo. echo Please wait, installing 3/3 .... call hinstall -i -nomsg -kp -usg -alldrv -fi echo. echo. echo. echo. echo ******************************************************************* echo * * echo * Update completed successfully try to start Radar again ... * echo * * echo ******************************************************************* echo. echo. echo. echo. pause exit