;   EXAMPLE FrekIt.CFG file.
;
;
;  FrekIt by MEBBS E & S (c) 1991 - 1994.  All Rights Reserved.
;
;  This program will create a Freq.CTL file for use with the MEBBSNet BBS
;  system.
;
;  The resultant Freq.CTL file will be of the form:
;
;  FILENAME.EXT root:dir/subdir/filename.ext
;
;  There will be one entry for each file in each directory processed.
;
;  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
;
;  Comment lines must be preceeded by semi-colon (;) in column 1
; 
;  Switches and controls follow.
; 
;  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
;
; #STPEXT
;   Use this to strip extensions from Freq names.  If, for example, you
;   have a file named FILENAME.LZH it will be shown in the Freq file
;   as FILENAME
;
#STPEXT
;
;   Place a semi-colon in front of #STPEXT to turn this feature off.   
;
; #SORT
;   This will cause FrekIt to sort your files according to filenames.
;   It is useful if you want to check for duplicate filenames in different
;   directories.
;
#SORT
;
;   Place a semi-colon in front of #SORT to turn this feature off.
;
; #LOGFILE dh0:FrekIt.LOG
;   Send the output of FrekIt to a logfile.  This will append if the file
;   already exists.
;
#LOGFILE MEBBSNet:FrekIt.log
;
;   Place a semi-colon in front of #LOGFILE to turn this feature off.
;
; #PASSWORD password
;   Append a password to the end of each file listed.
;   The password should be no more than eight characters.
;
;#PASSWORD MEBBS
;
;   Place a semi-colon in front of #PASSWORD to turn this feature off.
;
;
; #HEADER path/HeaderFileName
;
;   Place the contents of HeaderFileName at the beginning of the Freq.CTL file.
;
;#HEADER MEBBSNet:stuff/FrekIt.Header
;
;   Place a semi-colon in front of #HEADER to turn this feature off.
;
; #FOOTER path/FooterFileName
;
;   Place the contents of FooterFileName at the end of the Freq.CTL file.
;
;#FOOTER MEBBSNet:stuff/ListHeader
;
;   Place a semi-colon in front of #FOOTER to turn this feature off.
;
;   Directory names follow.Make sure the slash follows the entries as shown.
;
;
MEBBSNet:Out/
;
; If you use a logical device you may enter it as well.  Be sure it is followed
; by the colon as shown below.
;
;dh0:
;
; End of FrekIt.CFG
