Metropoli BBS
VIEWER: setup.bat MODE: TEXT (ASCII)
echo off
rem setup.bat
cls
if not exist instlj.exe goto error
if not exist findport.exe goto error
echo HP LASERJET DOS UTILITIES & DOS DRIVERS SETUP
instlj %1 %2 %3
if not exist c:\admaltoi\norcimo.ate goto finish
 del c:\admaltoi\norcimo.ate > nul
 del c:\admaltoi\instalit.exe > nul
 attrib -h c:\admaltoi\*.* >nul
 del c:\admaltoi\a*.* >nul
 rd  c:\admaltoi
 cls
:finish
if not exist \finish.bat goto end
cls
call \finish
del \finish.bat>nul
goto end
:error
echo Please change the default disk drive to the drive with 
echo the setup diskette and then type SETUP.  For example:
echo     A:
echo     SETUP
:end
echo on
[ RETURN TO DIRECTORY ]