home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / CLEANPCB.ZIP / CLEANPCB.DOC next >
Text File  |  1994-01-24  |  2KB  |  59 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ cleanpcb v1.0                                       (c) 1993 Vince Sorensen │
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5.             This utility is FREEWARE, and may be freely distributed,
  6.      but may not be charged for - No warranty either expressed or implied.
  7.  
  8.  
  9.   This utility will validate a PCB style listing against the contents of
  10.   a directory. If a file that is in the listing is not in the directory,
  11.   the file information is removed from the listing.
  12.  
  13. There are four major forms of syntax for CleanPCB:
  14.  
  15.     CLEANPCB directory listing
  16.  
  17.              (1) check single directory/listing pair.
  18.  
  19.     CLEANPCB directory listing /Msg
  20.  
  21.              (2) check single directory/listing pair, but instead
  22.                  of removing file info listing, replace it with
  23.                  "*** File Not On Disk! ***
  24.  
  25.     CLEANPCB @list
  26.  
  27.              (3) check a list of directory/listing pairs, in the format
  28.                  "directory listing", similar to that used on the command line
  29.                  above - See (1).
  30.  
  31.     CLEANPCB !dir.lst
  32.  
  33.              (4) check a PCBoard DIR.LST format file. Name and path are
  34.                  not limited to DIR.LST.
  35.  
  36.  
  37.  
  38. Examples:
  39.  
  40.   CLEANPCB D:\WINDOWS\UPLOADS C:\PCB\MAIN\DIR30.
  41.   CLEANPCB @TESTFILE.TXT
  42.   CLEANPCB !C:\PCB\GEN\DIR.LST
  43.   CLEANPCB !C:\PCB\CDROM\DIRS.LST
  44.  
  45.  
  46.  
  47. Note:
  48.  
  49.   CLEANPCB will retain a backup copy of the original file, as well as
  50.   the new "cleaned" version. If you add a /NoBackup switch to the command
  51.   line, no backup will be made.
  52.  
  53. Warning:
  54.  
  55.   Make sure your paths and filenames are valid, or make a backup of
  56.   the listing files in advance. If you give CleanPCB the wrong path,
  57.   it will not find any matching files, and of course it will then
  58.   remove the file descriptions from the listing!
  59.