home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / DEMO510.ZIP / SLPACK3.INS / REPAIR.DOC next >
Text File  |  1999-01-25  |  2KB  |  57 lines

  1.  
  2. Searchlight Conference Repair v1.4
  3.  
  4. This is a quick command-line program for repairing conferences. You can 
  5. specify a single conference name or a wildcard. You can also specify the 
  6. type of conferences you want to repair (fidonet, internet, or local).
  7.  
  8. Syntax:
  9.  
  10.    Repair <ConferenceName> [Switches]
  11.  
  12. <ConferenceName> can be the name of a single conference, or a wildcard built 
  13. with the * and/or ? characters.  
  14.  
  15. Switches are:
  16.   /n  Repair internet newsgroups
  17.   /f  Repair fidonet echos
  18.   /l  Repair local conferences
  19.   /v  Verbose display
  20.   /c  Check only (reports errors but does not fix them)
  21.  
  22. You must specify at least one of these switches. You can specify multiple 
  23. switches if you want to repair conferences from multiple classes in one run.  
  24.  
  25.  
  26. Examples:
  27.  
  28. REPAIR AL* /n
  29.   This command repairs all newsgroup conferences that start with the letters
  30.   'AL' (in the conference name).
  31.  
  32. REPAIR * /f
  33.   This command repairs all your Fidonet echo conferences.
  34.  
  35. REPAIR MAIL /l /v
  36.   Repairs your MAIL conference, showing status reports as it goes.
  37.  
  38. REPAIR MAIL /l /c
  39.   Checks your MAIL conference for errors, but does not fix them.
  40.  
  41. REPAIR * /f /l /n
  42.   Repairs all the conferences on your system.
  43.  
  44.  
  45. Use REPAIR with the /C switch to check conferences for errors. If an
  46. error is found, you can run REPAIR without the /C switch to fix that
  47. conference.
  48.  
  49. It is safe to run REPAIR with the /C switch while your system is active.
  50. However, it is possible for repair to report an error while it is checking
  51. a conference if the conference changes during the check process (i.e. if
  52. someone posts, deletes or edits a message).
  53.  
  54. It is NOT safe to Repair a conference without the /C switch unless your
  55. system is down, or you are otherwise certain that the conference cannot
  56. be used during the repair.
  57.