home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
MAJ
/
256
/
CD_BOX.CFG
< prev
next >
Wrap
Text File
|
1993-10-07
|
2KB
|
66 lines
; CD-Box configuration file
; *** SYSTEM PARAMETERS
; If your computer is "slow" (286-10Mhz or less): MixingSpeed=10000
; If you have but a crummy speaker: MODDevice=0
; If your default ROL bank file is HELLO.BNK: DefaultBNK=HELLO (no extension!)
; If D: is a RAM drive: Temp=D:\
; *** PARAMETERS FOR ARCHIVERS
; These are the default archivers and parameters CD-Box uses.
; Use and modify at your own risk!
; [ARC]
; archiver=ARCE.COM (or ARC.EXE)
; parameters=$zipfile $files /R /Q > nul (or x $zipfile $files > nul)
; [ARJ]
; archiver=ARJ.EXE
; parameters=e -y $zipfile $files > nul (if -n, ARJ returns error!)
; [PAK]
; archiver=PAK.EXE
; parameters=e /wn $zipfile $files > nul
; [ZIP]
; archiver=PKUNZIP.EXE
; parameters=-n $zipfile $files > nul
; *** EXTERNAL PLAYERS
; .CMF: full internal support
; Note that SBFMDRV must be LOADED in memory for .CMF files to be played
; .MID: default player is FORMER.EXE (comes with HOLYWOOD), but it's not quiet
; Anyway internal .MID support is coming soon
[MID]
player=FORMER.EXE
parameters=$song
text=yes
; .MOD: full internal support.
; ModPlay is a "backup player" in case of trouble. You can easily do without.
[MOD]
player=MP.COM
parameters=-q $song
dual=yes
swap=yes
; .MUS: default player is PLAY.EXE
[MUS]
player=PLAY.EXE
parameters=$song $bank
; .ROL: full internal support.
; .VOC: full internal support.
; .WAV: internal support (8-bit, 1 channel).
; PAS-16 users, insert code here for PLAYFILE.EXE for stereo sounds!
; An example of extra format: .IMF. Remove the ";" to use this format
; You can add as many as you wish
;[IMF]
;player=PLAYIMF.EXE
;parameters=$song > nul
;shell=yes