home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / AWRLST20.ZIP / PLSTUTIL.DOC < prev    next >
Encoding:
Text File  |  1996-04-15  |  2.5 KB  |  87 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                              PowerList Utilities
  8.                                   made for
  9.                               PowerList v2.00
  10.  
  11.                      (C)Copyright 1996 by Phillip Powers
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. Introduction
  19. ~~~~~~~~~~~~
  20. This program is a nice utility for PowerList. It allows you to delete 
  21. faulty entries and sort the list in a number of different ways. The best
  22. way to do this is probably to add this to your BBS' nightly event/cleanup.
  23. You should find that this is a pretty simple utility to use, also.
  24.  
  25.  
  26. Usage
  27. ~~~~~
  28. The usage of this program is pretty simple. Here are a little of the 
  29. commands:
  30.  
  31. PLSTUTIL   <alone>
  32.   Displays Command Line Usage
  33.  
  34. PLSTUTIL  /S[1,2,3][+,-]  /D[1,2,3]  /F
  35.   
  36.   -----Sorting-------------------------------------------------------------
  37.   
  38.   The /S command notifies PLSTUTIL that you want to sort the list. The 
  39.   optional [1,2,3][+,-] commands tell the program how you want to sort it 
  40.      
  41.      1 = Sorts entries by BBS Name     (Default)
  42.      2 = Sorts entries by Location
  43.      3 = Sorts entries by Phone Number
  44.      + = Sorts in Ascending Order
  45.      - = Sorts in Descending Order
  46.  
  47.   If you enter /S alone it will assume BBS Name and Ascending as the sort 
  48.   method.
  49.  
  50.   -----Deleting------------------------------------------------------------
  51.  
  52.   The /D command tells PLSTUTIL you want to delete entries with a certain
  53.   blank field. The optional [1,2,3] commands tell the program which field
  54.   you want to look at.
  55.  
  56.     1 = Deletes entries with a blank BBS Name
  57.     2 = Deletes entries with a blank Sysop Name
  58.     3 = Deletes entries with a blank Phone Number
  59.  
  60.   This command also takes a look at the ACTUAL number of entries in the
  61.   BBSBASE.DAT files, so if somehow your BBSLIST.CFG file gets corrupt and
  62.   all the entries are not showing up in the program, you can run this program
  63.   and it should fix the problem.
  64.  
  65.   -----Fixing--------------------------------------------------------------
  66.   
  67.   The /F command is the "doctor" of PowerList. If you ever encounter any
  68.   strange Runtime Errors (especially RTE 100), this will PROBABLY fix it.
  69.   If everything is running smoothly, there is really no need to call this.
  70.  
  71.  
  72. Examples
  73. ~~~~~~~~
  74. PLSTUTIL /S1-
  75.  
  76.   This will sort entries in descending order by BBS Name.
  77.  
  78. PLSTUTIL /D1
  79.  
  80.   This will delete all entries with a blank BBS Name.
  81.  
  82. PLSTUTIL /S1+ /D3
  83.  
  84.   This will sort entries by BBS Name in ascending order and delete all 
  85.   entries with blank Phone Numbers.
  86.  
  87.