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

  1.  
  2.  ┌───────────────────────────────────────────────────────────────────────────┐
  3.  │ xnode/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.   xnode/2 is an OS/2 2.0 32-bit program which will search a nodelist for
  8.   a specified node.  For example, if you wanted to find my node, you
  9.   would use the following command:
  10.  
  11.     xnode -i nodelist 134/111
  12.  
  13.   This will use the latest 'nodelist.nnn' in the current directory, and
  14.   search for net 134, node 111.  Note that the use of the '-i' parameter
  15.   in this case is redundant; it is to be used for networks whose
  16.   nodelist is named differently than Fidonet.
  17.  
  18.   In other words, the above command could have been shortened to
  19.  
  20.     xnode 134/111
  21.  
  22.   assuming that nodelist.??? was in the current directory.  Also, if no
  23.   zone number is entered, zone '1' is assumed.
  24.  
  25.   To get a help listing, just run xnode with no options, or specify
  26.   '-h'.
  27.                     -----------------------------------
  28.  
  29.   This software is free; most of this stuff comes about when either a) I
  30.   can't sleep, or b) I'm on holidays, and so is created more to ease the
  31.   mind that for making money.  xnode (and xnet, also included in this
  32.   archive) came about because of a) **and** b).
  33.  
  34.   As I've said before in some other stuff I've written (as have some
  35.   dudes who wrote some 'ok' fractal software :-)
  36.  
  37.     "Don't want money.  Got money.  Want admiration".
  38.  
  39.   So, for me to get admiration, you have to send me a note saying you
  40.   are using this software.  That's it!  You can send a note to any of
  41.   the following addresses:
  42.  
  43.          FidoNet: 1:134/111
  44.         MetroNet: 201:5500/111
  45.         WorldNet: 55:6000/111
  46.           ibmNet: 40:6493/1021
  47.         Internet: hawks@Debug.cuc.ab.ca
  48.  
  49.    If you have any questions about this software, send me netmail, or leave me
  50.    a message in either the OS2PROG or FERNWOS2 message forum on FidoNet, or in
  51.    the IBM.IBMNET forum on ibmNET.
  52.  
  53.    ----- Changes -------------------------------------------------------------
  54.  
  55.    Version 0.91
  56.  
  57.        1. The nodelist can now be specified with a full path name.  This
  58.           means that you don't have to run xnet in the same directory as
  59.           the nodelist.
  60.  
  61.        2. Most of the common routines between xnet and xnode have been
  62.           mashed into a DLL, called xnlt091.dll.  Place this DLL anywhere
  63.           on your LIBPATH.  The benefit of this is that the total space
  64.           required by the programs has been reduced by about 30K.
  65.  
  66.        3. Added country name, specified via -c option.
  67.  
  68.