home *** CD-ROM | disk | FTP | other *** search
- ; Configuration file for FMSFFS, version 2.0b
- ; Copyright (c) 1993 Daniel T.Drinnon
- ; Lines beginning with ';', '-' or "*" are interpreted as comments and are
- ; ignored
- ; Lines which are BLANK are ignored
- ;
- *==============================================================================
- ; RegName and RegNum should only be used with Registered Copies!
- ; DEFAULT: UnRegistered
- ;
- RegName Dan Drinnon
- RegNum 32382
- *==============================================================================
- ; WorkDir is the path and directory for all work files
- ; DEFAULT: Current DOS directory
- ;
- WorkDir C:\TEMP
- *==============================================================================
- ; UseEMS will allow EMS to be used when shelling
- ; DEFAULT: Use EMS and/or XMS
- ;
- UseEMS
- *==============================================================================
- ; UseXMS will allow XMS to be used when shelling (UseXMS will override UseEMS)
- ; DEFAULT: Use EMS and/or XMS
- ;
- ;UseXMS
- *==============================================================================
- ; NoSwap will keep FMSFFS from swapping itself to disk or memory when shelling
- ; DEFAULT: Swap to EMS and/or XMS
- ;
- ;NoSwap
- *==============================================================================
- ; Sorter is the name of the SORT program to use
- ; DEFAULT: QSORT
- ;
- Sorter QSORT
- *==============================================================================
- ; DateSort is the command line to send to Sorter to do a FMS date sort
- ;
- DateSort /30:2 /24:5 /-1
- *==============================================================================
- ; Interactive will prompt for information when needed. Note! If interactive
- ; is on FMSFFS will stop until you enter the information it needs!
- ;
- ;Interactive
- *==============================================================================
- ; NoNoise turns off activity noise
- ;
- ;NoNoise
- *==============================================================================
- ; RestoreScreen will replace the screen that was in place before FMSFFS began
- ;
- ;RestoreScreen
- *==============================================================================
- ; NameFile is the name of the list of files
- ;
- NameFile FIDX.DEF
- *==============================================================================
- ; LocationFile is the name of the list of locations for files
- ;
- LocationFile LIDX.DEF
- *==============================================================================
- ; TabFile should be the prefix of your NameFile + "T.DEF"
- ;
- TabFile FIDXT.DEF
- *==============================================================================
- ; BulletinFile is the name of the Bulletin file to create to display files
- ; which will be deleted after given number of days. RBBS display file formats
- ; are used - in this example, BFILES will be the non-graphics file, then
- ; BFILESG and BFILESC will be the graphics and ANSI color files, respectivly.
- ;
- ;BulletinFile BFILES 30
- *==============================================================================
- ; MakeRFM will create an RFM style NameFile (use only if your RBBS has been
- ; modifed for RFM type FIDX files).
- ;
- MakeRFM
- *==============================================================================
- ; list as many as you have (DOS) directories where you want
- ; all the files in them listed. /S searches 1 (one) subdirectory
- ; below the current subdirectory.
- ; If you are using RFM style FIDX files, then you may also enter the
- ; subdirectory to move files which have not been downloaded or viewed
- ; after the number of days specified
- ;
- ;
- FileSpec C:\RBBS\UPLOAD\*.*
- FileSpec C:\RBBS\DOWNLOAD\*.* /S
- FileSpec D:\RBBS\DOWNLOAD\*.* /S
- *==============================================================================
- ; If you are using macros in your FMS, such as "Directory of M! FILES.DEF" you
- ; must tell FMSFFS what to look for:
- ;
- ;
- DirString Directory of
- *==============================================================================
- ; List as many as you have of text files with file names in
- ; them. The file name must be at the beginning of each line.
- ; The first line of any FileDir path must consist of the DirString string.
- ;
- ;FileDir C:\RBBS\DIR\HACKS.DEF
- ;FileDir C:\RBBS\DIR\UNWANT.DEF
- ;FileDir C:\RBBS\DIR\PIRATES.DEF
- *==============================================================================
- ; FMS.DIR Maintenance - NOTE: If FMSFile is not ENABLED, none of
- ; the FMS maintenance features will
- ; be active either!
- *==============================================================================
- ; FMSFile is the name of your main FMS file list -Turns ON ALL FMS Maintenance!
- ;
- FMSFile MASTER.DIR
- *==============================================================================
- ; FMSFormat blank = Date Sorted, TOP, NOSORT = not Date Sorted. This
- ; option will be overridden by any \FMS line you have in your FMS MASTER.DIR
- ; file.
- ;
- FMSFormat
- ;FMSFormat NOSORT
- *==============================================================================
- ; FMSAlpha is the name of an alphabetically sorted list from FMSFile
- ;
- FMSAlpha ALPHA.DIR
- *==============================================================================
- ; FMSAlphaHeader is the RBBS \FMS style header you want at the top of ALPHA.DIR
- ; DEFAULT: none
- ;
- FMSAlphaHeader \FMS TOP NOSORT
- *==============================================================================
- ; FMSDate no parmaters will use the current FMS file date. Use "." to use
- ; actual file date
- ;
- FMSDate
- ;FMSDate .
- *==============================================================================
- ; DateSeparator is the character to use between the number is the date field
- ;
- ;DateSeparator -
- *==============================================================================
- ; FMSMissing will substitute a string you specify for missing files.
- ;
- FMSMissing OFFLINE
- *==============================================================================
- ; UnknownDesc is the description given for unknown files
- ;
- UnKnownDesc <description unavailable>
- *==============================================================================
- ; FILEID will look for FILE_ID.DIZ in all files and import to the
- ; extended description
- ;
- ;FILEID FILE_ID.DIZ
- *==============================================================================
- ; FileIdMainDesc is the main description given to files with a FILE_ID.DIZ
- ;
- ;FileIdMainDesc Description within Archived File:
- *==============================================================================
- ; FMSCat is the default category assigned to any files added to FMSFile
- ;
- FMSCat 999
- *==============================================================================
- ; FMSDescLen is the length of the description as set in RBBS's CONFIG
- ;
- FMSDescLen 46
- *==============================================================================
- ; FMSExtra is any extra characters in FMSFile between the description
- ; and the category code. The Cellar Door mods can keep the number of
- ; times a file has been downloaded in this area with 5 characters
- ;
- FMSExtra 5
- *==============================================================================
- ; FMSCatLen is the length of the category code in the FMSFile
- ;
- FMSCatLen 3
- *==============================================================================
- ; ZIPCommand is the command to unzip files from a ZIP file
- ;
- ZIPCommand PKUNZIP
- *==============================================================================
- ; ARCCommand is the command to unarc files from an ARC file
- ; Not Installed!
- ;
- ;ARCCommand PKXARC
- *==============================================================================
- ; LZHCommand is the command to unlzh files from an LZH file
- ; Not Installed!
- ;
- ;LZHCommand LHARC e
- *==============================================================================
- ; ARJCommand is the command to unarj files from an ARJ file
- ; Not Installed!
- ;
- ;ARJCommand ARJ e
-