home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / ap504 / aplink.doc < prev    next >
Encoding:
Text File  |  1991-05-29  |  67.5 KB  |  1,707 lines

  1.  
  2.  
  3.                         Sysop Manual for
  4.      AMTOR/PACKET Link (APLINK) Version 5.04, June 1, 1991 
  5.  
  6.          Copyright (c) 1989-1991 - Victor D. Poor, W5SMM
  7.  
  8.  
  9.               Introduction . . . . . . . CHAPTER 1
  10.  
  11.               Hardware Installation  . . CHAPTER 2
  12.  
  13.               Software Installation  . . CHAPTER 3
  14.  
  15.               The Configuration File . . CHAPTER 4
  16.  
  17.               The Forwarding File  . . . CHAPTER 5
  18.  
  19.               Starting the System  . . . CHAPTER 6
  20.  
  21.               Bulletins  . . . . . . . . CHAPTER 7
  22.  
  23.               System Logs  . . . . . . . CHAPTER 8
  24.  
  25.               Console Operation  . . . . CHAPTER 9
  26.  
  27.               Program Distribution  . . CHAPTER 10
  28.  
  29.               Packet Channel Commands . APPENDIX A
  30.  
  31.               AMTOR Channel Commands  . APPENDIX B
  32.                             CHAPTER 1
  33.  
  34.                           Introduction
  35.  
  36. WHAT THE SYSTEM DOES...
  37.  
  38.      The AMTOR/PACKET Link (APLINK) is a software system that
  39. runs under MS-DOS 3.x or higher on an IBM-XT or compatible
  40. computer.  It runs an AMTOR MBO and a PACKET BBS concurrently
  41. using a common set of message files.  (For whatever reason, the
  42. AMTOR community refers to these things as mailboxes [MBO] and the
  43. PACKET community as bulletin board systems [BBS].  In this
  44. document MBO will refer to the AMTOR side and BBS to the PACKET
  45. side of the system.)
  46.  
  47.      Both sides of the system conform as closely as possible to
  48. the conventions that have evolved for the use of PACKET BBSs.
  49. There are differences necessitated by the nature and constraints
  50. of the AMTOR mode.  AMTOR has a very restricted character set and
  51. is subject to transmission errors.  For this reason, as well as
  52. the fact that AMTOR does not automatically identify a sending
  53. station, the MBO requires positive identification during login. 
  54. The MBO will also request confirmation of the addressee when
  55. entering messages into the system (unless the user has selected
  56. 'EXPERT' mode).
  57.  
  58.      Why use AMTOR at all, given its limitations?  AMTOR will
  59. work under difficult radio conditions that would pack in a PACKET
  60. link (pardon the pun).  The author of this system lives on a
  61. sailboat and maintains communications with friends and family via
  62. ham radio. AMTOR has worked reliably for that purpose, day in and
  63. day out, while running with low power, long hauls, and abominable
  64. radio conditions. Only CW could improve on its record for
  65. reliability.
  66.  
  67.      The MBO provides all of the features that any MBO in use
  68. today would normally supply.  The BBS is a subset of what packet
  69. operators who use the W0RLI or WA7MBL systems are used to.  It is
  70. not intended that this system be used as your local PACKET BBS
  71. although it could be in a pinch.
  72.  
  73.      No provision is made for handling anything but ASCII text
  74. files in regular message format.  There are no W, D, or U
  75. commands in the system.  The L commands are more limited and work
  76. slightly differently from other systems, but should be sufficient
  77. for the mission.
  78.  
  79.      When a message is transmitted to an AMTOR station all lower
  80. case characters are converted to upper case and all punctuation
  81. is converted to the closest available character in AMTOR or, if
  82. there is nothing close, to an equal sign (=).  
  83.  
  84.                             CHAPTER 2
  85.  
  86.                       Hardware Installation
  87.  
  88. The equipment required to run this system includes:
  89.  
  90.      1. IBM-XT or close clone running MS-DOS 3.x or higher and a
  91. hard disk. At least two COM ports must be installed and
  92. available. (Only one COM port is required if you are using a HAL
  93. PCI-3000.)  The minimum acceptable free memory is 256k.
  94.  
  95.      2. An AMT-1, a PK-232 AEA AMTOR Terminal Unit, or a HAL
  96. Communications PCI-3000 Terminal Unit.
  97.  
  98.      If the AMT-1 is used it should be configured for 110 baud. 
  99. All soft configuring is done by APLINK at startup.  Only Rx and
  100. Tx signals are used between the AMT-1 and the computer.  Flow
  101. control is performed through use of the status byte from the
  102. AMT-1.  The COM port of choice must be set in the APLINK.CNF
  103. configuration file (see below).
  104.  
  105.      If a PK-232 AEA Terminal Unit is used on the AMTOR channel
  106. the interconnecting cable between the PK-232 and the serial port
  107. should include wires 1 through 8 and 20 and no others.
  108.  
  109.      If a HAL PCI-3000 is used, simply install the unit as
  110. received from the factory.  Do not use a serial port or connect
  111. to the "host" port on the PCI-3000.  The interface between the
  112. PCI-3000 and APLINK is on the internal PC bus.
  113.  
  114.      3. A Packet TNC.  Any TNC that recognizes Control-C to enter
  115. command mode, responds to CONOK ON and OFF should work.  The
  116. program looks for the "*** Connected to..." sequence as well as
  117. the DCD control line (pin 8) to control the state of the BBS.
  118.  
  119. The critical TNC parameters are:
  120.  
  121.       ECHO OFF
  122.       FLOW OFF
  123.       NEWMODE ON
  124.       NOMODE OFF
  125.       BBSMSGS ON
  126.       XFLOW OFF
  127.       XON $00
  128.       XOFF $00
  129.       START $00
  130.       STOP $00
  131.       MONITOR OFF 
  132.       MYCALL <your call>
  133.       
  134.       Parity: None
  135.       Characters: 8-bits
  136.       Baud rate to the computer: The same as set in the 
  137.          APLINK.CNF file.
  138.  
  139.      These parameters are NOT set by APLINK.  Since it is
  140. intended that APLINK work with any TNC, no effort has be made to
  141. automatically configure the TNC.  Be sure your TNC is properly
  142. configured before trying to run the system on the air.  You may
  143. bring up the system and use the keyboard to set up the TNC.  The
  144. TNC must be connected to the COM port specified in APLINK.CNF. 
  145. As a general rule pins 1 through 8 and pin 20 must be connected
  146. between the TNC and the serial port. Hardware flow control is
  147. used (both ways); the only other RS-232 status signal used is pin
  148. 8, carrier detect (CD).  Your TNC must be capable of asserting
  149. this signal on connect.  For the PK-232, parameter DCD ON must be
  150. set, for the PK-87, Jumper JP6 must be set to the B position. 
  151. Other TNC's will have similar settings that must be changed,
  152. consult your manual.
  153.  
  154.      4. The r.f. hardware I will leave to your imagination. 
  155. Since this system is fully concurrent, both channels must be able
  156. to work without mutual interference.  AMTOR would be set up on
  157. your h.f. frequency of choice and the TNC on a suitable v.h.f.
  158. channel.
  159.  
  160.  
  161.                             CHAPTER 3
  162.  
  163.                       Software Installation
  164.  
  165.      The delivery disk normally contains a self-extracting
  166. archive file.  Create a temporary directory on your hard disk and
  167. copy the archive file into that directory and then run it.  The
  168. following files should appear in the temporary directory:
  169.  
  170.    APAMT.EXE - The main program when using the AMT-1 on the AMTOR 
  171.         channel,    
  172.    AP232.EXE - The main program when using the PK-232 on the      
  173.         AMTOR channel,    
  174.    APPCI.EXE - The main program when using the HAL PCI-3000 on    
  175.         the AMTOR channel,   
  176.       
  177.    README.NEW - Read it!,
  178.    COPYRITE - Author's copyright statement,
  179.    APLINK.DOC - The Sysop manual (ASCII format),
  180.    APLINK.WP - The Sysop manual (Word Perfect 5.1 format),
  181.    USERS.EXE - The users' file editor,
  182.    APLINK.CNF - A sample system configuration file,    
  183.    ROUTE.APS - A sample packet routing file,
  184.    SIGNON.PKT - The PACKET signon file,
  185.    HELP.AMT - The AMTOR help file,
  186.    HELP.PKT - The PACKET help file,
  187.    INFO.AMT - The AMTOR info file (should be Sysop edited),       
  188.    INFO.PKT - The PACKET info file (should be Sysop edited), and  
  189.    USERS.APS - The file of registered AMTOR users,
  190.    HELP1. thru HELP9. - Help files the Sysop will install using   
  191.         the SH command.
  192.    INTRCPT.APS - A sample intercept file,
  193.    MBBIOS.COM - A TSR communications port driver,
  194.    MBBCONFG.EXE - The MBBIOS.COM configuration program,
  195.    MBBIOS.DOC - Documentation for MBBIOS.COM,
  196.  
  197. In addition the Sysop must obtain a copy of the Norton Editor.
  198.  
  199. NOTICE:  If you are upgrading an already
  200. running APLINK and are running a version
  201. earlier than 5.00 then you must use the MCB
  202. editor and set all of your existing bulletin
  203. and help messages to PENDING before you shut
  204. down the old system.  Once the new system is
  205. running you should restore each of those
  206. messages to STATIC.
  207.  
  208.      To install the system for the first time, simply copy all of
  209. the above files and the Norton Editor (renamed E.COM) into a hard
  210. disk subdirectory named \APLINK.  Make a sub-subdirectory named
  211. \APLINK\ARCHIVE.  Rename either APAMT.EXE, AP232.EXE, or
  212. APPCI.EXE to AP.EXE, depending upon which AMTOR terminal you are
  213. using.  Add \APLINK\MBBIOS.COM to your AUTOEXEC.BAT file.
  214.  
  215.      If you are using a PK-232 for on the AMTOR channel you may
  216. have to use MBBCONFG.EXE to change the configuration of slot
  217. number 1 to hardware handshaking equal to 'Y'.
  218.  
  219.      Using the Norton Editor, edit APLINK.CNF, ROUTE.APS,
  220. ROUTES.APS, INTRCPT.APS, INFO.AMT, and INFO.PKT to fit your
  221. station.  Edit USERS.APS with USERS.EXE to add or delete whatever
  222. stations you wish or just let each station be entered into the
  223. USERS.APS file as they log on for the first time.
  224.  
  225.      Several other files will be created by the system in the
  226. APLINK directory when it is first run.
  227.  
  228.      Your computer's system clock (TIME and DATE command in MS-
  229. DOS) should be set to your local time.  You should add the
  230. following line to your AUTOEXEC.BAT file: 'SET TZ=aaann' where
  231. aaa is a three letter code for your local time zone and nn is the
  232. number of hours difference between your local time zone and GMT
  233. (UTC).  Use a positive number if your are west of Greenwitch and
  234. a negative number if you are east.  For example:
  235.  
  236. SET TZ=EST5
  237.  
  238. should be used for Eastern Standard Time (USA).
  239.  
  240. The file CONFIG.SYS in your root directory should have BUFFERS=20
  241. and FILES=20, at least.
  242.  
  243.      Look at the sample INFO.AMT and INFO.PKT files with the
  244. Norton Editor.  You will see what needs to be done there.  
  245.  
  246.      Read the ROUTE.APS file with the Norton Editor.  Change the
  247. entries as required for packet forwarding at your station.
  248.  
  249.      The intercept file, INTRCPT.APS, provides a very special
  250. service.  Each line of the file should contain station's call
  251. letters, white space, and an h-route - AND NOTHING ELSE.  Each
  252. time a message is received by APLINK the file is searched for a
  253. match to the TO field of the incoming message, if nothing is
  254. found then an search is made on the first token of the AT field. 
  255. If the first call on any line matches, then the h-route is placed
  256. in the AT field of the message.   Note in the sample provided
  257. that the first line of the file reads:
  258.  
  259. W5SMM   WA8DRZ.#NOCAL.CA.USA.NA
  260.  
  261. This means that any message for W5SMM arriving in the system will
  262. be forwarded to him at WA8DRZ.  (In fact, W5SMM requests that all
  263. sysops leave his call in the intercept file as shown.)
  264.  
  265.  
  266.                    INSTALLATION NOTE
  267.  
  268. If you are using Desqview be sure to allow APLINK 
  269. enough time to run.  There is not hard and fast rule
  270. since it depends strongly on the speed of your
  271. computer.  If the time allotment gets too short the
  272. system is painfully slow for your users and in some
  273. cases will fall far enough behind (typically when both
  274. PACKET and AMTOR ports are active at the same time) to
  275. cause timeouts.  This is especially true if you are
  276. using the PK-232 on the AMTOR port.  The software
  277. overhead to run a PK-232 on AMTOR is very much higher
  278. than for other AMTOR controllers.
  279.  
  280.  
  281.      Now set up the configuration file as described in the next
  282. chapter.
  283.  
  284.                             CHAPTER 4
  285.  
  286.                      The Configuration File
  287.  
  288.      For APLINK to run you must first edit the APLINK.CNF file to
  289. suit your particular station.  The following parameters must be
  290. included in the file for the system to function.  
  291.  
  292. MYCALL=W5XYZ       The call letters for your station.
  293. MYSELCAL=WXYZ      The selcal for your station.
  294.  
  295. The remaining parameters are optional and the system will assume
  296. A default value if nothing is given.  Typical values are shown
  297. here for illustration.
  298.  
  299. AMTPORT=1           The COM port to be used by the AMTOR
  300.                     terminal.  Default: 1.  (Not required when
  301.                     using the HAL PCI-3000.)
  302.                     
  303. AMTRATE=2400        The baud rate used by the COM port connected
  304.                     to the AMTOR terminal.  Default: 2400.  (Only
  305.                     required when the PK-232 is used as the AMTOR
  306.                     controller.)                    
  307.                     
  308. PKTPORT=2           The COM port to be used by the PACKET TNC.
  309.                     Default: 2.
  310.                     
  311. PKTRATE=2400        The baud rate used by the COM port connected
  312.                     to the PACKET TNC.  Default: 2400.
  313.  
  314. PKTBBS=W1ABC        Specifies the packet bbs call that you
  315.                     forward to.  It should NOT include the call
  316.                     extension, i.e. W1ABC-3.
  317.  
  318. MYSUFFIX=4          An extension to your call such as a different
  319.                     call area.  Do not include the / in the
  320.                     entry.  Default: nothing
  321.  
  322. MYROUTE=WA8DRZ.#NOCAL.CA.USA.NA  If you set MYROUTE to the full
  323.                     h-route for you station it will appear in
  324.                     headers generated by APLINK.  Default is your
  325.                     own call without any h-routing.  You must
  326.                     still set the parameter MYCALL as well,
  327.                     without any extensions.
  328.  
  329. QTH=MIAMI, FL Z:32132  Your QTH and postal code.  This text will 
  330.                     appear in your message headers.  Default:
  331.                     nothing
  332.  
  333. TFWD=35             Sets the number of minutes past the hours
  334.                     that PACKET forwarding begins.  Set to 999 to
  335.                     turn PACKET forwarding off.  Default: 999
  336.  
  337. TUPDATE=9           Set the hour of the day (local time) that the
  338.                     system update will occur automatically.  Set
  339.                     to 999 to prevent automatic updating. 
  340.                     Automatic updating is strongly recommended. 
  341.                     Default: 999
  342.  
  343. ALMOFF=7            Set the hour of the day (local time) to turn
  344.                     off the sysop alarm.  Default: nothing
  345.  
  346. ALMON=15            Set the hour of the day (local time) to turn
  347.                     on the sysop alarm.  Default: nothing
  348.  
  349. ARCHIVE=C:\APLINK\ARCHIVE\  The path for archiving messages
  350.                     removed from the system. (Note: the trailing
  351.                     \ must be included.  Default:
  352.                     C:\APLINK\ARCHIVE\
  353.  
  354. SIGNON=NEED HELP? TYPE 'HELP+?'  The pre-login message.  Default: 
  355.                     IF YOU NEED HELP TYPE 'HELP(CR/LF)'
  356.  
  357. SYSMSG=IMPORTANT: READ MESSAGE 1234  The post-login message.
  358.                     This is not normally set but may be used to
  359.                     draw attention to an important bulletin. 
  360.                     Default: nothing
  361.  
  362. ALOG=AMTLOG         The path/filename for the AMTOR log file.
  363.                     Default: AMTLOG
  364.  
  365. PLOG=PKTLOG         The path/filename for the PACKET log file.
  366.                     Default: PKTLOG
  367.  
  368. PRINTER=LPT1        The path to your system printer.  Default:
  369.                     NONE
  370.  
  371. PRTLOG=1            Specifies the channel that prints to your
  372.                     printer when the system starts.  
  373.  
  374.                     PRTLOG=1 for system printer (default),        
  375.                     PRTLOG=2 for AMTOR channel printer, or        
  376.                     PRTLOG=3 for PACKET channel printer.
  377.  
  378. MSGFF=0             1 enables automatic form feed at the end of a
  379.                     message printed on the system printer.
  380.                     Default: 0
  381.                     
  382. MAXLINES=60         Sets the number of printed lines on your
  383.                     printer between form feeds.  Default: 60
  384.  
  385. CALL=W1ABC          Sets the internally stored call for a station
  386.                     you may wish to link with on AMTOR (manually)
  387.                     when you bring the system up.  Default:
  388.                     nothing
  389.  
  390. SELCAL=WABC         Sets the internally stored selcal for a
  391.                     station you may wish to link with on AMTOR
  392.                     (manually) when you bring the system up. 
  393.                     Default: nothing
  394.  
  395. LOGFEC=1            0 prevents FEC mode signals from appearing in
  396.                     the amtor log. Default 1
  397.  
  398. APPL=$08            Application code for use with G3BPQ node
  399.                     software.  Default: nothing
  400.  
  401. SHORTHEADERS=1      If SHORTHEADERS is set to 1 only the first
  402.                     and last header will be forwarded on AMTOR. 
  403.                     Intermediate headers will be dropped.  This
  404.                     only acts on messages forwarded on AMTOR. 
  405.                     All the headers will still be forwarded on
  406.                     packet.  Default: 1
  407.  
  408. PKTBBS=W1ABC        The call letters of the packet bbs that you
  409.                     automatically forward to.  You must NOT
  410.                     include the call extension (i.e., W1ABC-1).  
  411.  
  412. HOLDFWD=6           Packet forwarding hours may limited.  This
  413.                     parameter, set to a given hour, will prevent
  414.                     forwarding during that hour.  Any number of
  415.                     entries of this parameter are allowed in the
  416.                     APLINK.CNF file.  (Manual forwarding can be
  417.                     initiated at any time.)  (Local time).
  418.  
  419. BULFWD=12           Bulletins will only be forwarded on packet
  420.                     during the hour set in this parameter.  Any
  421.                     number of entries of this parameter are
  422.                     allowed in the APLINK.CNF file. (Local time).
  423.  
  424. TFCONLY=1           When set to 1 packet forwarding will only be
  425.                     initiated if there is traffic to forward. 
  426.                     (Manual forwarding can be initiated at any
  427.                     time.)  Default: 0
  428.  
  429. FRIENDLY=1          This applies only if you are operating under
  430.                     Desqview.  It seems that under certain
  431.                     circumstances when sharing Desqview with an
  432.                     "unfriendly" program that APLINK will run
  433.                     slower than it should. The RLI bbs seems to
  434.                     be one of those.  The only solution is to
  435.                     fight fire with fire and make APLINK
  436.                     "unfriendly" also.  Beginning with this
  437.                     version there is a config option to do that. 
  438.                     Simply include "FRIENDLY=0" in the APLINK.CNF
  439.                     file and APLINK will hang on to it's time
  440.                     slice, busy or not.  If APLINK seems to run
  441.                     too slow under Desqview and tuning the time
  442.                     slices does not fix it then try setting
  443.                     FRIENDLY=0 and see what happens.
  444.                     Default: 1
  445.  
  446.      You may change the colors displayed on the screen.  Use the
  447. following range of numeric values to set the color parameters.
  448.                     
  449.       0  BLACK
  450.       1  BLUE
  451.       2  GREEN
  452.       3  CYAN
  453.       4  RED
  454.       5  MAGENTA
  455.       6  BROWN
  456.       7  LIGHT GREY
  457.       8  DARK GREY
  458.       9  LIGHT BLUE
  459.       10 LIGHT GREEN
  460.       11 LIGHT CYAN
  461.       12 LIGHT RED
  462.       13 LIGHT MAGENTA
  463.       14 YELLOW
  464.       15 WHITE
  465.     
  466. Backgrounds may only use 0 thru 7.
  467.  
  468. STATFORE=0          Status line foreground.  Default: BLACK
  469.  
  470. STATBACK=7          Status line background.  Default: LIGHT GREY
  471.  
  472. WDOFORE=15          Text windows foreground.  Default: WHITE
  473.  
  474. WDOBACK=1           Text windows background.  Default: BLUE
  475.                     (Black on black and white screens) 
  476.  
  477. POPFORE=15          Popup windows foreground.  Default: WHITE
  478.  
  479. POPBACK=7           Popup windows background.  Default: LIGHT
  480.                     GREY
  481.  
  482.      The following parameters would only be set in special
  483. circumstances and are best left omitted from the APLINK.CNF file
  484. for normal operation.
  485. TEXNET=1            If the packet BBS that you autoforward to is
  486.                     reached via Texnet this parameter should be
  487.                     set to 1.  In all other cases it should be
  488.                     set to 0.  Default: 0
  489.  
  490. HEAP=1              If set to 1 the amount of free memory
  491.                     remaining available to APLINK is displayed on
  492.                     the keyboard status line.  Default: 0
  493.  
  494. AMODE=1             If AMODE is set to 0 the AMTOR channel will
  495.                     come on initially in KSR mode and will not
  496.                     automatically return to MBO mode on timeout.
  497.                     Default: 1
  498.  
  499. PMODE=1             If PMODE is set to 0 the PACKET channel will
  500.                     come on initially in KSR mode and will not
  501.                     automatically return to BBS mode on timeout.
  502.                     Default: 1
  503.  
  504. AAB=1               0 defeats the system's automatic answerback.
  505.                     Default: 1
  506.  
  507. AUTOLOG=1           0 defeats the system's automatic logon
  508.                     system.  Default: 1
  509.  
  510. PCISCAN=0           For the PCI-3000 only.  0 causes scan lock
  511.                     signal remain low during an ARQ link, 1
  512.                     causes a momentary signal at the beginning of
  513.                     an ARQ link.  See PCI-3000 Instruction Manual
  514.                     5.3.5.  Default: 0
  515.  
  516. PCICD=0             For the PCI-3000 only.  Sets the value of the
  517.                     control delay in the PCI-3000 in
  518.                     milliseconds.  0 uses the default values in
  519.                     the PCI-3000 at startup.  Default: 0
  520.  
  521. PCITD=0             For the PCI-3000 only.  Sets the value of the
  522.                     transmit delay in the PCI-3000 in
  523.                     milliseconds.  0 uses the default values in
  524.                     the PCI-3000 at startup.  Default: 0
  525.  
  526. PCIAD=0             For the PCI-3000 only.  Sets the value of the
  527.                     audio delay in the PCI-3000 in milliseconds. 
  528.                     0 uses the default values in the PCI-3000 at
  529.                     startup.  Default: 0
  530.  
  531. PCIPD=0             For the PCI-3000 only.  Sets the value of the
  532.                     ptt delay in the PCI-3000 in milliseconds.  0
  533.                     uses the default values in the PCI-3000 at
  534.                     startup.  Default: 0
  535.  
  536. PCIDLY=0            For the PCI-3000 only.  Use 0 for 32 'chirps'
  537.                     to end the link if the path fades and use 1
  538.                     for 128 'chirps'.  Default: 0
  539.  
  540. ADELAY=2            For the PK-232 only.  Set the value of the
  541.                     transmit delay for the PK-232.  Multiply the
  542.                     parameter by 10 milliseconds.  Default: The
  543.                     setting in the PK-232 at startup.
  544.  
  545. Once you have set up the APLINK.CNF file you need to create a
  546. forwarding file as described next.
  547.                             CHAPTER 5
  548.  
  549.                        The Forwarding File
  550.  
  551.      The method of routing messages for autoforwarding has been
  552. completely revised to use hierarchical routing (h-routing) as is
  553. now used by the packet network.
  554.  
  555.      Routing is strictly a function of the station you are linked
  556. to and is independent of whether you are linked on AMTOR or
  557. packet. The old AMTFWD.APS file is no longer used but should
  558. remain in your system until this new scheme has been proven just
  559. in case you need to go back a version.
  560.  
  561.      Using the Norton editor, create an ASCII file named
  562. FORWARD.APS.  Make entries into the file that look something like
  563. this (assume you are WA8DRZ for this example and that N6IIU is
  564. the packet bbs you normally forward to):
  565.  
  566. . A line beginning with a period is ignored
  567. . Blank lines are ignored
  568.  
  569. . The first entry should be your call typically (see below)
  570. WA8DRZ      WA8DRZ  
  571. . The second entry should be the packet bbs you forward to.
  572. N6IIU       N6IIU   
  573. VK2AGE      AH6D   VK2AGE VK3EHQ
  574. TG9VT       TG9VT
  575. #SOCAL.CA   N0IA
  576. #NOCAL.CA   N6IIU  
  577. . This entry routes all NTS traffic with a zip code starting with
  578. . 78 to KE5HE
  579. 78*         KE5HE
  580. . The next entry would hold all Alaska traffic in the system
  581. AL          WA8DRZ  
  582. . The following state code entries are exceptions to the rule
  583. . that USA traffic goes to N6IIU
  584. HI          AH6D
  585. TX          KE5HE
  586. IL          WA1URA WB7QWG
  587. IN          WA1URA WB7QWG
  588. USA         N6IIU
  589. AUS         AH6D   VK2AGE VK3EHQ
  590. EU          TG9VT  ZF1GC  
  591. NA          N6IIU
  592. AS          TG9VT  ZF1GC
  593. OC          AH6D
  594. SA          TG9VT  ZF1GC
  595. AF          TG9VT  ZF1GC
  596.  
  597. and so on.  The first entry on a line is a routing token and the
  598. remaining entries on the same line are bbs/mbo stations that
  599. messages with those routing tokens may be sent to.  Messages that
  600. have nothing in the 'at' field will not move unless there is an
  601. exact match to the 'to' field.  
  602.  
  603.      You may use a wild card (a '*') on the left hand token.  DO
  604. NOT USE WILD CARDS EXCEPT FOR ZIP CODES OR WHERE THE FIRST THREE
  605. LETTERS ARE 'NTS'.  Wild cards on anything else will potentially
  606. confuse the h-routing scan process.  
  607.  
  608.      If you have a token with a leading '#' then the expected
  609. following token must be included also: see #NOCAL.CA above.  
  610.  
  611.      If you put a call (other than your own and the call of the
  612. packet bbs you forward to) in a routing token field then also put
  613. that call in the intercept file with full h-routing so that down
  614. stream stations will know how to deal with it.
  615.  
  616.      Put the most specific tokens first, such as call letters,
  617. followed by tokens beginning with '#', followed by zip codes
  618. (including zip codes with wild cards), followed by state codes,
  619. followed by country codes, followed by continental codes.  The
  620. scanning process is complicated and the order of entries in
  621. FORWARD.APS is very important.  For example, if a message has
  622. HI.USA in the 'at' field it will not forward to N6IIU in the
  623. above sample file because it will have 'hit' on AH6D first and
  624. the system will hold the message for that station.  Put your own
  625. call in the first line in both the first and second field to
  626. insure that traffic addressed 'at' your station stays there.
  627.  
  628.      Messages that do not match any routing on the list will not
  629. move - even on packet.  Packet is no longer the default if
  630. nothing matches.  Make sure that the call of the packet station
  631. you forward to has some broad coverage tokens to pick up the bulk
  632. of the traffic that does not otherwise move out on AMTOR.
  633.  
  634.      Messages with your own call in the 'to' field will not move
  635. unless you have put 'CALLFWD=1' in the APLINK.CNF file.  Messages
  636. with the call of the station that you are linked to in the 'to'
  637. field move unconditionally to that station.
  638.  
  639.      Any number of bbs calls can follow the routing token as long
  640. as they are separated by one or more spaces and do not exceed a
  641. total line length of 80 characters.
  642.  
  643.      The routing table is then kept in memory to speed things up
  644. a bit.  If you change FORWARD.APS the system will see a change in
  645. the file time stamp and reload the routing table the next time
  646. routing is requested.
  647.  
  648.  
  649. HINTS
  650.  
  651.      Do not try to put every possible h-routing token in your
  652. FORWARD.APS file.  It is enough to put 'USA' and/or 'NA' for the
  653. station(s) that handles most of your U.S. traffic and then just
  654. enter the state codes that are exceptions ahead of it.  Use 'EU'
  655. for the station(s) that take your European traffic, etc...  If
  656. your FORWARD.APS file is growing large you may not be making the
  657. best of it.  Make sure there is at least one entry for each
  658. continental code.
  659.  
  660.  
  661. FORWARDING ON THE AMTOR LINK
  662.  
  663.      There are two methods of forwarding on the AMTOR channel. 
  664. The 'old' protocol that all versions up to 5.00 use and a 'new'
  665. protocol that is now available beginning with APLINK version
  666. 5.00.  The new version uses full h-routing and BIDS or MIDS
  667. (bulletin ids or message ids) to protect against duplicate
  668. messages or 'round robin' routing.
  669.  
  670.      By default the system continues to use the old protocol with
  671. any station you forward to unless you use the USERS.EXE program
  672. to change the HFWD status to YES for the station you are
  673. forwarding to.  You must co-ordinate this with the other station. 
  674. BOTH of you must change the HFWD status for the other at the same
  675. time.  There are many advantages to using the new protocol and
  676. you are encouraged to make the change as soon as anyone you are
  677. forwarding to has installed version 5.00 or later.
  678.  
  679.      Before too long the old protocol will be dropped from the
  680. system altogether.
  681.  
  682.  
  683. FORWARDING ON THE PACKET LINK
  684.  
  685.      APLINK still has the limitation that you may only forward to
  686. one packet bbs automatically (The station set into the PKTBBS
  687. parameter in the APLINK.CNF file).  This restriction will be
  688. removed in a later version.  
  689.  
  690.      There no longer is a restriction on other packet stations
  691. linking to you and initiating reverse forwarding.
  692.  
  693.  
  694. REJECTED MESSAGES
  695.  
  696.      If the system attempts to forward a bulletin and it is
  697. rejected (usually meaning that the other station already has it)
  698. its status is changed to STATIC and it is left in the system for
  699. all to read.
  700.  
  701.      If a private or NTS message is rejected it is marked as
  702. REJECTED and held for the sysop to take action on it.  A
  703. rejection of a private or NTS message usually means there is some
  704. problem, typically a case of "round robin" routing.  In any case
  705. the sysop should look into it.  When the sysop does a message
  706. listing rejected messages will show a '*' in the status column,
  707. or '**' if it is over 24 hours old.  The message status is
  708. restored, of course, by the MCB editor once the problem has been
  709. solved.
  710.  
  711.                             CHAPTER 6
  712.  
  713.                        Starting the System
  714.  
  715.      If you have not already done so, re-boot the system to make
  716. sure MBBIOS.COM has been loaded.  To start the system the first
  717. time, keep your transmitters turned off but your AMTOR terminal
  718. unit and your TNC turned on, and run AP.EXE.  The system will go
  719. through its initialization procedure and when it is ready for
  720. service will display the copyright notice on the screen.
  721.  
  722.      Type the following sysop commands to enter the tutorial help
  723. files (if you are upgrading from an earlier version, delete your
  724. old help files):
  725.  
  726. SH AMTOR HELP1(return) 
  727. SH AMTOR HELP2(return) 
  728. etc. thru HELP9
  729.  
  730. To see if it all worked type:
  731.  
  732. LH(return)
  733.  
  734. and you should get the message list with the help files showing. 
  735. If uncertain about this procedure read KEYBOARD OPERATION and
  736. SYSOP COMMANDS sections first.
  737.  
  738.      This completes the installation.  You should be up and
  739. running unless the AMTOR terminal unit or TNC installation has
  740. not been previously checked out.  You can use the AP.EXE program
  741. to do that by simply switching off the related MBO or BBS
  742. function and using it as an ordinary terminal, following the
  743. installation instructions.
  744.  
  745.  
  746. SPECIAL NOTE REGARDING THE PK-232
  747.  
  748.      The AMTOR PK-232 driver has been enhanced.  You may now
  749. 'cold start' the PK-232 provided you have the PK-232 19 July 1990
  750. (or later) ROM installed.  You can continue as your are now or
  751. you can remove the battery (or pull jumper JP-1) and simply turn
  752. the PK-232 on just before running APLINK and APLINK will do a
  753. full configuration including setting the baud rate to whatever
  754. you have set in the APLINK.CNF file (AMTRATE=nnnn, default is
  755. 2400).  This should work OK where you want the system to
  756. automatically restart from a power failure.
  757.  
  758.                             CHAPTER 7
  759.  
  760.                             Bulletins
  761.  
  762.      Bulletins entered into the system from the AMTOR channel or
  763. by the Sysop are visible to everyone who uses the system. 
  764. Because of the proliferation of bulletins that arrive at any BBS
  765. via PACKET, bulletins that enter the system from the PACKET
  766. channel will not be visible to AMTOR users unless the Sysop uses
  767. the MCB Editor to change the "Channel" field from PACKET to
  768. SYSOP. 
  769.  
  770.      Bulletins may be entered by any station.  If there is no
  771. entry in the 'at' field then the bulletin will remain in the
  772. system but will not be forwarded to any other station.  If there
  773. is an entry in the 'at' field the bulletin will be forwarded once
  774. only to the station indicated by the FORWARD.APS file for that
  775. routing.  APLINK does not do "flood" forwarding of bulletins.  If
  776. the bulletin is forwarded to a packet bbs however, that bbs may
  777. "flood" the bulletin to many stations.
  778.  
  779.      Bulletins entering the system via PACKET are deleted after
  780. 21 days unless the Sysop changes the channel designator with the
  781. MCB Editor.  All other bulletins are held in the system until
  782. deleted by the sysop or the originating station.
  783.  
  784.                             CHAPTER 8
  785.  
  786.                            System Logs
  787.  
  788.      The system maintains three log files.  The paths (file
  789. names) of two are declared in the APLINK.CNF file.  These are the
  790. AMTOR and PACKET text logs.  They record everything transmitted
  791. or received on their respective channels.  Their main purpose is
  792. diagnostic and can be turned off once the system is known to be
  793. stable and free of programmer errors. In order not to fill the
  794. disk with endless text logs, the current text logs are renamed
  795. AMTLOG.OLD and PKTLOG.OLD when UPDATE is executed and the
  796. previous AMTLOG.OLD and PKTLOG.OLD files are deleted.
  797.  
  798.      The third log is a text format event log file that records
  799. logons, logoffs, filing of messages, reading of messages, etc.,
  800. etc.  It is named EVENTLOG.APS.
  801.  
  802.      The current AMTOR log may be read with the F7/F2 command
  803. when the keyboard is in AMTOR mode, the current PACKET log with
  804. the F7/F2 command when the keyboard is in PACKET mode and the
  805. EVENT log with the F7/F2 command when the keyboard is in SYSOP
  806. mode.
  807.  
  808.      If a failure occurs during system operation the three log
  809. files should immediately be saved to give the programmer half a
  810. chance at finding what happened.
  811.                            CHAPTER 9
  812.  
  813.                         Console Operation
  814.  
  815.      When the system is started, three windows will be displayed
  816. with the copyright notice showing on the top window when the
  817. system has completed initialization.
  818.  
  819.      The top window is always devoted to displaying characters
  820. received on the AMTOR channel, the middle screen to characters
  821. received on the PACKET channel, and the bottom window to
  822. characters received from the keyboard or files being transmitted. 
  823. Over each window is a status bar related to that window (and
  824. channel).
  825.  
  826.      The keyboard has four normal operating states; OFF, AMTOR,
  827. PACKET and SYSOP.  There are two additional states, ATEST and
  828. PTEST, that the Sysop will not normally use - they are for
  829. diagnostic purposes only.
  830.  
  831.      If the keyboard is OFF the console will beep as a reminder
  832. whenever a key is pressed.  The numeric key pad is used to re-
  833. assign the keyboard:
  834.  
  835.    9 (PgUp) for AMTOR, 
  836.    6 (Right Arrow) for PACKET, 
  837.    3 (PgDn) for SYSOP and 
  838.    7 (Home) for OFF.  
  839.    
  840. The labels on the keys don't make much sense but, given a normal
  841. keyboard layout, it 'feels right' for the purpose.
  842.  
  843.      In PACKET and SYSOP mode the keyboard is line buffered.
  844. Characters are transmitted only when return is pressed allowing
  845. backspace over the whole line.  In AMTOR mode the keyboard is
  846. word buffered. Characters are transmitted when the spacebar,
  847. return, a control character, or +? is pressed.
  848.  
  849.      If a 'T' (talk to the Sysop) command is received on one of
  850. the channels during a session the keyboard is automatically
  851. assigned to that channel for 5 minutes when the Sysop alarm is
  852. sounded.  After 5 minutes the keyboard reverts to its pervious
  853. assignment.
  854.  
  855.      Some of the function keys are always active and some will
  856. respond only if the keyboard is assigned to the relevant channel. 
  857. This will make sense to you when you use the system.
  858.  
  859.      Here is the meaning of the status bar indicators:
  860.  
  861.  
  862. AMTOR:aaa/bbb:cccc  <gmt time and date>  ddd/eee/fff  
  863.  
  864.      aaa = MBO when the AMTOR Mailbox is alive and well.    
  865.      aaa = KSR when the SYSOP has shut off the mailbox by         
  866.           one or another means.
  867.  
  868.      bbb = SBY when the MBO is waiting for a logon.    
  869.      bbb = OPN when someone has logged on, but there is no        
  870.           command outstanding.
  871.      bbb = INP when receiving a file.
  872.      bbb = OUT when transmitting a file.
  873.      bbb = TSF when transmitting files in response to an RN
  874.           command.    
  875.      bbb = CFM during the time a message header is being
  876.           confirmed.
  877.  
  878.      cccc = Is the call of the last user to have signed onto the  
  879.           AMTOR mailbox; or, if the system has just been
  880.           initialized, it is the call specified in the CALL
  881.           parameter of the configuration file.
  882.  
  883.      ddd = RCV when the AMTOR link is in the receive direction.   
  884.      ddd = SND when the AMTOR link is in the transmit direction.
  885.  
  886.      eee = FEC during standby and when operating in FEC mode.    
  887.      eee = ARQ when linked or operating in ARQ-Listen mode.
  888.  
  889.      fff = ERR, RQ, TFC, IDL, OVR, PHA, SBY, or ESC depending on
  890.      the state of the AMTOR controller.  See your controller
  891.      manual for explanations.
  892.  
  893.  
  894. PACKET:aaa/bbb:cccc  <local time and date> !RTS:dd/CTS:ee  
  895.  
  896.      aaa = BBS when the Packet BBS on.
  897.      aaa = KSR when the Sysop has turned off the BBS.
  898.  
  899.      bbb = SBY when the BBS is waiting for a logon.    
  900.      bbb = OPN when someone has connected but there is no command 
  901.           outstanding.
  902.      bbb = INP when receiving a file.
  903.      bbb = OUT when transmitting a file.
  904.      bbb = TSF when transmitting files in response to an RN
  905.           command.
  906.      bbb = SBJ while waiting for the subject input for a message.
  907.  
  908.      cccc = Is the call of the last user to have signed onto the  
  909.           PACKET mailbox.
  910.  
  911.      !  = A '!' appears here when the internal send buffer is
  912.           full and waiting for the packet port to accept more
  913.           characters.
  914.      dd = OK when RTS is sent to the TNC.
  915.      dd = NO when RTS is not sent to the TNC.
  916.      ee = OK when CTS is received from the TNC.
  917.      ee = NO when CTS is not received from the TNC.
  918.  
  919.  
  920. KBD:aaaaa                                        PTR:bbb
  921.  
  922.      aaaaa = KOFF when the keyboard is off.  
  923.      aaaaa = AMTOR when the keyboard is assigned to the AMTOR     
  924.           channel.
  925.      aaaaa = PACKET when the keyboard is assigned to the PACKET   
  926.           channel.
  927.      aaaaa = SYSOP when the keyboard is assigned to the SYSOP     
  928.           command handler.
  929.      aaaaa = *ATEST* when the keyboard is assigned to the AMTOR   
  930.           test routine.
  931.      aaaaa = *PTEST* when the keyboard is assigned to the PACKET  
  932.           test routine.
  933.    
  934.      bbb = NCF when the printer is not configured.
  935.      bbb = SYS when the printer is assigned to the system.
  936.      bbb = AMT when the printer is assigned to the AMTOR channel. 
  937.      bbb = PKT when the printer is assigned to the PACKET
  938.           channel.
  939.  
  940.  
  941. FUNCTION KEY COMMANDS
  942.  
  943.      The function key assignments will 'feel' right with the
  944. function keys arranged vertically at the left hand edge and the
  945. Gray + and - keys are on the right hand edge (standard XT
  946. layout).  If your keyboard arranges the function keys along the
  947. top they will be more awkward to use.  Note: The keys described
  948. below are active when the keyboard is in the relevant mode.
  949.  
  950.  
  951. Keys           Function
  952. ----           --------
  953. Grey +         ARQ/FEC receive mode.  In the ARQ mode, a +? is    
  954.                transmitted and in the FEC mode a begin transmit
  955.                command is issued to the AMTOR terminal unit.
  956.  
  957. Grey -         ARQ/FEC transmit mode.  In either mode an
  958.                appropriate break command is issued to the AMTOR
  959.                terminal unit.  (Note: The PK-232 will not execute
  960.                this command until it sees an IDLE status.)
  961.  
  962. Esc            Stops any file transmission in progress and clears 
  963.                all keyboard and send buffers.
  964.  
  965. End            In AMTOR mode - closes the ARQ link.  In PACKET
  966.                mode - send and END command to the TNC.
  967.  
  968. Del            Issues a return-to-letters-case command to the
  969.                AMTOR terminal unit.  This provides an immediate
  970.                manual override when text is being received if
  971.                figures-case.
  972.  
  973. F1             Displays a short help menu.
  974.  
  975. F3             Displays the Mode Selection menu.
  976.  
  977. F3 F2          In AMTOR mode, forces the AMTOR terminal unit into
  978.                STANDBY mode.  (With the PK-232 there may be some
  979.                delay in execution.)
  980.  
  981. F3 F4          In AMTOR mode switches the MBO on and off.  In the 
  982.                PACKET mode switches the BBS on and off.
  983.  
  984. F3 F6          In the AMTOR mode commands the AMTOR terminal unit
  985.                to monitor ARQ.
  986.  
  987. F3 F8          In the AMTOR mode, begins an AMTOR automatic
  988.                forwarding cycle; in the PACKET mode, begins the a
  989.                PACKET automatic forwarding cycle.
  990.  
  991. F3 F10         Ends the APLINK program and returns to the
  992.                operating system.
  993.  
  994. F5             Displays the Clear Selection menu.
  995.  
  996. F5 F6          Clears all windows.
  997.  
  998. F5 F10         Sends a formfeed command to the printer.
  999.  
  1000. F7             Displays the File Operations menu.
  1001.  
  1002. F7 F2          Read or edit a log file.  In AMTOR mode, the AMTOR
  1003.                log file; in PACKET mode, the PACKET log file; and
  1004.                in SYSOP mode, the EVENT log file.
  1005.  
  1006. F7 F4          Invoke the Norton Editor to edit any ASCII file.
  1007.  
  1008. F7 F6          Invoke MS-DOS as an overlay.  APLINK will be       
  1009.                suspended but will remain resident.  Type exit at  
  1010.                the DOS prompt to return to APLINK.
  1011.  
  1012. F7 F8          Prompts for a file name and then transmits that
  1013.                file.
  1014.  
  1015. F7 F10         Switch the printer to print the channel indicated
  1016.                by the current mode.  If in SYSOP mode the printer
  1017.                is switched off.
  1018.  
  1019. F9             Display the AMTOR On-Line Commands menu.
  1020.  
  1021. F9 F4          Enter call letters and optionally the selcal for a
  1022.                station to be called.  If the selcal is not
  1023.                entered then it will be generated automatically
  1024.                from the call letters by APLINK.
  1025.  
  1026. F9 F6          Begin an ARQ call.
  1027.  
  1028. F9 F8          Switch on a steady carrier to the AMTOR
  1029.                transmitter for testing or tuning.
  1030.  
  1031. F9 F10         Send an identification sequence on the AMTOR       
  1032.                channel.
  1033.  
  1034. Alt-F9         Send an identification sequence followed by a
  1035.                LOGOUT command on the AMTOR channel.
  1036.  
  1037.  
  1038. SYSOP COMMANDS
  1039.  
  1040.      Remember, the following are SYSOP commands.  They are not
  1041. the same as the commands used over the air by a remote station. 
  1042. These commands are not normally invoked while linked but may be
  1043. usually without harm unless autoforwarding is in progress.  The
  1044. system will delay response to an online user while SYSOP commands
  1045. are being executed.
  1046.  
  1047.      In the table below <number> is any integer between 0 and
  1048. 29999, <id>, <id1> and <id2> are standard 1 to 6 character PACKET
  1049. routing designators (usually call letters), and <filename> is any
  1050. valid MS-DOS path/filename. 
  1051.  
  1052. COMMAND                  FUNCTION
  1053. -------                  --------
  1054. CANCEL <number>          Marks message <number> as CANCELED.  It
  1055.                          will no longer appear on any be the
  1056.                          Sysop's message lists.  This is normally
  1057.                          used to remove bulletins from the system
  1058.                          but may be used to remove a defective or
  1059.                          possible illegal message as well.  The
  1060.                          next UPDATE will archive all canceled 
  1061.                          messages PRIVATE and NTS messages and
  1062.                          will delete all canceled bulletins.
  1063.  
  1064. CANCEL <number 1> <number 2>  Marks all messages from <number 1>  
  1065.                          through <number 2> as CANCELED.
  1066.                          
  1067. E <number>               Invokes the Message Control Block Editor
  1068.                          for message <number>.  See the separate
  1069.                          section describing the MCB Editor.       
  1070.                   
  1071. K <number>               Same as CANCEL <number>.
  1072.  
  1073. K <number 1> <number 2>  Same as CANCEL <number 1> <number 2>.
  1074.  
  1075. KB <number>              Same as CANCEL <number> except bulletins
  1076.                          only.
  1077.  
  1078. KB <number 1> <number 2> Same as CANCEL <number 1> <number 2>
  1079.                          except bulletins only.
  1080.  
  1081. L                        List all messages in the system except
  1082.                          bulletins.
  1083.  
  1084. L <number>               List all messages in the system equal to
  1085.                          or greater than <number>, except
  1086.                          bulletins.
  1087.  
  1088. LP                       List all "pending" messages; messages
  1089.                          awaiting forwarding or delivery.
  1090.  
  1091. LT                       List all messages addressed to this
  1092.                          station and to "SYSOP".
  1093.  
  1094. LT <id>                  List all messages to <id>.
  1095.  
  1096. LF                       List all messages from this station.
  1097.  
  1098. LF <id>                  List all messages from <id>.
  1099.  
  1100. LB                       List all bulletins.
  1101.  
  1102. LH                       List all help files.
  1103.  
  1104. LR                       List users logging into the system in
  1105.                          the last 24 hours.
  1106.  
  1107. LU                       List all users registered in the system.
  1108.  
  1109. NTS                      List all NTS messages in the system.     
  1110.                          (Note: This command when invoked on the
  1111.                          AMTOR or PACKET port will only list NTS
  1112.                          messages marked as FILED or ACCESSED.
  1113.  
  1114. P <number>               Print message <number> to your printer.
  1115.                          If the message is addressed to your
  1116.                          station it will be marked as forwarded.
  1117.  
  1118. PN                       Print all new messages to your station
  1119.                          and mark them as forwarded.
  1120.  
  1121. R <number>               Read message <number>.  This invokes the
  1122.                          Norton Editor with message <number>. 
  1123.                          Not only can the Sysop read but he can
  1124.                          also modify any message in the system. 
  1125.                          It is generally not socially acceptable
  1126.                          to modify other people's messages.  Any
  1127.                          message accessed in this way addressed
  1128.                          to your station will be marked as
  1129.                          forwarded.
  1130.  
  1131. RESTORE <number>         Restores a canceled message provided it
  1132.                          has not been archived.
  1133.  
  1134. SP <id1> [AT <id2>] [<filename>]   If file name is included,
  1135.                          copies <filename> into APLINK as a
  1136.                          message to <id1>.  If <filename> is not
  1137.                          included then the Norton Editor in
  1138.                          invoked.  After the message has been
  1139.                          typed and edited, exiting the editor
  1140.                          stores the message into APLINK.  If the
  1141.                          Norton Editor is exited without saving
  1142.                          the text (i.e., F3 Q Y) then the
  1143.                          operation is canceled.
  1144.  
  1145. SB . . .                 Same as the SP command above except the  
  1146.                          message is marked BULLETIN.
  1147.  
  1148. ST . . .                 Same as the SP command above except that 
  1149.                          the message is marked NTS.  Certain
  1150.                          restrictions may apply to NTS messages. 
  1151.                          See the section on NTS operations.
  1152.  
  1153. SH . . .                 Same as the SP command above except the  
  1154.                          "message" is a help file only.          
  1155.  
  1156. UPDATE                   Manually initiates the system update
  1157.                          routines.  This is normally done by
  1158.                          setting the 'TUPDATE' parameter in the
  1159.                          APLINK.CNF file.
  1160.  
  1161.  
  1162. IN AND OUT OF AMTOR MBO MODE
  1163.  
  1164.      With the keyboard in AMTOR mode he system is toggled in and
  1165. out of MBO mode by pressing F3 F4.  The system will automatically
  1166. return to MBO mode after about ten minutes time, once the system
  1167. is no longer linked, in the highly unlikely event that the Sysop
  1168. forgets to return it.
  1169.  
  1170.      If a user is using the MBO when F3 F4 is invoked, all
  1171. operations will stop, any open message files closed and the
  1172. system will send:
  1173.  
  1174.       PLEASE STANDBY...
  1175.  
  1176. At that point you may converse with the user.  F3 F4 again will
  1177. return the system to MBO mode.  Once out of MBO mode the program
  1178. operates as an ordinary AMTOR terminal program and may be used to
  1179. call stations, send files manually, etc.
  1180.  
  1181.      If a station that you want to talk to has logged off before
  1182. you could catch them just press F9 F6 with the keyboard set to
  1183. AMTOR and if the other station is still on the frequency the link
  1184. will be re-established.
  1185.  
  1186. Whenever an ARQ call is initiated (F9 F6) the MBO mode is
  1187. switched off.  It may be restored by the F3 F4 toggle.
  1188.  
  1189.  
  1190. USING THE PRINTER
  1191.  
  1192.      If the printer has been declared in the configuration file
  1193. it is available to the Sysop for either logging or printing
  1194. messages.
  1195.  
  1196.      To log a channel to the printer, put the keyboard in that
  1197. channel mode and press F7 F10.  To return the printer to standby
  1198. put the keyboard in SYSOP mode and press F7 F10.
  1199.  
  1200.  
  1201. THE MCB EDITOR
  1202.  
  1203.      Each message in the system has a tag record called a message
  1204. control block maintained in a separate file.  This record
  1205. contains pertinent information about the message such as its
  1206. type, filing time, from and to fields, etc., etc.  Any item of
  1207. data in the MCB may be changed by the Sysop except the message
  1208. number and the filing and forwarding times.  This is done with
  1209. the MCB Editor which is invoked on the Sysop's command line with:
  1210.  
  1211.    E <message number>
  1212.  
  1213. Once the Editor's window is opened on the display, typing any of
  1214. the following key words (upper or lower case) will change the
  1215. appropriate parameter in the MCB:
  1216.  
  1217.      AMTOR, PACKET, SYSOP, PRIVATE, BULLETIN
  1218.      NTS, HELP, CANCELLED, PENDING, FORWARDED, STATIC
  1219.      BID... TO... AT... FROM... BBS...
  1220.  
  1221. The TO, AT, FROM, and BBS fields may be changed by typing:
  1222.  
  1223.    TO <new field>,
  1224.    AT <new field>, etc...
  1225.       
  1226. Pressing return with no other entry will record any changes and
  1227. return to the SYSOP command line.
  1228.  
  1229.  
  1230. THE USER FILE MAINTENANCE PROGRAM
  1231.  
  1232.      Supplied with APLINK is the program USERS.EXE.  This program
  1233. can only be run when APLINK is not running, even if you are using
  1234. a multitasking system such as Desqview.  Operation of the program
  1235. is reasonably selfevident.  A user is automatically entered into
  1236. the USERS.APS file upon the first logging into APLINK.  A call
  1237. may also be entered directly with USERS.EXE.  
  1238.  
  1239.      There are a number of parameters that may be set for any
  1240. given user using USERS.EXE.  Here is a list and their meanings:
  1241.  
  1242.      NTS - No longer used.  Will eventually be replaced.
  1243.  
  1244.      MBO - Set this to YES for any APLINK station that you
  1245.           directly autoforward traffic to on AMTOR.  This enables
  1246.           that station read any uncancelled message in your
  1247.           system in order to obtain fills, and to enable the RF
  1248.           and RI commands.  
  1249.  
  1250.      DO NOT PURGE - Prevents removal of the station from the file
  1251.           when the user file maintenance program purge command is
  1252.           used.
  1253.  
  1254.      HFWD - Set this to YES for any APLINK station that you
  1255.           directly autoforward traffic to on AMTOR provided the
  1256.           other station has set this parameter for you.  The
  1257.           activates the new AMTOR autoforwarding protocol that
  1258.           provides for h-routing and bids/mids.  This is only
  1259.           available on version 5.0 or later.
  1260.  
  1261.      EXPERT - YES sets EXPERT mode for a user.  
  1262.  
  1263.      LOCKOUT - YES prevents the indicated call from logging into
  1264.           your system on AMTOR or PACKET.
  1265.  
  1266.      The LAST MESSAGE and LAST BULLETIN parameters cannot be
  1267. changed except to set them to zero with the zero command.  These
  1268. two parameters determine what number the message and bulletin
  1269. lists begin with.  
  1270.  
  1271.      LAST LOGIN shows the time and date of the last time the
  1272. indicated call logged into the system.  The purge command removes
  1273. all calls from the file that have not logged in within the last
  1274. 180 days.
  1275.  
  1276.                            CHAPTER 10
  1277.  
  1278.                       Program Distribution
  1279.  
  1280.      APLINK is now being distributed by three methods.  There is
  1281. a free landline bbs at 512-690-5312 (San Antonio, TX).  It
  1282. accepts 1200 or 2400 baud, 8-bits, no parity, one stop pulse. 
  1283. Log in with your name and follow the instructions.  Load the file
  1284. named APFILES.EXE using XMODEM.  When APFILES.EXE is run it will
  1285. decompress in to a full set of program files.
  1286.  
  1287. If you have access to Compuserve (CIS), the latest version may be
  1288. downloaded from the Hamnet forum.  
  1289.  
  1290. A disk with all the APLINK files may be obtained by mail from
  1291. TAPR.  Send $2.00 US plus cost of postage if outside of North
  1292. America and specify that you want an APLINK disk.  It will come
  1293. in 5-1/4", 360 Kb, MS-DOS format.
  1294.  
  1295.       Tucson Amateur Packet Radio (TAPR)
  1296.       PO BOX 12925
  1297.       Tucson, AZ 85732
  1298.       USA
  1299.       
  1300.       TAPR Telephone: 602-749-9479
  1301.  
  1302.  
  1303. SYSOP ASSISTANCE
  1304.  
  1305. If you are having problems bringing up APLINK for the first time
  1306. please read, and then re-read the documentation provided on the
  1307. disk. Most questions received to date are covered in this
  1308. information.
  1309.  
  1310. If you still are having problems, or have other questions
  1311. relating to APLINK system operation please direct them, in
  1312. writing, to Craig, WA8DRZ/6:
  1313.  
  1314.      Craig McCartney, WA8DRZ
  1315.      160 Montalvo Road
  1316.      Redwood City, CA 94062
  1317.      USA
  1318.  
  1319. Via AMTOR, leave an note on the WA8DRZ/6 APLINK system on 20 or
  1320. 30 meters.
  1321.  
  1322. Via Packet, send a message to: 
  1323.  
  1324.       WA8DRZ @ WA8DRZ.#NOCAL.CA.USA.NA  
  1325.  
  1326. Via CIS send a note on Hamnet or Email to user id 73126,3260.
  1327.  
  1328.                            APPENDIX A
  1329.  
  1330.                      Packet Channel Commands
  1331.  
  1332.      The following is a verbatim copy of the packet channel help
  1333. file included in the APLINK distribution:
  1334.  
  1335. APLINK PACKET Channel Commands:
  1336.  
  1337. B                   Bye - Log off the BBS.  Just disconnecting does
  1338.                     the same thing.
  1339.  
  1340. H                   Help - Sends this file.
  1341.  
  1342. I                   Info - Sends the Information file.
  1343.  
  1344. L                   List - Lists all messages.
  1345. L #                 List # - List all files from message #.
  1346. LB                  List all bulletins.
  1347. L< <call>           List From <call> - Lists all messages to
  1348.                     <call>.  If <call> is omitted it lists all
  1349.                     messages from you. 
  1350. L> <call>           List To <call> - Lists all messages to <call>. 
  1351.                     If <call> is omitted it lists all messages to
  1352.                     you.
  1353. LH                  List all help files.
  1354. LR                  List all users who have signed into the system in
  1355.                     the last 24 hours.
  1356. LP                  List all pending traffic (for MBO operators only).
  1357.  
  1358. LOGIN <call>        Logs you into the system by a call other than
  1359.                     the one that began the link.
  1360.  
  1361. NTS                 List all NTS messages that have not been
  1362.                     forwarded.
  1363.  
  1364. R #                 Read # - Read message #.
  1365. RN                  Read New - Read all new messages addressed to
  1366.                     you.
  1367.  
  1368. SP <call> @ <route> Send - Send a message to <call> (optionally)
  1369.                     at <route>. 
  1370. SB <name> @ <route> Send a general interest bulletin of <name>
  1371.                     (optionally) via <route>.
  1372. SB <name> @ <route> $<bid>  Send a general interest bulletin of <name>
  1373.                     via <route> using <bid>.  Note: A bid will be
  1374.                     assigned by the system if not entered by the user.
  1375. ST <id1> @ <id2>    Send NTS traffic using current conventions.
  1376.  
  1377. T                   Talk - Signal the Sysop.
  1378.  
  1379. V                   Version - Read system version number.
  1380.  
  1381. CANCEL #            Cancels message # if you are the originator.
  1382.  
  1383. There is no Kill command.  Messages that have been read or
  1384. forwarded will be deleted automatically from the system after 24
  1385. hours.  Unread messages will be deleted automatically after 21
  1386. days.  Bulletins will remain until the originator or the Sysop
  1387. cancels them.
  1388.  
  1389.                            APPENDIX B
  1390.  
  1391.                      AMTOR Channel Commands
  1392.  
  1393.      The following is a verbatim copy of the AMTOR channel help
  1394. files included in the APLINK distribution.
  1395.  
  1396. (File: HELP1) AMTOR CHANNEL COMMANDS
  1397.  
  1398. TYPE ANY OF THE FOLLOWING COMMANDS ON A NEW LINE AND END WITH
  1399. EITHER (CR/LF) OR THE + ? SEQUENCE (BUT NOT BOTH).  IF YOU DO NOT
  1400. USE THE + ? SEQUENCE THE SYSTEM WILL CHANGE THE DIRECTION OF THE
  1401. LINK FOR YOU WHEN IT RECOGNIZES A VALID COMMAND. 
  1402.  
  1403. H OR HELP - SEND THE HELP FILE
  1404.  
  1405. CNCN - CANCEL WHATEVER IS IN PROGRESS. (USUALLY A MESSAGE YOU ARE
  1406.        ENTERING INTO THE SYSTEM)
  1407.        
  1408. LOGIN (YOUR CALL) - LOGS YOU IN
  1409. LOGON (YOUR CALL) - SAME AS LOGIN
  1410.  
  1411. L - LIST ALL AVAILABLE MESSAGES IN THE SYSTEM, NOT INCLUDING
  1412.     BULLETINS (SEE NOTE)
  1413. L (NUMBER) - AS ABOVE EQUAL OR GREATER THAN (NUMBER) 
  1414. LTO OR LM - LIST ALL MESSAGES TO YOU
  1415. LTO (CALL) - LIST ALL MESSAGES TO (CALL)
  1416. LFM - LIST ALL MESSAGES FROM YOU
  1417. LFM (CALL) - LIST ALL MESSAGES FROM (CALL)
  1418. LT - LIST ALL NTS MESSAGES
  1419. LB - LIST ALL GENERAL INTEREST BULLETINS (SEE NOTE)
  1420. LB (NUMBER) - AS ABOVE EQUAL OR GREATER THAN (NUMBER) 
  1421. LR - LIST AMTOR USERS WHO HAVE LOGGED ON IN THE PAST 24 HOURS 
  1422. LP - LIST ALL PENDING TRAFFIC (FOR OTHER MBO STATIONS ONLY)
  1423.  
  1424. NTS - LIST ALL UNFORWARDED NTS MESSAGES
  1425.  
  1426. RN OR RM - READ ALL NEW MESSAGES ADDRESSED TO YOU 
  1427. R (NUMBER) - READ MESSAGE (NUMBER)
  1428. RH (NUMBER) - READ MESSAGE (NUMBER) INCLUDING ROUTING HEADERS
  1429.  
  1430. SP (CALL) - SEND A MESSAGE TO (CALL), END WITH NNNN 
  1431. SB (NAME) - ENTER A BULLETIN WITH (NAME), END WITH NNNN 
  1432. SB (NAME) AT (ROUTE) BID (BID) - ENTER A BULLETIN WITH (NAME) AT
  1433.             (ROUTE) WITH A BID OF (BID)
  1434.  
  1435. SP (CALL) AT (ROUTE) - SEND A MESSAGE TO (CALL) TO BE FORWARDED
  1436.    VIA (ROUTE)
  1437. ST (ZIPCODE) AT (NTS STATECODE) - SEND AN NTS MESSAGE (USE       
  1438.    ACCEPTED NTS SUBJECT AND MESSAGE FORMAT)
  1439.  
  1440. NNNN - END A MESSAGE.  MUST HAVE BEEN STARTED WITH SP, SB, OR ST. 
  1441.    
  1442. CANCEL (NUMBER) - CANCELS MESSAGE (NUMBER) IF ORIGINATED BY YOU
  1443.  
  1444. T - TALK TO THE SYSOP
  1445.  
  1446. I - INFORMATION ABOUT THIS SYSTEM
  1447.  
  1448. V - READ VERSION NUMBER
  1449.  
  1450. A - (AFTER SEIZING THE LINK) ABORT A FILE BEING RECEIVED
  1451.  
  1452. LOGOUT - LOGS YOU OFF
  1453. LOGOFF - SAME AS LOGOUT
  1454.  
  1455. /// - ANYWHERE ON THE LINE CANCELS THE LINE (EXCEPT IN MESSAGES)
  1456.  
  1457. NOTE: THE L, AND LB COMMANDS WILL ONLY LIST MESSAGES YOU HAVE NOT
  1458. PREVIOUSLY LISTED.  FOLLOW THE COMMAND WITH A NUMBER TO OVERRIDE
  1459. THIS FEATURE.  USE 0 TO LIST ALL MESSAGES IN THE CATEGORY.
  1460.  
  1461. HERE IS SOME SPECIAL COMMANDS FOR THE EXPERT USER:
  1462.  
  1463. EXPERT - TOGGLES THE 'EXPERT' MODE
  1464. RI - READS THE MBO'S INTERCEPT FILE 
  1465. RF - READS THE MBO'S AMTOR AUTOFORWARD ROUTING FILE 
  1466.    NOTE: RI AND RF ARE AVAILABLE TO OTHER MBO'S ONLY
  1467. F - (AFTER SEIZING THE LINK) ABORT A FILE BEING RECEIVED AND MARK
  1468.  IF FORWARDED IF IT IS FOR YOU.  (THIS IS FOR USE WITH          
  1469.  DUPLICATE MESSAGES.)
  1470.  
  1471.  
  1472. (File: HELP2) LOGGING IN ON AMTOR
  1473.  
  1474. THIS MBO HAS AN AUTOMATIC LOGIN PROCEDURE FOR REGISTERED STATIONS
  1475. WITH AUTOMATIC ANSWERBACK (AAB) ENABLED.  WHEN YOU FIRST LINK WITH
  1476. THE SYSTEM, IT SEIZES THE LINK, IDENTIFIES, SENDS A 'WRU' CHARACTER
  1477. (FIGS-D), AND WAITS FOR AN ANSWERBACK RESPONSE.  THE EXPECTED
  1478. RESPONSE IS: 
  1479.  
  1480. (CR/LF)QRA CALL SELCAL + ?
  1481.  
  1482. OR 
  1483.  
  1484. (CR/LF)DE CALL SELCAL + ? 
  1485.  
  1486. FOR EXAMPLE '(CR/LF)QRA WA8DRZ WDRZ + ?' IS TYPICAL RESPONSE.
  1487.  
  1488. IF NO AAB RESPONSE IS RECEIVED THE SYSTEM SENDS A MANUAL LOGIN
  1489. REQUEST FOLLOWED BY THE + ? SEQUENCE.  AT THIS POINT A USER SHOULD
  1490. SEND EITHER 'LOGIN (CALL)(CR/LF)' OR 'LOGON (CALL)(CR/LF)'.  IF THE
  1491. CALL HAS BEEN REGISTERED THE SYSTEM WILL RESPOND WITH A 'GA'
  1492. PROMPT.  IF AN ERROR WAS RECEIVED OR THE CALL IS NOT REGISTERED THE
  1493. SYSTEM WILL ASK YOU TO CONFIRM THE CALL.  IF YOU ANSWER THE
  1494. CONFIRMATION REQUEST WITH 'YES' THE CALL BECOMES REGISTERED.
  1495.  
  1496. APLINK WILL DISCONNECT AFTER THREE MINUTES IF NO LOGIN HAS BEEN
  1497. RECOGNIZED.
  1498.  
  1499. ONCE YOU HAVE LOGGED ON, THE SYSTEM IS READY FOR YOUR COMMAND
  1500. WHENEVER IT SENDS A 'GA' (GO AHEAD) PROMPT.
  1501.  
  1502. YOU MAY LOG OUT OF THE SYSTEM WITH 'LOGOUT(CR/LF)' OR 'LOGOFF(CR/LF)'.
  1503. ANY TIME THE LINK IS LOST THE CURRENT USER IS AUTOMATICALLY LOGGED
  1504. OUT.
  1505.  
  1506. IF A MESSAGE IS BEING SENT TO THE SYSTEM DURING A LINK FAILURE,
  1507. THAT PART OF THE MESSAGE THAT WAS RECEIVED IS FILED AND IS
  1508. AVAILABLE TO THE ADDRESSEE.
  1509.  
  1510.  
  1511. (File: HELP3) RECEIVING YOUR MESSAGES ON AMTOR
  1512.  
  1513. THE QUICKEST AND SIMPLEST WAY TO RECEIVE YOUR MESSAGES IS TO GIVE
  1514. THE 'RN' (MEANING 'READ NEW') COMMAND AS SOON AS YOU SIGN ON.  ALL
  1515. MESSAGES IN THE SYSTEM NOT ALREADY MARKED 'FORWARDED' WILL BE
  1516. TRANSMITTED TO YOU AUTOMATICALLY WITHOUT FURTHER ACTION ON YOUR
  1517. PART.  AS EACH MESSAGE IS COMPLETELY FORWARDED TO YOU IT IS MARKED
  1518. 'FORWARDED' AND WILL NOT BE TRANSMITTED AGAIN WITH THIS COMMAND. 
  1519. (YOU MAY READ IT AGAIN WITH THE 'R (NUMBER)' COMMAND.
  1520.  
  1521. IF YOU ARE RECEIVING AN UNFORWARDED MESSAGE AND THE LINK IS LOST
  1522. IT WILL STILL BE AVAILABLE TO THE 'RN' COMMAND.
  1523.  
  1524. IF YOU HAVE LOGGED INTO THE SYSTEM WITH YOUR AUTOMATIC ANSWERBACK
  1525. THEN THE SYSTEM WILL MARK YOUR MESSAGES 'FORWARDED' ONLY AFTER IT
  1526. TRIGGERS YOUR ANSWERBACK AT THE END OF EACH MESSAGE.
  1527.  
  1528. YOU DO NOT HAVE TO (IN FACT, CANNOT) DELETE A MESSAGE.  ONCE IT IS
  1529. FORWARDED THE SYSTEM WILL DELETE IT 24 OR MORE HOURS LATER.  IN THE
  1530. MEANTIME IT MAY BE READ AGAIN USING THE 'R (NUMBER)' COMMAND.
  1531.  
  1532. USE THE LIST COMMANDS TO SEE WHAT MESSAGES ARE AVAILABLE.
  1533.  
  1534.  
  1535. (File: HELP4) ENTERING A MESSAGE ON AMTOR
  1536.  
  1537. MESSAGES MAY BE ENTERED DIRECTLY FROM YOUR KEYBOARD INTO THE
  1538. SYSTEM, HOWEVER IT IS BETTER IF YOU PREPARE A FILE BEFORE LOGGING
  1539. ON AND THEN SEND IT AT MACHINE SPEED.  THIS REDUCES THE CONNECT
  1540. TIME TO THE SYSTEM AND THE POTENTIAL FOR TRANSMISSION ERRORS.
  1541.  
  1542. YOU MAY SEND THREE KINDS OF MESSAGES:
  1543.  
  1544. 'SP (CALL)' WHICH IS A MESSAGE TO A SPECIFIC STATION AND MAY ONLY
  1545. BE READ BY THAT STATION (OR YOU OR THE SYSOP) AND WILL APPEAR ON
  1546. THE MESSAGE LIST ONLY FOR THOSE STATIONS.  FOR OTHERS, IT SIMPLY
  1547. ISN'T THERE.  'SP' MESSAGES WILL REMAIN IN THE SYSTEM FOR 21 DAYS
  1548. OR 24 HOURS AFTER BEING MARKED 'FORWARDED', WHICHEVER COMES FIRST.
  1549.  
  1550. 'SP' TYPE MESSAGES MAY ALSO BE ENTERED FOR AUTOMATIC FORWARDING TO
  1551. ANOTHER MBO/BBS.  THEY MAY BE ENTERED IN THE FORM 'SP (CALL) TO
  1552. (ROUTE)' WHERE (CALL) IS THE ADDRESSEE AND (ROUTE) IS THE
  1553. HIERARCHICAL ROUTE TO HIS LOCAL MBO/BBS.  SINCE AMTOR DOES NOT
  1554. PROVIDE FOR A NUMBER SIGN CHARACTER, USE THE EQUAL SIGN CHARACTER IN
  1555. ITS PLACE WHEN REQUIRED IN AN H-ROUTE ADDRESS AND APLINK WILL CONVERT
  1556. IT TO A NUMBER SIGN CHARACTER.
  1557.  
  1558. 'ST (ZIPCODE) TO (NTS STATECODE)' IS USED TO ENTER A MESSAGE TO
  1559. ANYONE TO BE DELIVERED BY THE NATIONAL TRAFFIC SYSTEM. THE SUBJECT
  1560. (FIRST LINE) SHOULD READ: QTC (CITY, STATE) AND THE BODY OF THE
  1561. MESSAGE SHOULD BE IN STANDARD ARRL MESSAGE FORMAT.
  1562.  
  1563. 'SB (ID)' ADDRESSES A MESSAGE TO 'ID' AND MARKS IT AS A BULLETIN. YOU
  1564. MAY ALSO INCLUDE A BULLETIN IDENTIFICATION (BID) BY ADDING 'BID '
  1565. FOLLOWED BY THE BID ON THE SAME LINE.  FOR EXAMPLE:
  1566.  
  1567.    SB ALL BID 12345W1ABC
  1568.    
  1569. IS A MESSAGE TO 'ALL' WITH A BID OF 12345W1ABC.   BULLETINS WITHOUT A
  1570. BID WILL NOT BE FORWARDED.
  1571.  
  1572. BULLETIN TYPE MESSAGES WILL REMAIN IN THE SYSTEM UNTIL REMOVED
  1573. (CANCELLED) BY EITHER THE ORIGINATOR OR THE SYSOP.
  1574.  
  1575. TO SEND A MESSAGE, TYPE THE COMMAND (I.E., 'SP W5SMM(CR/LF)') AND
  1576. WAIT FOR A RESPONSE FROM THE SYSTEM.  THE LINE WILL BE TYPED BACK AND
  1577. YOU WILL BE REQUESTED TO CONFIRM WITH 'YES' OR 'NO'.  AT THE 'GA
  1578. SUBJ/MSG' PROMPT TYPE THE SUBJECT OF THE MESSAGE ON ITS OWN LINE AND
  1579. THEN ENTER THE TEXT OF THE MESSAGE.
  1580.  
  1581. AT THE END OF THE MESSAGE SEND 'NNNN' ON A NEW LINE.  'NNNN'
  1582. EMBEDDED IN TEXT IS IGNORED.  AFTER SENDING 'NNNN' WAIT FOR A NEW
  1583. 'GA' PROMPT TO ENTER A NEW COMMAND.
  1584.  
  1585. IDENTIFY YOUR STATION AT REGULAR INTERVALS BY SENDING YOUR
  1586. IDENTIFICATION AFTER A 'GA' PROMPT.  ANY CHARACTER SEQUENCE THAT
  1587. IS NOT A VALID COMMAND IS IGNORED BY THE SYSTEM.
  1588.  
  1589. IF YOU HAVE ALREADY SENT A PARTIAL COMMAND LINE AND WANT TO CANCEL
  1590. THE LINE JUST SEND THREE OR MORE '/'S IN A ROW ANYWHERE ON THE
  1591. LINE.  THAT LINE WILL BE IGNORED.  THIS ONLY WORKS ON COMMAND
  1592. LINES.  /// IMBEDDED IN A MESSAGE WILL BE PASSED ON TO THE
  1593. ADDRESSEE.
  1594.  
  1595. AFTER YOU HAVE TRANSMITTED A MESSAGE YOU MAY CANCEL IT WITH THE
  1596. 'CANCEL (NUMBER)' COMMAND.  THIS IS NORMALLY USED TO ONLY REMOVE
  1597. A BULLETIN YOU HAVE PLACED IN THE SYSTEM, BUT IT MAY BE USED TO
  1598. REMOVE ANY MESSAGE YOU HAVE PREVIOUSLY SENT.
  1599.  
  1600.  
  1601. (File: HELP5) MESSAGE LIST EXPLANATION
  1602.  
  1603. THE FORMAT FOR THE MESSAGE LIST IS SIMILAR TO THAT OF COMMONLY USED
  1604. PACKET BBS PROGRAMS.  THE SYMBOLS FOR TYPE AND STATUS ARE
  1605. CONSISTENT WITH THE PACKET SYSTEM.
  1606.  
  1607. MSG = MESSAGE NUMBER (ASSIGNED BY THE SYSTEM)
  1608.  
  1609. T = MESSAGE TYPE AS FOLLOWS:
  1610.  P - A PRIVATE MESSAGE, MAY ONLY BE READ BY THE ADDRESSEE,       
  1611.      ORIGINATOR OR SYSOP  
  1612.  B - A BULLETIN
  1613.  T - AN NTS MESSAGE
  1614.  
  1615. S = STATUS AS FOLLOWS:
  1616.  N - MESSAGE NOT YET ACCESSED BY, DELIVERED, OR FORWARDED TO THE
  1617.      ADDRESSEE  
  1618.  + - SAME AS 'N' EXCEPT OVER 24 HOURS OLD
  1619.  ++ - SAME AS 'N' EXCEPT OVER 48 HOURS OLD    
  1620.  Y - MESSAGE FORWARDED TO THE ADDRESSEE OR ANOTHER MBO/BBS  
  1621.  
  1622. TO = CALL OF ADDRESSEE
  1623.  
  1624. AT = CALL OF ADDRESSEE'S BBS (IF FOLLOWED BY A PERIOD WHEN HIERARCHICAL
  1625.      ROUTING IS USED.
  1626.  
  1627. FROM = CALL OF ORIGINATOR
  1628.  
  1629. FILED = DATE/TIME MESSAGE WAS ENTERED INTO THE SYSTEM
  1630.  
  1631. SUBJECT = THE SUBJECT LINE OF THE MESSAGE
  1632.  
  1633.  
  1634. (File: HELP6) LISTING MESSAGES
  1635.  
  1636. THERE ARE SEVERAL COMMANDS FOR LISTING MESSAGES THAT ARE IN THE
  1637. SYSTEM.  THE 'LTO (CALL)', AND 'LFM (CALL)' ('LIST TO' AND 'LIST
  1638. FROM') DEFAULT TO THE CALL OF THE USER LOGGED INTO THE SYSTEM IF
  1639. NO ARGUMENT IS GIVEN.  
  1640.  
  1641. THE 'L', AND 'LB' COMMANDS WHEN GIVEN WITHOUT ARGUMENTS WILL LIST
  1642. ONLY MESSAGES NOT PREVIOUSLY LISTED FOR YOU.  YOU MAY OVERRIDE THIS
  1643. FEATURE BY ADDING A NUMBER FOLLOWING THE 'L', OR 'LB'. THE ARGUMENT
  1644. 0 WILL LIST ALL THE MESSAGES IN THE CATEGORY.
  1645.  
  1646. NTS MESSAGES THAT ARE WAITING TO BE DELIVERED MAY BE LISTED WITH THE
  1647. 'NTS' COMMAND.  THIS IS THE PREFERED WAY TO LIST NTS TRAFFIC.  THE
  1648. 'LT' COMMAND WILL ALSO LIST NTS TRAFFIC BUT INCLUDES TRAFFIC THAT HAS
  1649. ALREADY BEEN PICKED UP.
  1650.  
  1651. MESSAGES THAT HAVE BEEN CANCELLED WILL NOT APPEAR ON THE MESSAGE
  1652. LIST EVEN THOUGH THEY MAY STILL BE IN THE SYSTEM.
  1653.  
  1654. MESSAGES THAT ARE TYPE 'PRIVATE' WILL ONLY APPEAR ON LISTS FOR THE
  1655. ADDRESSEE AND ORIGINATOR OF THE MESSAGE.
  1656.  
  1657. READ THE HELP FILES NAMED 'SYSTEM MAINTENANCE' AND 'MESSAGE LIST
  1658. EXPLANATION'.
  1659.  
  1660.  
  1661. (File: HELP7) SYSTEM MAINTENANCE
  1662.  
  1663. THE MAINTENANCE ROUTINES FOR THIS SYSTEM ARE TYPICALLY RUN ONCE A
  1664. DAY BY THE SYSOP.  AT THAT TIME THE FOLLOWING RULES APPLY TO ALL
  1665. MESSAGE FILES:
  1666.  
  1667. 1. ALL MESSAGES MARKED CANCELLED ARE REMOVED.
  1668.  
  1669. 2. ALL MESSAGES MARKED AS FORWARDED FOR MORE THAT 24 HOURS ARE
  1670. REMOVED.
  1671.    
  1672. 3. ALL MESSAGES EXCEPT BULLETINS THAT ARE OVER 21 DAYS OLD ARE
  1673. REMOVED.
  1674.  
  1675.  
  1676. (File: HELP8) AMTOR PORT OPERATING HINTS
  1677.  
  1678. IF YOU HAVE BEEN SITTING IDLE FOR A FEW SECONDS BEFORE TYPING A
  1679. COMMAND, TYPE CR/LF JUST BEFORE ISSUING THE COMMAND.  THIS CLEARS
  1680. ANY STRAY LEADING CHARACTERS FROM THE BUFFER THAT MAY HAVE BEEN
  1681. RECEIVED IN ERROR DURING THE IDLE PERIOD.
  1682.  
  1683. IF YOU GET A LONG FILE STARTED AND WOULD LIKE TO ABORT, SIMPLY
  1684. SEIZE THE LINK, WAIT FOR IDLE STATUS ON YOUR AMTOR TERMINAL, AND
  1685. TYPE 'A' (CR/LF).  THE SYSTEM WILL RETURN A 'BK GA' PROMPT AND
  1686. ACCEPT A NEW COMMAND FROM YOU.
  1687.  
  1688. REMEMBER THAT THE FIRST LINE OF A MESSAGE WILL APPEAR ON THE
  1689. MESSAGE LIST AS THE SUBJECT.  MAKE IT MEANINGFUL TO SOMEONE
  1690. SCANNING THE LIST.
  1691.  
  1692.  
  1693. (File: HELP9) USING 'EXPERT' MODE
  1694.  
  1695. AN 'EXPERT' MODE HAS BEEN ADDED.  IT IS TOGGLED BY THE AMTOR USER BY
  1696. ENTERING THE COMMAND 'EXPERT'.  THE EXPERT MODE SHORTENS THE EXCHANGE
  1697. WHEN ENTEREING A NEW MESSAGE.  WHEN ON, THE BEGINNING OF A MESSAGE
  1698. LOOKS LIKE THIS:
  1699.  
  1700. FROM USER:    SP W1ABC AT WA8DRZ.=NOCAL.CA
  1701. FROM SYSTEM:  SP W1ABC AT WA8DRZ.=NOCAL.CA GA SUBJ/MSG+?
  1702.  
  1703. IF THERE IS A HIT IN THE RESPONSE THE USER MUST TYPE THE 'CNCN' COMMAND
  1704. TO KILL THE MESSAGE AND START OVER.  NNNN, OF COURSE, FILES THE MESSAGE.
  1705. CNCN MAY BE TYPED ANYWHERE IN THE MESSAGE ON A LINE BY ITSELF.
  1706.  
  1707.