home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Sound & MIDI / Chip-Special_Sound-und-Midi-auf-dem-PC.bin / dostools / cdbox / cd-box.cfg < prev    next >
Text File  |  1993-01-15  |  2KB  |  65 lines

  1. ; CD-Box v2.20 configuration file
  2. ;
  3. ; See part IV of CD-BOX.DOC for complete explanations.
  4.  
  5.  
  6. ; *** SYSTEM PARAMETERS
  7. ; If your computer is "slow" (286-10Mhz or less): MixingSpeed=10000
  8. ; If you have but a crummy speaker: MODDevice=0
  9. ; If D: is a RAM drive: Temp=D:\
  10.  
  11.  
  12. ; *** PARAMETERS FOR ARCHIVERS
  13. ; These are the default archivers and parameters CD-Box uses.
  14. ; Use and modify at your own risk!
  15. ; [ARC]
  16. ; archiver=ARCE.COM                    (or ARC.EXE)
  17. ; parameters=$zipfile $files /R /Q > nul (or x $zipfile $files > nul)
  18. ; [ARJ]
  19. ; archiver=ARJ.EXE
  20. ; parameters=e -y $zipfile $files > nul (if -n, ARJ returns error!)
  21. ; [ZIP]
  22. ; archiver=PKUNZIP.EXE
  23. ; parameters=-n $zipfile $files > nul
  24.  
  25.  
  26. ; *** SUPPORTED DRIVERS/PLAYERS
  27.  
  28. ; .CMF: internal support
  29. ; Note that SBFMDRV must be LOADED in memory for .CMF files to be played
  30.  
  31. ; .MDI: I haven't found a player yet, but one must exist (or will)
  32.  
  33. ; .MOD: internal support.
  34. ; MP.COM is a "backup player" in case of trouble. You can easily do without.
  35. [MOD]
  36. player=MP.COM
  37. parameters=-q $song
  38. dual=yes
  39. swap=yes
  40.  
  41. ; .MUS: default player is PLAY.EXE (no driver needed)
  42. [MUS]
  43. player=PLAY.EXE
  44. parameters=$song $bank
  45.  
  46. ; .ROL: default player is Sputrol v1.10 (SOUND.COM driver needed)
  47. ; SPUTROL needs a shell to close its files (otherwise files left open)
  48. [ROL]
  49. driver=SOUND.COM
  50. player=SPUTROL.COM
  51. parameters=$song $bank /Q1
  52. shell=yes
  53.  
  54. ; .VOC: internal support
  55. ; VPLAY.EXE is a backup player in case of memory overflow, you can do without
  56. ; In the next version you won't need it at all
  57. [VOC]
  58. player=VPLAY.EXE
  59. parameters=$song /Q /B32
  60. dual=yes
  61.  
  62. ; .WAV: PAS-16 users, insert code here for PLAYFILE.EXE!
  63. ; Other users (incl. me): if you find a .WAV player for SB, tell the others!
  64. ; I have hopes for internal support soon anyway
  65.