home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo off
- cls
- type hdox.ans
- pause > nul
- :DOCVIEW
- cls
- type hdmenu.ans
- fky/ll/ Press a key, Homer:
- if not errorlevel 1 goto ESC
- if errorlevel 61 goto QEDIT
- if errorlevel 60 goto PDOX
- cls
- hdoxvw grem2new.dox
- goto DOCVIEW
- :PDOX
- cls
- que/ l/ Is your printer ready? (Y/N)
- if errorlevel 2 goto DOCVIEW
- if not errorlevel 1 goto DOCVIEW
- copy grem2new.dox prn
- goto DOCVIEW
- :QEDIT
- cls
- que/ l/ Is QEDIT in your DOS PATH (Y/N) ?
- if errorlevel 2 goto DOCVIEW
- if not errorlevel 1 goto DOCVIEW
- Q.EXE grem2new.dox
- goto DOCVIEW
- :ESC
- cls
- echo Thanks for choosing THG and Humble Dox.
-