home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 093.RUNME.BAT < prev    next >
DOS Batch File  |  1992-12-15  |  648b  |  33 lines

  1. @echo off
  2. echo off
  3. cls
  4. type humbledx.ans
  5. pause > nul
  6. :DOCVIEW
  7. cls
  8. type humblmnu.ans
  9. humblfky/ll/                               Be Humble:
  10. if not errorlevel 1 goto ESC
  11. if errorlevel 61 goto QEDIT
  12. if errorlevel 60 goto PDOX
  13. cls
  14. humblevw f1gp.txt
  15. goto DOCVIEW
  16. :PDOX
  17. cls
  18. humblque/  l/      Is your printer ready? (Y/N)
  19. if errorlevel 2 goto DOCVIEW
  20. if not errorlevel 1 goto DOCVIEW
  21. copy f1gp.txt PRN:
  22. goto DOCVIEW
  23. :QEDIT
  24. cls
  25. humblque/  l/      Is QEDIT in your DOS PATH (Y/N) ?
  26. if errorlevel 2 goto DOCVIEW
  27. if not errorlevel 1 goto DOCVIEW
  28. Q.EXE f1gp.txt
  29. goto DOCVIEW
  30. :ESC
  31. cls
  32. echo Thanks for choosing THG and HumbleDox.
  33.