home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / DRMO_130.ZIP / DRM-OPUS.CFG next >
Text File  |  1992-09-26  |  3KB  |  84 lines

  1. ; DRM-OPUS.CFG config file for the PIONEER DRM-600 CDROM drive
  2. ;
  3. ;  ; or % is ignored. So are spaces in column 1 and blank lines
  4. ;
  5. ; NOTE: The keywords are most important, and the directory must be
  6. ; terminated with a backslash, and NO other characters should be after this!!
  7. ; If any of the above are left out, the current directory is used!
  8. ;
  9. ; HOLD is where the files are copied to, from the CDROM drive(s). This is
  10. ; then the directory, from where the user will actually download.
  11. ;
  12. ; VERY IMPORTANT!!! Make dead sure you have enough space on this drive/
  13. ;                   directory, especially, if you plan to use a ram drive!
  14. ;
  15. HOLD g:\
  16.  
  17. ;
  18. ;  LOGLEVEL specifies the amount of information you would like recorded in
  19. ;  your Opus.log file.
  20. ;
  21. ;   Level 0 = No log information will be written to the Opus log file
  22. ;   Level 1 = Minimum infomation will be written to the Opus log file
  23. ;   Level 2 = Medium information  (Recomended normal setting)
  24. ;   Level 3 = All information will be written to the log file and is the
  25. ;             recomended setting, when having problems, etc...
  26. ;   Level 4 = Diagnostic mode - The DSZ log file also gets dumped, and is only
  27. ;             to be used when errors are found, and the OpusXX.Log file needed
  28. ;             by the author to determain problems, etc...
  29. ;
  30. LOGLEVEL 4          ; Only Levels 0 to 4 allowed
  31.  
  32. ; RESTRICT, will secure the BBS, by resticting uploads of files that already
  33. ; exist in the upload directory, COMMAND.COM, AUTOEXEC.BAT (Upper and lower
  34. ; case. It also prevent the upload of incomming pathnames, etc. This is a
  35. ; built-in function of DSZ, and gets passed on directly. If you don't want
  36. ; this function, just un-comment it. Also please read the DSZ doc's for more
  37. ; info on this command.
  38. ;
  39. RESTRICT
  40.  
  41. ; NODUPES, will disable the built-in duplication detection of DRM-OPUS. Please
  42. ; read the docs for information on this. If you have duplicate files on
  43. ; different CD-ROM's, or even on normal disks, leave this commented for
  44. ; duplicate detection and handling, etc...
  45. ;
  46. ; NODUPES
  47. ;
  48. ; PORT1 to PORT8 may be used to remap the port I/O address, for DSZ. If it
  49. ; is not specified, or commented out with ; or %, then defaults for
  50. ; COM1 and COM2 will be used, namely:
  51. ;
  52. ;                  PORT1 3F8,4,0
  53. ;                  PORT1 2F8,3,0
  54. ;
  55. ; BE sure what you are doing when fiddling with these values, as unpredictable
  56. ; results will occur, when wrong values are entered...
  57. ;
  58. ; Remember, first paramater is the PORT ADDRESS, second the INTERRUPT, and
  59. ; third the Interface speed (Locked speed).
  60. ;
  61. ; Also remember to lock your FOSSIL, or use the same locked baudrate as your
  62. ; FOSSIL
  63. ;
  64. ; With X00 as a device driver in your CONFIG.SYS, it might be:
  65. ;
  66. ; X00.SYS E 0=3F8,IRQ4 1=2F8,IRQ3 2=2B0,IRQ7 3=368,IRQ5 B,0,38400 B,1,38400 B,2,19200 B,3,19200 T=1024 R=2048 FIFO=15 VP=2BF,8F
  67. ;
  68. ; Please consult the X00 docs for further info on the above.
  69. ;
  70. ; VERY IMPORTANT!!!: If you do not lock the baudrate, like most common on
  71. ; highspeed modems, use 0 for the baudrate. The user connect rate will then
  72. ; be used!!! See the DOC's for more details...
  73. ;
  74. PORT1 3F8,4,38400 ;Port 1, I/O port address 3F8, interupt 4, 38400 locked baud
  75. PORT2 2F8,3,38400 ;etc
  76. PORT3 3E8,5,19200
  77. PORT4 378,7,19200
  78. PORT5 2E8,5,19200
  79. PORT6 000,0,0
  80. PORT7 000,0,0
  81. PORT8 000,0,0
  82.  
  83. ;end
  84.