home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT190.ZIP / LASR-MAN.ZIP / LASERMAN.BAT < prev    next >
DOS Batch File  |  1991-05-22  |  777b  |  32 lines

  1. echo off
  2. rem ╔═════════════════════════════════════════════════════════════════════╗
  3. rem ║  LASERMAN.BAT - Load Help module and laser printer utility          ║
  4. rem ╚═════════════════════════════════════════════════════════════════════╝
  5. path-man lasr-man.exe
  6. if ERRORLEVEL 1 goto HELPSTART
  7. echo LASR-MAN is not installed. LASERMAN terminated!
  8. goto EXIT
  9.  
  10. :HELPSTART
  11. set H=
  12. path-man help-man.com
  13. if ERRORLEVEL 1 goto HELPLOAD
  14. set H=X
  15. echo HELP-MAN is not installed.
  16. echo Help, with the F1 key, WILL NOT be available for LASERMAN!
  17. pause
  18. goto HELPEND
  19.  
  20. :HELPLOAD
  21. echo Loading HELP-MAN using LASR-MAN.HPL...
  22. help-man laserman.hpl /f %1
  23. if ERRORLEVEL 1 goto EXIT
  24.  
  25. :HELPEND
  26. lasr-man %1 %2 %3 %4 %5 %6 %7 %8 %9
  27. if "%H%"=="" help-man remove
  28.  
  29. :EXIT
  30. set H=
  31.  
  32.