home *** CD-ROM | disk | FTP | other *** search
- echo off
- if not exist instmenu.exe goto error1
- instmenu
- pause
- if exist sp.ov? del sp.ov?
- if exist sp.exe del sp.exe
- if exist laserjet.* del laserjet.*
- if not exist decomp.bat goto error2
- decomp
-
- :error1
- echo Please change to Installation Disk drive and then type INSTALL.
- goto end2
- :error2
- echo Installation cancelled.
- goto end2
- :end2
-