home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / PKTGOLD.ZIP / GOLDTD.EXE / STARTUP.TNC < prev    next >
Encoding:
Text File  |  1990-12-16  |  3.4 KB  |  151 lines

  1. *************************************************************************
  2. ******     S T A R T U P       M O D E  TESTDRIVE         *******
  3. *************************************************************************
  4.  
  5.     *             Rules for setting up .TNC files:
  6.  
  7.     *  1.   Leading blank spaces are ignored, allowing you to indent
  8.     *       text for readibility
  9.  
  10.     *  2.   Blank lines are ignored, but are useful for readibility.
  11.  
  12.     *  3.   If the first non-blank character is an Asterisk (*)
  13.     *       the line is ignored.
  14.  
  15.  
  16.     * Note:  STARTUP.TNC is read and processed when program is started,
  17.     * and SHUTDOWN.TNC is read and processed on shutdown.
  18.  
  19. * You may create other .TNC files, such as AMTOR.TNC, or BAUDOT.TNC
  20. * and have them read and processed instead of STARTUP.TNC by referring
  21. * to them on the command line, such as PKTDEMO AMTOR
  22.  
  23. * Get into PACKET mode
  24.   PACKET
  25.  
  26. * Many of these commands are "commented out" using the asterisk at
  27. * the beginning of the line.  To modify the file, you may add or
  28. * delete commands, or remove the asterisks if necessary.
  29.  
  30.   RAWHDLC OFF
  31.  
  32. * Do not change the next three parameters
  33. * Sets Transparent mode
  34.  
  35.   CONMODE Trans
  36.   PACLEN 150
  37.   USERS 10
  38.  
  39. * MONITORING PARAMETERS
  40. * Show Digipeaters used in the Address field, Use of Digi, and
  41. * NET/ROM protocol frames, i.e., show all monitored data
  42.  
  43.   MRPT ON
  44.   MDIGI ON
  45.   MRPT ON
  46.   MPROTO ON
  47.  
  48. * MONITOR and MCON to show all frames possible
  49.  
  50.   MONITOR 6
  51.   MCON 6
  52.  
  53. * note date/time on connects
  54.  
  55.   CONSTAMP ON
  56.  
  57. * include DATE on monitored frames, and put stamp on monitored frames
  58. * and add CRLF after each monitored header
  59.  
  60.   DAYSTAMP ON
  61.   MSTAMP ON
  62.   HEADERLN Y
  63.  
  64. * Filter defaults to $80
  65.  
  66.   MFILTER 0
  67.  
  68. * Turn off MBX in case it is on
  69.  
  70.   MBX NONE
  71.  
  72. * Set MFROM and MTO, in case they were on
  73.  
  74.   MFROM ALL
  75.   MTO NONE
  76.  
  77.  
  78. * Fulldup YES will cause problems if you are not operating in a full
  79. * duplex RF environment. Should be OFF or NO for most users.
  80.  
  81.   FULLDUP N
  82.  
  83. ** AX25 parameters for p-Persistant CSMA
  84.  
  85.   PPERSIST ON
  86.   PERSIST  64
  87.   SLOTTIME 30
  88.   DWAIT     0
  89.  
  90. ** In 10 ms increments, 30=300 ms or 1/3 second of Flag chars
  91. ** before starting a data packet.  Sometimes useful to set to
  92. ** longer values (50) for heavy qrm, gives other stations opportunity
  93. ** to hear your "carrier" and refrain from transmitting
  94.  
  95.    TXDELAY  30
  96.  
  97. * Some Digis won't repeater AX25 level 2 frames
  98. * but in general, use AX25 ON (for level 2)
  99.  
  100. * AX25    ON
  101.  
  102.   RETRY    15
  103.   FRACK     7
  104.   MAXFRAME  4
  105.  
  106. * For 2-meter operation
  107.  
  108.   VHF  ON
  109.   HBAUD 1200
  110.  
  111. ******************** OK TO TRANSMIT *****************
  112.  
  113.   XMITOK ON
  114.  
  115. ** pk232 only: (* Not relevant for PK87, PK88 *)
  116. * EAS    ON
  117. * USOS    ON
  118.  
  119.   CTEXT If I'm around, I'll be with you in a minute^M
  120.   CMSG ON
  121.   BTEXT This text is sent with the BEACON when it occurs
  122.  
  123. ***********************
  124. * UI frames go to CQ ( could be UNPROTO CQ VIA W1AW,W2AU etc. )
  125. * or for roundtables UNPROTO GROUP or UNPROTO GROUP VIA W1AQ
  126.  
  127.   UNPROTO CQ
  128.  
  129. * Set Connect From to ALL, or modify as desired,
  130. * for example: CFROM N K6LID, W6LID etc.
  131.  
  132.   * CFROM ALL
  133.  
  134. * Set list of stations to Digipeat
  135. * for example: DFROM Y W1AW, W5YI  etc. etc. or DFROM NONE or ALL
  136.  
  137.   * DFROM ALL
  138.  
  139. * If you have a Digipeat Alias, set it here, and permit regular
  140. * ID with HID Y
  141.  
  142.   * MYALIAS NONE
  143.   * HID Y
  144.  
  145. * Set CHswitch to Control-A in case you run in Direct Terminal
  146.  
  147.   * CHSWITCH $01
  148.  
  149.  
  150.  
  151.