home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / packet / mailbox6.arc / MAIL6DAT.DOC < prev    next >
Text File  |  1988-08-18  |  4KB  |  133 lines

  1. REM You may add or remove as many REM lines as you like
  2. REM Do not remove any lines that do not begin with REM
  3. REM You may change the text of any line
  4. REM Do not change the order of the lines
  5. REM You may add to the arrays: TNC$, BBS$, SNMSG$
  6. REM be sure to change the counters TNCN,BBSN,SNMSGN to match the
  7. REM size of the array
  8. REM DO NOT LEAVE ANY BLANK LINES
  9. REM
  10. REM ** Replace PK232 with your call (REM lines are for reference only)
  11. REM ** change here and in TNC SETUP STRING also
  12. REM        YOURCALL$ = "PK232"
  13. PK232
  14. REM *****************PUT CALL TO CHECK FOR MAIL HERE
  15. REM        MAILCALL$ = "WB6CGW"
  16. WB6CGW
  17. REM *********PUT YOUR COMMUNICATIONS PARAMETERS HERE
  18. REM        COMX$ = "COM1:1200,E,7,1,CS60000,RB15360"
  19. REM        COMT$ = "COM1:1200,N,8,1,CS60000,RB15360"
  20. COM1:1200,E,7,1,CS60000,RB15360
  21. COM1:1200,N,8,1,CS60000,RB15360
  22. REM *****************PUT YOUR TNC command strings here
  23. REM RESTARTS TNC     
  24. REM        TRESET$ = "RESTART"
  25. RESTART
  26. REM CHAR THAT PUTS TNC INTO CMD MODE - PUT DECIMAL NUMBER HERE
  27. REM        CMDMODE$ = CHR$(&H3)
  28. 3
  29. REM CHAR THAT DISCONNECTS     
  30. REM        DISMODE$ = "D"
  31. D
  32. REM CHAR FOR CONVERSE MODE     
  33. REM        CONVMODE$ = "CONV"
  34. CONV
  35. REM CHAR FOR TRANSPARENT MODE     
  36. REM        TMODE$ = "T"
  37. T
  38. REM Marks end of binary file and forces disconnect.
  39. REM Change to "/EX" if disconnect not wanted
  40. REM        ENDBINARY$ = "*** DISCONNECTED"
  41. *** DISCONNECTED
  42. REM XON & XOFF CHARS
  43. REM        XON$ = CHR$(&H11)
  44. REM        XOFF$ = CHR$(&H13)
  45. 17
  46. 19
  47. REM *****************PUT YOUR TNC INITIALIZATION STRINGS HERE
  48. REM ENTER # OF TNC SETUP STRINGS HERE     
  49. REM        TNCN = 5
  50. 5
  51. REM autobaud char     
  52. REM        TNC$(1) = "*"
  53. *
  54. REM        TNC$(2) = "ECHO OFF"
  55. ECHO OFF
  56. REM        TNC$(3) = "MY " + YOURCALL$
  57. REM ******************************** PUT MY + YOUR CALL HERE !!!!!!!!!
  58. MY PK232
  59. REM        TNC$(4) = "AWLEN 8"
  60. AWLEN 8
  61. REM        TNC$(5) = "PARITY 0"
  62. PARITY 0
  63. REM ***************** PUT BBS CALLS HERE
  64. REM ENTER # OF BBS CALL STRINGS HERE     
  65. REM        BBSN = 2
  66. 2
  67. REM BBS$(0) RESERVED
  68. REM        BBS$(1) = "Los Altos BBS "
  69. Los Altos BBS
  70. REM        BBS$(2) = "Mail"
  71. MAIL
  72. REM ***************** PUT NUMERICAL POSITION of first letter of
  73. REM call in the string which appears when your TNC connects to a station
  74. REM i.e.  When my TNC connects to a station the following message appears:
  75. REM *** CONNECTED TO XXXXX
  76. REM the first letter of the call appears in the eighteenth position
  77. REM        CALLPOS = 18
  78. 18
  79. REM PUT # OF MESSAGES HERE
  80. REM        SNMSGN = 3
  81. 3
  82. REM        SNMSG$(1) = "Ready to receive mail!"
  83. Ready to receive mail!
  84. REM        SNMSG$(2) = "For ASCII END text with /EX as the last line"
  85. For ASCII END text with /EX as the last line
  86. REM        SNMSG$(3) = "For binary file send  /B FILENAME.EXT  now!"
  87. For binary file send  /B FILENAME.EXT  now!
  88. REM        SOFFMSG$ = "MAIL RECEIVED AT "
  89. MAIL RECEIVED AT
  90. REM ****************** CHANGE FUDGE FACTOR TO SUIT YOUR COMPUTER
  91. REM adjust FF until TNC resets after Upload of binary file
  92. REM        FF = 5
  93. 5
  94. REM TIMER USED WITH COM BUFFER RESET     
  95. REM        T0 = 100
  96. 100
  97. REM SHORT TIMER used when putting TNC into command mode     
  98. REM        T1 = 100 * FF
  99. 100
  100. REM MEDIUM TIMER used to enter/exit quiet mode     
  101. REM        T2 = 500 * FF
  102. 500
  103. REM LONG TIMER used to enter/exit quiet mode     
  104. REM        T3 = 5000 * FF
  105. 5000
  106. REM FOUR MINUITE TIMER     
  107. REM        T4 = 6000 * FF
  108. 6000
  109. REM these appear in front of all commands from the tnc     
  110. REM        FLAG$ = "***"
  111. ***
  112. REM Put your function key strings here
  113. REM        KEY 1
  114. C WB6ASR
  115. REM        KEY 2
  116. LL 12
  117. REM        KEY 3
  118. W
  119. REM        KEY 4
  120. YW
  121. REM        KEY 5
  122. MHEARD
  123. REM        KEY 6
  124. SIX
  125. REM        KEY 7
  126. MY
  127. REM        KEY 8
  128. DISP ALL
  129. REM        KEY 9
  130. CONV
  131. REM        KEY 10
  132. ^C
  133.