home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / WW4DMP1.ZIP / WWIVDUMP.DOC < prev    next >
Text File  |  1995-01-28  |  3KB  |  80 lines

  1. ▒▓ WWIVDUMP v1.0   User Printing Utility   (C) Copyright 1995 Scott Slater ▓▒
  2.  
  3.  
  4.        This is a small utility that I put together to find duplicate user
  5.   accounts as well as keeping a nice listing of my users.  First the program
  6.   loads the userlist into memory, then it parses and sorts the userlist.
  7.   After doing this it will either print the userlist to LPT1, a file, or to
  8.   the screen in a viewer.  The userlist may be sorted by Real Name (Default),
  9.   Handle, Phone Number, or Not sorted at all.  Use of the program is really
  10.   quite simple.  It uses command line parameters to determine the sort order
  11.   and the output device.  The command line parameters are as folows:
  12.  
  13.  
  14.                      /SN        Sort By NONE  (UNSORTED)
  15.                      /SR        Sort By Real Name (Default)
  16.                      /SP        Sort By Phone Number
  17.                      /SH        Sort By Handle
  18.     
  19.                      /F         Output to a file called WWIVDUMP.TXT
  20.                      /V         Output to Viewer on screen
  21.                      /P         Output to LPT1 (Default)
  22.  
  23.  
  24.   ex. to sort the users by their Real Name and send it to the printer use:   
  25.   
  26.            WWIVDUMP
  27.  
  28.   ex. to sort the users by their Handle and send it to the screen use:
  29.  
  30.            WWIVDUMP /V /SH        or     WWIVDUMP /SH /V
  31.  
  32.   
  33.        Once you load a userlist into the viewer you may press F3 and search
  34.   for any search spec you like.  The search spec may contain any partial
  35.   string from any line of text.  It may contain ALL or PART of... a phone 
  36.   number, a users Real Name, or Handle.
  37.  
  38.   ***NOTE:  The maximum amount of users that WWIVDUMP will load into memory
  39.             is 1024.  If you have more than this, users 1025 and up will be
  40.             omitted from loading.
  41.  
  42.  
  43.  
  44.   Files contained in the original archive WW4DMP1.ZIP are:
  45.  
  46.           WWIVDUMP.SCR           4015      Main Screen File
  47.           WWIVDUMP.EXE           49547     Main Executable File
  48.           WWIVDUMP.DOC           2943      This Document File
  49.  
  50.   all original files in the original Archive will be have the -AV identifier!
  51.  
  52.        
  53.        
  54.        
  55.        There really isn't much more to tell about the operation of the
  56.   program.  But if you use it, use it at your own risk!  This program does
  57.   not write to or alter the USER.LST file in any way!  If you don't trust
  58.   it, work with a copy of your userlist in another directory.  This program
  59.   is distributed as Freeware.  This program IS NOT public domain and IS
  60.   Copyrighted 1995 by Scott Slater.
  61.  
  62.  
  63.        To contact the author:
  64.  
  65.  
  66.                 Email    1@1      AEROnet,
  67.                          1@9114   WWIVnet,
  68.                          1@4256   ICEnet,
  69.                     or   1@14253  WWIVLink.
  70.  
  71.  
  72.  
  73.        or you may call:
  74.  
  75.                          Final Approach BBS
  76.                          (412) 843-7147
  77.  
  78.  
  79. *ver 1.0
  80.