home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / terminat.arj / HOST.EXE / DOOR.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-08-13  |  1.7 KB  |  36 lines

  1. @ECHO OFF
  2.  
  3. REM ┌────────────────────────────────────────────────────────────────────┐
  4. REM │        This file belongs to Terminate, The Final Terminal          │
  5. REM └────────────────────────────────────────────────────────────────────┘
  6. REM         ┌───────────────────────────────────────────────────┐
  7. REM         │  Hostmode command:  HOST\DOOR.BAT !P !B !H !I !M  │
  8. REM         ├───────────┬──────────────────┬────────────────────┤
  9. REM         │ Parameter │ Description      │ Examples           │
  10. REM         ├───────────┼──────────────────┼────────────────────┤
  11. REM         │    %1     │ Port number      │ 1,2,3,4            │
  12. REM         │    %2     │ Port speed       │ 300..115200        │
  13. REM         │    %3     │ Port address     │ 02F8,03F8          │
  14. REM         │    %4     │ Port IRQ         │ 3,4,5,6,7          │
  15. REM         ├───────────┴──────────────────┴────────────────────┤
  16. REM         │    Look in HOST\DOORMENU for more information     │
  17. REM         │  REMEMBER: NO BLANK LINES AT THE END OF DOORMENU  │
  18. REM         └───────────────────────────────────────────────────┘
  19.  
  20. REM Starts Doorway using port-address and IRQ in case of special settings.
  21. HOST\DOORWAY PORT:%3:%4 /S:* /G:ON /M:1000 /O:T /L /I:HOST\DOORMENU
  22.  
  23. REM Example for use with Fossil driver or ISDN fossil drivers like cFos.
  24. REM *IMPORTANT* Use AT&D0 when using cFos to disable status line!
  25. REM HOST\DOORWAY COM%1F /S:* /G:ON /M:1000 /O:T /L /I:HOST\DOORMENU
  26.  
  27. REM Use standard comport
  28. REM HOST\DOORWAY COM%1 /S:* /G:ON /M:1000 /O:T /L /I:HOST\DOORMENU
  29.  
  30. REM Example to call COM2 with IRQ5
  31. REM HOST\DOORWAY PORT:02F8:5 /S:* /G:ON /M:1000 /O:T /L /I:HOST\DOORMENU
  32.  
  33. REM Example for local use only
  34. REM HOST\DOORWAY LOCAL /S:* /G:ON /M:1000 /O:T /L /I:HOST\DOORMENU
  35.  
  36.