home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RIDDANCE.ZIP / RIDDANCE.DOC < prev    next >
Encoding:
Text File  |  1992-02-02  |  1.5 KB  |  51 lines

  1. Purge Users Who Have Not Called For A Long Time Version 2.0
  2. ===========================================================
  3.  
  4. Copyright Neil J Marshall 2nd February 1992
  5.     TransatlanticBBS, @440 VirtualNET, @814 WWIVnet, @30244 WWIVlink
  6.     Harpoon Scenario Warehouse, @441 VirtualNET, @813 WWIVnet, @30344 WWIVlink
  7.  
  8.  
  9. Introduction
  10. ============
  11.  
  12. This program allows you to automatically delete all users who have not called
  13. for at least a certain number of days, who have a security level no higher
  14. than a specified level.
  15.  
  16.  
  17. Operation
  18. =========
  19.  
  20. Ensure that you are in the VBBS DATA directory where the USERFILE.DAT resides,
  21. then run the RIDDANCE.EXE program.
  22.  
  23. The program can be run in interactive mode, where you must input the number of
  24. days and the maximum security level, and must confirm the deletion of each
  25. user, by just running the RIDDANCE.EXE program.
  26.  
  27. Alternatively, it may be run in batch mode, for example as an overnight event,
  28. by specifying the following command-line switches:
  29.  
  30.         RIDDANCE /BATCH /NOTCALLED=### /MAXSECURITY=###
  31.  
  32. Where notcalled specified the number of days and maxsecurity specifies the
  33. security level.
  34.  
  35. The program will report those users who matched the criteria and if they were
  36. deleted or not in the RIDDANCE.TXT file.
  37.  
  38.  
  39. Beta Testers
  40. ============
  41.  
  42. None, as ever.
  43.  
  44.  
  45. History
  46. =======
  47.  
  48. Version 2.0     02 Feb 92       Upgraded to VBBS 5.40. Also it now blanks
  49.                                 the names of deleted users.
  50. Version 1.0     05 Jan 92       Initial Release
  51.