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