home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 05B / QHOST201.ZIP / DOOR.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-06-10  |  290 b   |  10 lines

  1. @ECHO OFF
  2. CTTY COM1
  3. ECHO This batch file can be used to run any program that makes
  4. ECHO the appropriate DOS calls.  For example, you can run most
  5. ECHO command line utilities (such as ARJ and PKUNZIP). You can
  6. ECHO also run EDLIN as a remote editor.
  7. PAUSE
  8. EDLIN QHOST.LOG
  9. CTTY CON
  10.