home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / XUTIL091.LZH / XNET.DOC < prev    next >
Text File  |  1992-12-27  |  4KB  |  93 lines

  1.  
  2.  ┌───────────────────────────────────────────────────────────────────────────┐
  3.  │ xnet/2 0.90        Network List Tool - Written by Ken Miller  (1:134/111) │
  4.  │ Beta Beta                   Copyright (c) 1992 Shetland Computer Services │
  5.  └───────────────────────────────────────────────────────────────────────────┘
  6.  
  7.   xnet/2 is an OS/2 2.0 32-bit program which will search a nodelist for
  8.   a specified network, and create either a raw net dump, or a nicely
  9.   formatted table.  For example, to list the Fidonet net that I am in you
  10.   would use the following command:
  11.  
  12.     xnet -i nodelist 134 -f
  13.  
  14.   This will use the latest 'nodelist.nnn' in the current directory, and
  15.   search for net 134.  Note that the use of the '-i' parameter is to be
  16.   used for networks whose nodelist is named differently than Fidonet.
  17.  
  18.   If you are in a zone other than '1', the just specify the zone.  For example,
  19.   to list the nodes in raw format for 2:200, just use this command:
  20.  
  21.      xnet 2:200
  22.  
  23.   The '-f' option will format the list as a table, so you can use this to
  24.   display as a sign off message for your users.
  25.  
  26.   If the nodelist is in the current directory, and it is called 'nodelist.nnn'
  27.   then you could have used the following command, instead of the one above:
  28.  
  29.     xnet 134 -f
  30.  
  31.   To disable the status display, specify '-q' (quiet mode).  If you want to
  32.   capture the output in a file, either redirect stdout to a file, or use the
  33.   '-o' option.
  34.  
  35.   To get a help listing, just run xnet with no options, or specify
  36.   '-h'.
  37.                   -----------------------------------
  38.  
  39.   This software is free; most of this stuff comes about when either a) I
  40.   can't sleep, or b) I'm on holidays, and so is created more to ease the
  41.   mind that for making money.  xnet (and xnode, also included in this
  42.   archive) came about because of a) **and** b).
  43.  
  44.   As I've said before in some other stuff I've written (as have some
  45.   dudes who wrote some 'ok' fractal software :-)
  46.  
  47.     "Don't want money.  Got money.  Want admiration".
  48.  
  49.   So, for me to get admiration, you have to send me a note saying you
  50.   are using this software.  That's it!  You can send a note to any of
  51.   the following addresses:
  52.  
  53.          FidoNet: 1:134/111
  54.         MetroNet: 201:5500/111
  55.         WorldNet: 55:6000/111
  56.           ibmNet: 40:6493/1021
  57.         Internet: hawks@Debug.cuc.ab.ca
  58.  
  59.    If you have any questions about this software, send me netmail, or leave me
  60.    a message in either the OS2PROG or FERNWOS2 message forum on FidoNet, or in
  61.    the IBM.IBMNET forum on ibmNET.
  62.  
  63.  
  64.    ----- Changes -------------------------------------------------------------
  65.  
  66.    Version 0.91
  67.  
  68.        1. Added character translation to.  You can now map characters
  69.           from one string to another.  This was added becase some BBS
  70.           embedded language languages interpret certain characters as
  71.           lanuage constructs i.e. Mecca uses the '[' and ']' characters
  72.           to delimite commands.
  73.  
  74.        2. The nodelist can now be specified with a full path name.  This
  75.           means that you don't have to run xnet in the same directory as
  76.           the nodelist.
  77.  
  78.        3. Most of the common routines between xnet and xnode have been
  79.           mashed into a DLL, called xnlt091.dll.  Place this DLL anywhere
  80.           on your LIBPATH.  The benefit of this is that the total space
  81.           required by the programs has been reduced by about 30K.
  82.  
  83.        4. By using the -s option with a percentage, you can now seek
  84.           into the nodelist, to decrease the search fime.  This is
  85.           really only useful for FidoNet nodes, and for zones other than
  86.           1.  You must be certain that you do not seek past the zone
  87.           that the network you are looking for resides in.  If so, xnet
  88.           will be unable to find it.
  89.  
  90.        5. Flags were being truncated.  Increased flag buffer size.
  91.  
  92.        6. Fixed some grammatical errors.
  93.