home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / VPIX19I.ZIP / VPCOMP.DOC < prev    next >
Text File  |  1992-04-27  |  2KB  |  37 lines

  1.  
  2.                      VPCOMP - ViewPix Data File Compiler
  3.  
  4.    VPCOMP compiles the files in the specified ViewPix dirs into a data file
  5.    that it can use to search and/or sort the file listings MUCH FASTER.
  6.  
  7.    ViewPix does not need to have these compiled data files to run, however,
  8.    the increase in speed is well worth the few extra minutes it takes to use
  9.    VPCOMP.
  10.  
  11.    You can use VPCOMP from the DOS command line or in a batch file (event).
  12.    It takes 1 or 2 command line arguments to operate properly.
  13.  
  14.    C:\>VPCOMP configfilename [/#]
  15.  
  16.    - configfilename - the FULL drive\path\filename of your ViewPix config file.
  17.   
  18.    - /# - [optional] indicates that you want VPCOMP to compile ONLY ONE OF
  19.           THE DIRECTORIES LISTED IN THE ".LST" FILE.
  20.  
  21.     Examples:
  22.         
  23.         VPCOMP VIEWPIX.CNF - will compile all dirs listed in the ".LST" file.
  24.         (The ".LST" file is specified on line 5 of the .CNF file - remember?)
  25.  
  26.         VPCOMP VIEWPIX.CNF /2 - will compile the SECOND dir listed in the
  27.         ".LST" file.
  28.  
  29.     Recommendations:
  30.         
  31.         Of course, at first, you want to run VPCOMP on all your dirs.
  32.         Example #1 above will do just that.  If you have GIF dirs that go
  33.         unchanged (as on a CD-ROM) then no further compiling is necessary.
  34.         If you have an upload directory or the like that is frequently changed
  35.         then you'll want to run VPCOMP on that directory only.  This can be
  36.         done in one of your BBS events.
  37.