home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UDIZ101.ZIP / UDIZ.CFG < prev    next >
Encoding:
Text File  |  1993-05-03  |  998 b   |  27 lines

  1. ; Sample configuration file for UDIZ 1.01
  2. ;   1. Lines beginning with a semi-colon ';' are comments.
  3. ;   2. The data lines must appear in the correct order.
  4.  
  5. ; Line #1: Complete Path & Filename of your UltraBBS FileBase file.
  6. E:\BBS\FILEBASE.DAT
  7.  
  8. ; Line #2: Your temporary work directory (RAM disk is best).
  9. X:\WORK\
  10.  
  11. ; Line #3: Open files in shareable mode?  YES or NO
  12. YES
  13.  
  14. ; Lines #4+: Archive definitions
  15. ;  Up to 20 archive definitions can be specified.  On a single line give the
  16. ;  extension (ZIP/ARJ/LZH etc) which identifies the archiver, then give the
  17. ;  command required to extract the FILE_ID.DIZ file from the archive into the
  18. ;  temporary working directory.  There are 3 macros that may be used when
  19. ;  setting the command line:
  20. ;      %F  =  The complete Path and Filename of the archived file.
  21. ;      %P  =  The temporary working path.
  22. ;      %D  =  The constant string 'FILE_ID.DIZ'.
  23.  
  24. ZIP pkunzip.exe %F %P %D
  25. ARJ arj.exe e %F %P %D
  26. LZH lha.exe e %F %P %D
  27.