home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Printers / Hewlett_Packard / LaserJet / 6L / DOS / lj821en.exe / SETUP.BAT < prev    next >
DOS Batch File  |  1995-02-01  |  649b  |  28 lines

  1. echo off
  2. rem setup.bat
  3. cls
  4. if not exist instlj.exe goto error
  5. if not exist findport.exe goto error
  6. echo HP LASERJET DOS UTILITIES & DOS DRIVERS SETUP
  7. instlj %1 %2 %3
  8. if not exist c:\admaltoi\norcimo.ate goto finish
  9.  del c:\admaltoi\norcimo.ate > nul
  10.  del c:\admaltoi\instalit.exe > nul
  11.  attrib -h c:\admaltoi\*.* >nul
  12.  del c:\admaltoi\a*.* >nul
  13.  rd  c:\admaltoi
  14.  cls
  15. :finish
  16. if not exist \finish.bat goto end
  17. cls
  18. call \finish
  19. del \finish.bat>nul
  20. goto end
  21. :error
  22. echo Please change the default disk drive to the drive with 
  23. echo the setup diskette and then type SETUP.  For example:
  24. echo     A:
  25. echo     SETUP
  26. :end
  27. echo on
  28.