home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / 400TER.ZIP / 400TER._XE / HOST.EXE / DOOR.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-04-19  |  1.9 KB  |  38 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 You cannot use DOORWAY.EXE with the internal CAPI 1.1 support, Doorway
  26. REM must have a fossil driver like cFos to be able of running at all.
  27. REM HOST\DOORWAY COM%1F /S:* /G:ON /M:1000 /O:T /L /I:HOST\DOORMENU
  28.  
  29. REM Use standard comport
  30. REM HOST\DOORWAY COM%1 /S:* /G:ON /M:1000 /O:T /L /I:HOST\DOORMENU
  31.  
  32. REM Example to call COM2 with IRQ5
  33. REM HOST\DOORWAY PORT:02F8:5 /S:* /G:ON /M:1000 /O:T /L /I:HOST\DOORMENU
  34.  
  35. REM Example for local use only
  36. REM HOST\DOORWAY LOCAL /S:* /G:ON /M:1000 /O:T /L /I:HOST\DOORMENU
  37.  
  38.