home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / AMAX_230.ZIP / NEWSTUFF.DOC < prev    next >
Encoding:
Text File  |  1992-11-15  |  2.7 KB  |  68 lines

  1.  
  2.  
  3.                                  AMAX Version 2.30
  4.  
  5.                                      New Stuff
  6.  
  7.                Copyright (C) 1992 Alan D. Bryant, All Rights Reserved
  8.  
  9.  
  10.  
  11.                                Nodelist Info Displays
  12.  
  13.          Added a new command line switch which allows you to select which 
  14.          parts of the nodelist to use anyplace nodelist information is 
  15.          displayed.  
  16.  
  17.          The default is to display the name of the system and its 
  18.          location, as AMAX has always previously done.  You can select to 
  19.          have board name, location, sysop name, and/or telephone number 
  20.          displayed.  Although you could do all four, the info line would 
  21.          be far too long to fit in most places.  You'll usually pick just 
  22.          one or two items.
  23.  
  24.          You designate these with the -F command line switch, followed by 
  25.          a number.  I copped out on ease of use, and went for a bit field.  
  26.          As a result, you get this for numbers:
  27.  
  28.                 1 - Board Name
  29.                 2 - Location
  30.                 4 - Sysop Name
  31.                 8 - Telephone Number
  32.  
  33.          You add up the values of the numbers for what you want, and put 
  34.          that on the -F switch. 
  35.  
  36.          For example, if you wanted board name and sysop name, use -F5 
  37.          (board name, 1, plus sysop name, 4, equals 5).  If you want sysop 
  38.          name and telephone number, it's -F12 (8 + 4 = 12).  If you wanted 
  39.          all of it, it's -F15 (1 + 2 + 4 + 8 = 15).  Try some combinations 
  40.          of your own...the most useful to me has been the sysop name. 
  41.  
  42.                        Nodelist Info on More in Outbound List
  43.  
  44.          When you list the outbound area, and select the "more" option, 
  45.          you get a line with full nodelist information.  That way, if 
  46.          you're choosing to display just parts of the information (see -F 
  47.          above) then you can see all parts when you get more info on the 
  48.          entry.
  49.  
  50.                               Nodelist Record Display
  51.  
  52.          Three additions here.
  53.  
  54.          The baud rate is now displayed.  I think the old AMAX did that 
  55.          anyway.
  56.  
  57.          You can now go to the previous and next (sequentially) entries 
  58.          from the one you're at.  This way, you can easily scan the 
  59.          nodelist if you wish.
  60.  
  61.          Non-exact matches are displayed.  For example, if you looked for 
  62.          1:104/35 (a non-existent node) it would find the closest entry, 
  63.          which would be 1:104/36.  If you think you know the address but 
  64.          miss it by a little, you can then move to previous or next and 
  65.          locate it pretty easily.
  66.  
  67.  
  68.