home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / extract4.zip / extract.cfg < prev    next >
Text File  |  1994-04-18  |  2KB  |  42 lines

  1. This is the configuration file for the EXTRACT/MERGE package.
  2. This file must be configured before the package can work. The
  3. configuration file is free format, feel free to delete/add lines, or
  4. move items around.
  5.  
  6. Before configuration, let me explain my setup. If all else fails, try the same
  7. setup:
  8. <C: root>  
  9.   |
  10.   +--- DOCS          This is where the executables are, as well as EXTRACT.CFG
  11.         |
  12.         +--- S       This is the archive for the temporary files, 
  13.              |       and resulting binaries.
  14.              +--- PARTIAL   Maintained by the program, this place keeps the
  15.                             items that are still incomplete. 
  16.                              
  17. 1) Documents directory. This is where executables, .CFG file, DUMPALL.CMD
  18.    are located. It will also contain the RESULTING binary files, ONLY 
  19.    WHEN that binary file is completely processed (all pieces have arrived).
  20.    
  21.    DOCSDIR = C:\DOCS
  22.    
  23. 2) Partial Directory. This is where segments of each binary file are kept,
  24.    still UUENCODEd:
  25.  
  26.    PARTIALDIR = C:\DOCS\S\PARTIAL
  27.    
  28. 3) Arc Dir: This is where S.UUE (the whole lot loaded from your NNTP server)
  29.    will be kept until it is taken apart into <PARTIALDIR>
  30.    
  31.    ARCDIR = C:\DOCS\S
  32.    
  33. 4) Separator. This is the signature used between each message placed in 
  34.    S.UUE file. This can be as long as you wish, make sure it's something 
  35.    that won't be easily seen in a .binaries. group.
  36.    
  37.    SEPARATOR = **#turgut#**
  38.    
  39.    ..is what I use. You can keep the same one, or change it. If you 
  40.    change it, make sure to change it at DUMPALL.CMD file too!
  41.  
  42.