;╔══════════════════════════════════════════════════════════════════════════╗ ;║ GLOBAL PARAMETERS ║ ;╚══════════════════════════════════════════════════════════════════════════╝ ; ; This should be self-explanatory. SYSOP=WAYNE MAAS ;──────────────────────────────────────────────────────────────────────────── ; The offical release of the software will need a serial number that will be ; generated from the Sysop's name instead of the BBS name. This is not used ; in the beta version. REGCODE=000000 ;──────────────────────────────────────────────────────────────────────────── ; Your BBS Name as you want it to appear with the files created by WGM-DMS. BBSNAME=WGM Computer Consulting Bulletin Board System ;──────────────────────────────────────────────────────────────────────────── ; This is the drive,path and filename of the PCBOARD.DAT file. PCBOARD=D:\PCB\PCBOARD.DAT ;──────────────────────────────────────────────────────────────────────────── ; This can be either a YES or a NO entry. YES, you want backups or NO you ; do not. I highly suggest you leave this to YES. The directory files will ; be backed up using a standard namimg convention. It is BAKaaaaa.bbb where ; aaaaa is the conference number (with leading zeros) and bbb is the directory ; number. BACKUP=YES ;──────────────────────────────────────────────────────────────────────────── ; This is where you want to place all the backups WGM-DMS creates. If it ; doesn't exist, WGM-DMS will create it. Since there is only one backup ; directory, using the above naming convention was necessary to prevent the ; overwriting of backed up files of the same names within different ; conferences. BACKUPPATH=D:\PCB\BACKUP ;──────────────────────────────────────────────────────────────────────────── ; This can be either a YES or a NO entry. YES, you want WGM-DMS to log all ; of the programs activity. USELOG=YES ;──────────────────────────────────────────────────────────────────────────── ; This is the drive,path and filename of the log file to use to log all of ; WGM-DMS's activity. LOGFILE=WGM-DMS.LOG ;──────────────────────────────────────────────────────────────────────────── ; This can be either a YES or a NO entry. YES, you want the PRIVATE ; directories to be shown in any output files or NO you do not. SHOWPRIVATE=YES ;──────────────────────────────────────────────────────────────────────────── ; This is the drive and/or path to the text files that WGM-DMS will look in ; when WGM-DMS attempts to insert text files into the various outputs ; created. INSERTPATH=D:\PCB\GEN ; ; The following is a list of file formats WGM-DMS will use in determining ; to insert a specific text file or a global file. ; ; Output Specific Global ;─────────────────────────────────────────────────────────────────────────── ; Headers DRXaaaaa.bbb DRXINSRT.TXT ; (see note below) DRXaaaaa. ; Conference DIR DIRaaaaa. DIRINSRT.TXT ; Bulletins BLTaaaaa. BLTINSRT.TXT ; ; where: ; [aaaaa] is the conference number where the file will be used. ; This is filled with leading zeros when WGM-DMS trys to ; determine the filename. ; [bbb] is the current directory number within the conference. ; This is also filled with leading zeros when the filename ; to insert is determined. ; ;EXAMPLES: ; To insert a unique text file into Conference #1 Directory #22, WGM-DMS ; will look for a file named DRX00001.022. That is 00001 for conference ; #1 and 022 for file directory #22. If it finds it, it will insert it ; AFTER the header. ; ; To insert a unique text file into conference #1 DIR file, WGM-DMS will ; look for a file named DIR00001. That is 00001 for conference #1. ; ;NOTE: ; To insert a text file into all directories with in a specific conference ; leave the extension off the filename. An example would be if you want ; to insert the same text file into all the directories in a conference ; but not in any other conference, you would leave off the extension ; (which indicates the dir #). To insert a text file into all directories ; within conference #5 all you need is a text file using the naming ; construct above which is DRX00005. ; ;╔══════════════════════════════════════════════════════════════════════════╗ ;║ HEADER PARAMETERS ║ ;╚══════════════════════════════════════════════════════════════════════════╝ ; ; This tells WGM-DMS what conferences to process. These can be formatted ; by stating HDRPROCESS=0,1,2,3,4,5 or by stating HDRPROCESS=0-5. WGM-DMS ; will process the conferences either way you state them. HDRPROCESS=ALL ;──────────────────────────────────────────────────────────────────────────── ; This tells WGM-DMS to use the detachable headers option so PCBFiler won't ; screw up the headers. This uses the %FILESPEC option in PCBoard v.14.5a. ; If you are not running PCBoard 14.5a then set this to NO. HDRDETACHABLE=YES ;──────────────────────────────────────────────────────────────────────────── ; This is the drive, path and filename in which you want to store all of ; the headers for PCBoard that WGM-DMS creates. WGM-DMS uses a naming ; convention that will not overwrite headers of the same names that are ; in different conferences. If the directory doesn't exist, WGM-DMS will ; attempt to create it. If an error is encountered WGM-DMS will place the ; headers in the directory where the PCBoard directory files are stored. HDRDETACHPATH=D:\PCB\HDRS ;──────────────────────────────────────────────────────────────────────────── ; This entry is a number in the range of 1-5 or 10-15. This will allow you to ; select one of the canned styles that DMS uses. There are examples within ; the ZIP file. HDRSTYLE=2 ;──────────────────────────────────────────────────────────────────────────── ;These are the PCBoard @X codes to use for the colors. ; ; This is the color of the header frame. HDRFRAME=@X1A ; ; This is the color of the bbs name within the header. HDRBOARD=@X1D ; ; This is the color of the directory description within the header. HDRDESCR=@X1E ; ; This is the color of the text within the header. HDRTEXTS=@X1B ; ; This is the color of the numeric information within the header. HDRSTATS=@X1C ; ; This is the color of the time and date stamp within the header. HDRSTAMP=@X1F ; ;╔══════════════════════════════════════════════════════════════════════════╗ ;║ CONFERENCE DIR PARAMETERS ║ ;╚══════════════════════════════════════════════════════════════════════════╝ ; ; This tells WGM-DMS what conferences to process. These can be formatted ; by stating DIRPROCESS=0,1,2,3,4,5 or by stating DIRPROCESS=0-5. WGM-DMS ; will process the conferences either way you state them. DIRPROCESS=ALL ;──────────────────────────────────────────────────────────────────────────── ;These are the PCBoard @X codes to use for the colors. ; ; This is the color of the conference DIR header frame. DIRFRAME=@X1A ; ; This is the color of the bbs name within the conference DIR header. DIRBOARD=@X1D ; ; This is the color of the conference DIR description within the conference ; DIR header. DIRDESCR=@X1E ; ; This is the color of the text within the conference DIR header. DIRTEXTS=@X1B ; ; This is the color of the numeric information within the conference DIR ; footer. DIRSTATS=@X1C ; ; This is the color of the time and date stamp within the conference DIR ; header. DIRSTAMP=@X1F ; ; This is the color of the directory number within the main body of the ; conference DIR. DIRDIRNO=@X0F ; ; This is the color of the directory description within the main body of the ; conference DIR. DIRDIRTX=@X0D ; ; This is the color of the number of files within the main body of the ; conference DIR. DIRFILES=@X0C ; ; This is the color of the number of bytes within the main body of the ; conference DIR. DIRBYTES=@X0B ; ;╔══════════════════════════════════════════════════════════════════════════╗ ;║ SYSTEM BLT PARAMETERS ║ ;╚══════════════════════════════════════════════════════════════════════════╝ ; ; This is the filename of the bulletin you wish to create. BLTFNAME=D:\TP\PCB\DMS35\BLT01 ;──────────────────────────────────────────────────────────────────────────── ; This tells WGM-DMS what conferences to process. These can be formatted ; by stating DIRPROCESS=0,1,2,3,4,5 or by stating DIRPROCESS=0-5. WGM-DMS ; will process the conferences either way you state them. BLTPROCESS=ALL ;──────────────────────────────────────────────────────────────────────────── ; This entry is a number in the range of 1-2. This will allow you to select ; one of the canned styles that DMS uses. There are examples within the ZIP ; file. (There are currently only 2 styles, 1=detail and 2=summary.) BLTSTYLE=1 ;──────────────────────────────────────────────────────────────────────────── ; Since you can have up to 99 bulletin files, all you need to do is add an ; additional set of the bulletin keywords and WGM-DMS will assume you want ; additional bulletin files. ; BLTFNAME=D:\TP\PCB\DMS35\BLT02 BLTPROCESS=ALL BLTSTYLE=2 ;──────────────────────────────────────────────────────────────────────────── ;These are the PCBoard @X codes to use for the colors. ; ; This is the color of the bulletin header frame. BLTFRAME=@X1A ; ; This is the color of the bbs name within the bulletin header. BLTBOARD=@X1B ; ; This is the color of the directory description within the bulletin header. BLTDESCR=@X1C ; ; This is the color of the text within the bulletin header. BLTTEXTS=@X1D ; ; This is the color of the numeric information within the bulletin ; footer. BLTSTATS=@X1E ; ; This is the color of the time and date stamp within the bulletin header. BLTSTAMP=@X1F ; ; This is the color of the conference name in the bulletin detail section. BLTCNAME=@X0A ; ; This is the color of the directory number in the bulletin detail section. BLTDIRNO=@X0B ; ; This is the color of the directory description in the bulletin detail ; section. BLTDIRTX=@X0C ; ; This is the color of the directory files in the bulletin detail section. BLTFILES=@X0D ; ; This is the color of the directory bytes in the bulletin detail section. BLTBYTES=@X0E ; ;╔══════════════════════════════════════════════════════════════════════════╗ ;║ MASTER FILE LISTING PARAMETERS ║ ;╚══════════════════════════════════════════════════════════════════════════╝ ; This is the text file that contains the comment to be added to the master ; file listing compressed file. ; LSTCOMMENT=D:\TP\PCB\DMS35\COMMENT.WGM ;──────────────────────────────────────────────────────────────────────────── ; This is a character string that will be added to the top of every page in ; the master file listings. ; LSTHEADER=█▓▒░█▓▒░█▓▒░█▓▒░ WGM Computer Consulting Bulletin Board System ░▒▓█░▒▓█░▒▓█░▒▓█ ;──────────────────────────────────────────────────────────────────────────── ; This is the filename of the master file you wish to create. DO NOT add a ; file extension to this file. Unexpected results can occur. Please note ; that if you are using the MAXNUMDIRS= option that DMS will only use the ; first 5 characters of the filename. This is so DMS can accomodate uo to ; 999 file directories. LSTFNAME=D:\PCB\GEN\ALLFILES ;──────────────────────────────────────────────────────────────────────────── ; This tells WGM-DMS what conferences to process. These can be formatted ; by stating LSTPROCESS=0,1,2,3,4,5 or by stating LSTPROCESS=0-5. WGM-DMS ; will process the conferences either way you state them. LSTPROCESS=ALL ;──────────────────────────────────────────────────────────────────────────── ; This next keyword tells WGM-DMS what PCBoard(tm) directory file contains ; the file's name,size,date and description so that the filesize and date ; will be updated correctly. LSTDIRFILE=D:\PCB\GEN\UPLOADS ;──────────────────────────────────────────────────────────────────────────── ;**NEW** ; This next keyword tells WGM-DMS that you want to split your master file ; listings in (xx) number of directories per compressed file. If you do not ; want to use this feature set this to a value of 0. LSTNUMDIRS=0 ;──────────────────────────────────────────────────────────────────────────── ;**NEW** ; This next keyword tells WGM-DMS that you want to only output files in your ; directory listings that are (xx) number of days old. This is good to ; create a master file listings that is (xx) days old so your users won't ; have to download a complete listing. If you do not want to use this feature ; set this to a value of 0. LSTMAXDAYS=0 ;──────────────────────────────────────────────────────────────────────────── ; Since you can have up to 99 master listing files, all you need to do is ; add an additional set of keywords and WGM-DMS will assume you want ; additional master file listings. ; LSTFNAME=D:\pcb\gen\FILES LSTPROCESS=ALL LSTDIRFILE=D:\PCB\GEN\UPLOADS LSTNUMDIRS=5 LSTMAXDAYS=0 ;──────────────────────────────────────────────────────────────────────────── LSTFNAME=D:\pcb\gen\NEWFILES LSTPROCESS=ALL LSTDIRFILE=D:\PCB\GEN\UPLOADS LSTNUMDIRS=0 LSTMAXDAYS=60