home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
-
- REM ┌────────────────────────────────────────────────────────────────────┐
- REM │ This file belongs to Terminate, the final terminal │
- REM └────────────────────────────────────────────────────────────────────┘
-
- REM
- REM Unpack DOORWAY.EXE in the UTILS\ directory
- REM You can toggle between direct and bios videomode by pressing Ctrl-U.
- REM Enter Exit to return to Terminate hostmode.
- REM
-
- REM Direct default
- DOORWAY COM%1 /S:* /G:ON /V:D^U /M:1000 /C:DOS
-
- REM Bios default
- REM DOORWAY COM%1 /S:* /G:ON /V:B^U /M:1000 /C:DOS
-
-