home *** CD-ROM | disk | FTP | other *** search
/ Boink! 1995 May/June / Image.bin / df_ / mailbox / terminat / 0151ter2._xe / rar / UTILS.EXE / DOOR.BAT < prev    next >
DOS Batch File  |  1994-11-06  |  571b  |  19 lines

  1. @ECHO OFF
  2.  
  3. REM ┌────────────────────────────────────────────────────────────────────┐
  4. REM │        This file belongs to Terminate, the final terminal          │
  5. REM └────────────────────────────────────────────────────────────────────┘
  6.  
  7. REM
  8. REM  Unpack DOORWAY.EXE in the UTILS\ directory
  9. REM  You can toggle between direct and bios videomode by pressing Ctrl-U.
  10. REM  Enter Exit to return to Terminate hostmode.
  11. REM
  12.  
  13. REM Direct default
  14. DOORWAY COM%1 /S:* /G:ON /V:D^U /M:1000 /C:DOS
  15.  
  16. REM Bios default
  17. REM DOORWAY COM%1 /S:* /G:ON /V:B^U /M:1000 /C:DOS
  18.  
  19.