;====================================================================
;              Config file - JoyCD v1.0a , for Excelsior! BBS.
;====================================================================


;--------------------------------------------------------------------
; TEMPDIR <path>
;====================================================================
; Where JoyCD should store temporary files.
;
; Default = TEMPDIR T:
;
TEMPDIR T:
;--------------------------------------------------------------------


;--------------------------------------------------------------------
; BUFDIR <path>
;====================================================================
; Where you want JoyCD to copy files, when user marks them. It's not
; recommended that the ramdisk is used for this, cause it may fill up
; all available memory.
;
; Default = NO DEFAULT. MUST BE STATED.
;
BUFDIR Sys:t/
;--------------------------------------------------------------------


;--------------------------------------------------------------------
; TEXTDIR <path>
;====================================================================
; The path to JoyCDs textfiles.
;
TEXTDIR E:Doors/JoyCD/Text/
;--------------------------------------------------------------------


;--------------------------------------------------------------------
; INDEXDIR <path>
;====================================================================
; Where JoyCD should store the index files for each area. These index
; files can be called by JoyFreq or JoyList. Consult the document for
; each of the programs for information on how to be able to freq or
; list CD-ROM contents.
;
INDEXDIR E:Doors/JoyCD/FBase/
;--------------------------------------------------------------------


;--------------------------------------------------------------------
; VOLDIR <path>
;====================================================================
; The rootdir for volumes catalogs.
;
VOLDIR E:Doors/JoyCD/Volumes/
;--------------------------------------------------------------------


;--------------------------------------------------------------------
; VOLFILE <path & file>
;====================================================================
; The path and name to the volume infomation file.
;
VOLFILE E:Doors/JoyCD/Volumes.BBS
;--------------------------------------------------------------------


;--------------------------------------------------------------------
; LANGFILE <path & file>
;====================================================================
; Path and name to JoyCDs language file.
;
LANGFILE E:Doors/JoyCD/Languages/English
;--------------------------------------------------------------------

;--------------------------------------------------------------------
; VIEWFILE <AmigaDos Pattern> <Command>
;====================================================================
; Define which command to be used to view certain files (specified
; with an AmigaDOS® Pattern). You may have as many VIEWFILE's as
; you want.
;
VIEWFILE #?.(LHA|LZH) "c:Lz v"
VIEWFILE #?.(TXT|DOC|ASC|ADS|PI|C|H|README) "Type"
VIEWFILE #?.zip "unzip -v"
;--------------------------------------------------------------------
