home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / when1_3 / bddos.txt next >
Encoding:
Text File  |  1995-06-20  |  18.1 KB  |  670 lines

  1. MS-DOS BOOT DISK INSTRUCTIONS (DOS 5.0 and above)
  2. revised 6/20/95
  3.  
  4.  
  5. Sierra Technical Support     Phone:  (206) 644-4343
  6. PO Box 85006                 FAX:    (206) 644-7697
  7. Bellevue, WA  98015-8506     BBS:    (206) 644-0112 
  8.  
  9.  
  10. Sierra Technical Support provides this documentation as a reference to 
  11. Sierra customers using Sierra software products.  Sierra Technical 
  12. Support makes reasonable efforts to ensure that the information 
  13. contained in this documentation is accurate.  However, Sierra makes no 
  14. warranty, either express or implied, as to the accuracy, effectiveness, or 
  15. completeness of the information contained in this documentation.
  16.  
  17. SIERRA ON-LINE, INC. DOES NOT WARRANTY OR PROMISE 
  18. THAT THE INFORMATION HEREIN WILL WORK WITH ANY OR 
  19. ALL COMPUTER SYSTEMS.  SIERRA DOES NOT ASSUME ANY 
  20. LIABILITY, EITHER INCIDENTAL OR CONSEQUENTIAL, FOR 
  21. THE USE OF THE INFORMATION HEREIN, INCLUDING ANY 
  22. AND ALL DAMAGE TO OR LOST USE OF COMPUTER 
  23. HARDWARE OR SOFTWARE PRODUCTS, LOSS OF 
  24. WARRANTIES, OR LOST DATA BY THE CUSTOMER OR ANY 
  25. THIRD PARTY.  NO ORAL OR WRITTEN INFORMATION OR 
  26. ADVICE GIVEN BY SIERRA, ITS EMPLOYEES, DISTRIBUTORS, 
  27. DEALER OR AGENTS SHALL CHANGE THE RESTRICTION OF 
  28. LIABILITY OR CREATE ANY NEW WARRANTIES.  IN NO CASE 
  29. SHALL SIERRAÆS LIABILITY EXCEED THE PURCHASE PRICE 
  30. OF THE SIERRA SOFTWARE PRODUCT.
  31.  
  32.  
  33. IMPORTANT NOTE: Please read the entire instructions prior to 
  34. starting at Step 1.  You can skip Steps 3 and 4 if you are not playing a 
  35. CD game.
  36.  
  37.  
  38. STEP 1
  39. FORMATTING THE DISK
  40. To make a boot disk, format a high density diskette in the A: drive.  (It is 
  41. necessary to reformat the disk if it is already formatted.) Formatting the 
  42. disk with the /S switch will transfer the 'system files' to the disk and 
  43. allow the computer to boot up correctly.  The disk must be in the A: 
  44. drive; the computer will not boot from the B: drive.  Type the FORMAT 
  45. command as follows:
  46.  
  47. FORMAT A: /S <ENTER>
  48.  
  49. If you get a 'Bad command or file name' error message, type: 
  50.  
  51. PATH=C:\DOS <ENTER>
  52.  
  53. Then retype the FORMAT command above.  If you receive the error 
  54. again, the MS-DOS FORMAT command may not be on your system, or 
  55. it may have been renamed.  Programs such as PC Tools and Norton Disk 
  56. Utilities sometimes rename the FORMAT command to prevent 
  57. accidental loss of data.  If you are using a program of this type, check 
  58. your documentation to find out how to format a SYSTEM DISK, then 
  59. proceed to Step 2. 
  60.  
  61.  
  62. STEP 2
  63. LOCATING THE MOUSE DRIVER
  64. If you are playing a game that uses a mouse, the Microsoft compatible 
  65. mouse driver must be loaded into memory with the boot disk. There are 
  66. two kinds of mouse drivers available: those that load in the 
  67. CONFIG.SYS file and those that load in the AUTOEXEC.BAT file.  
  68. CONFIG.SYS mouse drivers have an extension of .SYS (MOUSE.SYS) 
  69. and AUTOEXEC.BAT drivers have either a .COM or .EXE extension 
  70. (MOUSE.COM, MOUSE.EXE).  You must load at least one of these 
  71. drivers, but it is not necessary to load them all. 
  72.  
  73. If you do not know where the mouse drivers are located on your system, 
  74. the command below should help you locate them.  Type the following at 
  75. the C:\ prompt:
  76.  
  77. DIR MOUSE* /S <ENTER>
  78.  
  79. This command will cause the system to search all subdirectories for a 
  80. file called MOUSE.  If the system locates a MOUSE file, it will display 
  81. the path where the file is located.  For example, if the MOUSE.COM file 
  82. is located in a C:\MOUSE directory, the system will display:
  83.  
  84. Directory of C:\MOUSE
  85.     MOUSE.SYS        55160     03-10-92    3:10a
  86.     MOUSE.COM        56408    03-10-03    6:00a
  87.  
  88. If this procedure does not locate a MOUSE file, your mouse driver may 
  89. have a different name. Some common names for mouse drivers are 
  90. IMOUSE, GMOUSE and HPMOUSE.  Your should check your mouse 
  91. documentation for the exact file names and how to install them. 
  92.  
  93. Once you have located the mouse driver, you must copy it to the boot 
  94. disk.  The following example assumes that the mouse drivers are located 
  95. in the C:\MOUSE directory as shown in the step above.  To copy the 
  96. MOUSE files to the boot disk, type:
  97.  
  98. COPY C:\MOUSE\MOUSE.* A: <ENTER>
  99.  
  100. Substitute the appropriate path and file names for your mouse drivers in 
  101. the command above.  After you press ENTER, you should see a message 
  102. indicating that some files were copied.
  103.  
  104.  
  105. STEP 3
  106. LOCATING THE CD ROM DEVICE DRIVER (skip if not playing a CD game)
  107. The CD ROM drive requires a device driver loaded in the CONFIG.SYS 
  108. file.  This driver must be loaded correctly or you will be unable to access 
  109. your CD ROM drive. To make sure that the device driver loads correctly 
  110. on the boot disk, look at the CONFIG.SYS on the hard drive and copy 
  111. the driver line from there.  At the C:\ prompt, type:
  112.  
  113. TYPE CONFIG.SYS|MORE
  114.  
  115. NOTE:     The | is called a 'pipe' command and is created by pressing 
  116. <SHIFT> <BACKSLASH>.
  117.  
  118. The CONFIG.SYS file will display on the screen.  Look for the line that 
  119. loads the CD ROM device driver.  This line will contain the same '/D:' 
  120. switch as the MSCDEX line in the AUTOEXEC.BAT file. The line 
  121. should look something like this:
  122.  
  123. DEVICE=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220
  124. DEVICEHIGH=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220
  125. DEVICEHIGH /L:14652 =C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220
  126.  
  127. The device driver in your CONFIG.SYS may differ slightly from those 
  128. listed above.  Carefully write down the line for use in your boot disk.  
  129. Leave out the '/L:' information, if any.  Your CD ROM device line 
  130. should appear as follows:
  131.  
  132. DEVICEHIGH=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220
  133.  
  134. NOTE:  If you have a SCSI CD ROM drive, there may be an additional 
  135. driver in your CONFIG.SYS that must be loaded for the CD ROM 
  136. device drivers to load correctly.  Check your CD drive documentation 
  137. for more information. 
  138.  
  139.  
  140. STEP 4
  141. LOCATING THE MSCDEX CD ROM EXTENSION (skip if not playing a CD game)
  142. In addition to the CD ROM device driver in the CONFIG.SYS, your CD 
  143. ROM drive requires MSCDEX, the Microsoft extension for CD ROM 
  144. drives.  If this extension is not loaded correctly in the 
  145. AUTOEXEC.BAT, you will be unable to access your CD ROM drive.  
  146. To make sure that MSCDEX loads correctly on the boot disk, look at the 
  147. AUTOEXEC.BAT on the hard drive and copy the MSCDEX line from 
  148. there.  At the C:\ prompt, type:
  149.  
  150. TYPE AUTOEXEC.BAT|MORE <ENTER>
  151.  
  152. The AUTOEXEC.BAT file will display on the screen.  Look for the line 
  153. that loads the MSCDEX extension.  It should look something like this:
  154.  
  155. C:\DOS\MSCDEX /D:MSCD001
  156. LH C:\DOS\MSCDEX /D:MSCD001 
  157. LOADHIGH /L:14429 C:\DOS\MSCDEX /D:MSCD001
  158.  
  159. The MSCDEX line in your AUTOEXEC.BAT may differ slightly from 
  160. the ones above. Carefully write down the line for use in your boot disk.  
  161. Leave out the '/L:' information, if any. If the 'LH' is missing, add it.  
  162. For example, any of the above lines will appear on your boot disk as 
  163. follows:
  164.  
  165. LH C:\DOS\MSCDEX /D:MSCD001
  166.  
  167.  
  168. STEP 5
  169. LOCATING THE SOUND CARD DRIVERS
  170. Many sound cards have drivers or initialization lines that must be loaded 
  171. in the AUTOEXEC.BAT or CONFIG.SYS.   Some sound cards that 
  172. require these drivers or initialization routines are the SoundBlaster 16, 
  173. MAD16 and the Aria 16.
  174.  
  175. At the end of these Boot Disk Intructions, you will find a section 
  176. labelled 'Sound Cards'.  These tables contain the sound card lines for 
  177. many common sound cards.  Check to see if your sound card is on the 
  178. list.  If it is, then you will need to add the appropriate lines to the 
  179. AUTOEXEC.BAT and/or CONFIG.SYS on your boot disk.  If your 
  180. sound card is not on the list, you should check your documentation for 
  181. information on what needs to load in the AUTOEXEC.BAT and CONFIG.SYS. 
  182.  
  183.  
  184.  
  185. STEP 6
  186. CREATING THE CONFIG.SYS FILE
  187. To create the CONFIG.SYS file on the boot disk, switch to the A: drive 
  188. and type the following:
  189.  
  190. COPY CON CONFIG.SYS <ENTER>  (the cursor will drop down one line and blink)
  191. DEVICE=C:\DOS\HIMEM.SYS <ENTER>
  192. DEVICE=C:\DOS\EMM386.EXE NOEMS <ENTER>
  193. DOS=HIGH,UMB <ENTER>
  194. FILES=30 <ENTER>
  195. BUFFERS=20 <ENTER>
  196.  
  197. If you are using the MOUSE.SYS file to load your mouse, add the 
  198. following line to the CONFIG.SYS:
  199.  
  200. DEVICEHIGH=A:\MOUSE.SYS <ENTER>
  201.  
  202. If you're playing a CD game, add the CD ROM device driver as you 
  203. wrote it down in the 'Locating the CD ROM Device Driver' section.  
  204. For example:
  205.  
  206. DEVICEHIGH=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220  <ENTER>
  207.  
  208. If you need to load any sound card drivers, copy them from the 'Sound 
  209. Cards' section now.  The following example lines are for the 
  210. SoundBlaster 16:
  211.  
  212. DEVICEHIGH=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5 <ENTER>
  213. DEVICEHIGH=C:\SB16\DRV\CTMM.SYS <ENTER>
  214.  
  215. Complete the file by pressing <F6> <ENTER>.
  216.  
  217.  
  218. STEP 7
  219. CREATING THE AUTOEXEC.BAT FILE
  220. To create the AUTOEXEC.BAT file on the boot disk, switch to the A: 
  221. drive and type the following:
  222.  
  223. COPY CON AUTOEXEC.BAT <ENTER>  (the cursor will drop down one line and blink)
  224. @ECHO OFF <ENTER>
  225. C:\ <ENTER>
  226. SET COMSPEC=C:\COMMAND.COM <ENTER>
  227. PROMPT SIERRA BOOT DISK $_$P$G <ENTER>
  228. PATH=C:\;C:\DOS;C:\SIERRA <ENTER>
  229.  
  230. If you are using the MOUSE.COM or MOUSE.EXE file to load your 
  231. mouse driver, add the appropriate line:
  232.  
  233. LH A:\MOUSE.EXE <ENTER>
  234.  
  235. If you're playing a CD game, add the MSCDEX line as you write it 
  236. down in the 'Locating the MSCDEX CD ROM Extension' section.  For 
  237. example:
  238.  
  239. LH C:\DOS\MSCDEX /D:MSCD001 <ENTER>
  240.  
  241.  
  242. If you need to run any sound card initialization programs or load any 
  243. drivers, copy them from the 'Sound Cards' section now.  The following 
  244. example lines are for the SoundBlaster 16:
  245.  
  246. SET BLASTER=A220 I5 D1 H5 T6 <ENTER>
  247. SET SOUND=C:\SB16 <ENTER>
  248. SET MIDI=SYNTH:1 MAP:E <ENTER>
  249. C:\SB16\SB16SET /M:220 /VOC:220 /CD:220 /MIDI:220 /LINE:220 <ENTER>
  250. C:\SB16\DIAGNOSE /S <ENTER>
  251.  
  252. Complete the file by pressing <F6> <ENTER>.
  253.  
  254.  
  255. STEP 8
  256. REBOOT THE SYSTEM AND START THE GAME
  257. Reboot your system by pressing the <RESET> button on your computer 
  258. or by using the <CTRL> <ALT> <DELETE> key sequence on your 
  259. keyboard.  Refer to your game documentation for the steps to start the 
  260. game.
  261.  
  262.  
  263. IF YOU STILL HAVE PROBLEMS...
  264. If you continue to experience problems, or if you have any questions 
  265. concerning any of the above steps, Sierra Technical Support will be 
  266. happy to assist you.  You can reach Technical Support at (206) 644-4343 
  267. between 8:15 am and 4:45 pm, Monday through Friday.  We can also be 
  268. reached by fax at (206) 644-7697 or by mail at the following address:
  269.  
  270. Sierra On-Line Technical Support
  271. PO Box 85006
  272. Bellevue, WA  98015-8506
  273.  
  274. In Europe, please contact our office in England. The Customer Service 
  275. number is (44) 1734-303171, between 
  276. 9:00 am and 5:00 pm, Monday through Friday.   The BBS number is 
  277. (44) 1734-304227 and the fax number 
  278. is (44) 1734-303201.  Customer Service can also be reached at the 
  279. following address:
  280.  
  281. Sierra On-Line Limited
  282. 4 Brewery Court
  283. The Old Brewery
  284. Theale, Reading, Berkshire
  285. RG7 5AJ UNITED KINGDOM
  286.  
  287. You can also contact our Technical Support Team on one of the 
  288. following services:
  289.  
  290. Sierra BBS              (206) 644-0112 
  291. CompuServe        GO SIERRA
  292. America Online        KEYWORD SIERRA
  293.  
  294.  
  295. If you decide to email, write or fax, please provide the following
  296. information so that Technical Support can help you as efficiently as
  297. possible.
  298.  
  299. Game name, version number and S/N number (from disk #1): 
  300.  
  301. What problem are you having?  Be VERY specific.  Is there an 
  302. error message?  What is it?  Where does it occur? Does it happen 
  303. the same way each time?
  304.  
  305. Floppy or CD?
  306.  
  307. Are you playing in Windows or DOS?
  308.  
  309. Type of computer (386, 486, etc.)
  310.  
  311. Brand of video card (Trident, Diamond, etc.)
  312.  
  313. Amount of RAM (4 meg, 8 meg, etc.)
  314.  
  315. DOS version (MS-DOS 6.0, PC-DOS 6.2, etc.)
  316.  
  317. Windows version (3.1, WFWG, Win95, etc.)
  318.  
  319. Brand of sound card and sound card settings (SoundBlaster Pro, 
  320. Forte16, Mozart, etc.  Please be VERY specific with the brand 
  321. name. Sound card settings include DMA, IRQ and I/O values.)
  322.  
  323. Any disk compression?  What kind? (Doublespace, Stacker, etc.)
  324.  
  325. Any third-part memory manager?  What kind?  (QEMM, 
  326. 386MAX, etc.)
  327.  
  328. Largest executable program size or bytes free after booting with 
  329. the boot disk. (Type MEM to find out.) 
  330.  
  331. What have you tried so far?  (Boot disk, no sound, etc.)
  332.  
  333. Please attach copies of your CONFIG.SYS and AUTOEXEC.BAT 
  334. from your hard drive and the boot disk.
  335.  
  336.  
  337. SOUND CARDS
  338.  
  339. NOTE:  The sound card drivers and initialization lines in this section are the default 
  340. settings for these devices.  You should check your AUTOEXEC.BAT and CONFIG.SYS 
  341. on your hard drive to see if you are using any non-default settings.
  342.  
  343. Sound Card
  344. Autoexec.bat
  345. Config.sys
  346. Notes
  347.  
  348. Aria 16
  349. Common on IBMs
  350. SET ARIA=C:\ARIA
  351. SET BLASTER=A220 I5 D1 T5
  352. C:\DOS\SOUNDCLT.COM*
  353. DEVICE=C:\ARIA\BIN\SOUNDCFG.SYS
  354. DEVICE=C:\ARIA\BIN\SNDSAVER.SYS
  355.  
  356.  
  357. Boka Sound Express
  358. SET BLASTER=A220 I5 D1 T5
  359. DEVICE=C:\SE1440\CSACMOD1.EXE*
  360.  
  361.  
  362.  
  363. Crystal Clear Wave 
  364. Table by Crstal Lake
  365. SET BLASTER=A220 I5 D1 T5
  366. C:\CCLEAR\CSACMAX1
  367. C:\CCLEAR\CSACHMX1
  368. DEVICE=C:\CCLEAR\CSAMOD1.EXE
  369.  
  370.  
  371. Diamond LX
  372. SET SONIC=C:\SONIC
  373. C:\SONIC\SONIC /B/C*
  374. SET BLASTER=A220 I5 D1 T5
  375. NONE
  376. *Use /C switch for SB mode
  377. *Use /B switch for MSS mode
  378.  
  379.  
  380. Ensoniq Soundscape
  381. Common on Gateways
  382. SET BLASTER=A220 Ixx Dx
  383. SET SNDSCAPE=C:\SNDSCAPE
  384. C:\SNDSCAPE\SSINIT /I*
  385. NONE
  386. *Older drivers use /FM for Soundblaster mode, /GM 
  387. for General Midi mode.
  388.  
  389. ESS Audio Drive
  390. Common on Compaque
  391. SET BLASTER=A220 I5 D1 
  392. NONE
  393.  
  394.  
  395. Forte 16
  396. Common on Packard 
  397. Bells
  398. SET BLASTER=
  399. SET GALAXY=
  400. SET SOUND=C:\FORTE16
  401. C:\FORTE16\UTILITY\EMUTSR*
  402. NONE
  403.  
  404.  
  405. Galant
  406. SET BLASTER=A220 I5 D1
  407. NONE
  408.  
  409.  
  410. Galaxy
  411. See Multi-Media Pro 16
  412. See Multi-Media Pro 16
  413.  
  414.  
  415. Gateway 2000 Audio 
  416. Drive
  417. C:\G2KAUDIO\UTILITY\GWBVOL
  418. SET BLASTER=A220 I5 D1 T5
  419. SET GALAXY=*
  420. SET SOUND=C:\G2K
  421. NONE
  422. *Check the AUTOEXEC.BAT on your hard drive for 
  423. the full SET GALAXY line.
  424.  
  425. Gravis Ultrasound
  426. SET ULTRASND=*
  427. SET ULTRADIR=*
  428. C:\ULTRASND\ULTRINIT
  429. SBOS.BAT**
  430. SET BLASTER=A220 I5 D1
  431. NONE
  432. *Check the AUTOEXEC.BAT on your hard drive for 
  433. complete SET lines for the GUS.
  434. **The SBOS.BAT line must be loading to enable the 
  435. card's Soundblaster emulation.
  436.  
  437.  
  438.  
  439.  
  440. IBM PS/1
  441. SET BLASTER=A220 I5 D1
  442. NONE
  443.  
  444.  
  445. ISP 16
  446.  
  447. C:\ISP16\ISPINIT /B/M*
  448. NONE
  449. *Use /B switch for SB mode
  450. *Use /M switch for  MSS Mode
  451.  
  452. Jazz 16
  453. SET BLASTER=A220 I5 D1 
  454. DEVICE=C:\JAZZ\JAZZ.SYS D:* Q:*
  455. *D:  DMA CHANNEL.
  456. *Q:  IRQ SETTING.
  457. Specific values and directories may change
  458.  
  459. Mad 16
  460. SET MAD16=C:\MAD16
  461. SET BLASTER=A220 I5 D1 
  462. C:\MAD16\M16INIT /B /M*
  463. NONE
  464. *Use /B switch for SB mode
  465. *Use /M switch for  MSS Mode
  466.  
  467.  
  468. Magic S20
  469. SET BLASTER=A220 I5 D1
  470. SET SOUND16=C:\MAGICS20
  471. C:\MAGICS20\SNDINIT /B /M*
  472. NONE
  473. *Use /B switch for SB mode
  474. *Use /M switch for  MSS Mode
  475.  
  476.  
  477. Magitek Green 16
  478. SET BLASTER=A220 I5 D1
  479. NONE
  480.  
  481.  
  482. Media Concept
  483. SET MC=C:\MC
  484. NONE
  485.  
  486.  
  487. Media Vision
  488. SET BLASTER=A220 I5 D1
  489. DEVICE=C:\MEDVSN\PROS.SYS
  490.  
  491.  
  492. Monte Carlo by Turtle 
  493. Beach
  494. SET BLASTER=A220 I5 D1
  495. C:\MCARLO\MCHKMIX
  496. DEVICE=C:\MCARLO\MCMODE -S -W*
  497. *Use -S switch for SB mode
  498. *Use -W switch for  MSS Mode
  499.  
  500. Mozart Sound Card
  501. Common on Cannons
  502. SET BLASTER=A220 I5 D1
  503. SET SOUND=C:\MOZART
  504. C:\MOZART\MTZVOL.EXE
  505. DEVICE=C:\MOZART\MZTINIT.SYS WSS /530*
  506.  
  507. *WSS /530 Puts the card into WSS mode port 530
  508.  
  509.  
  510. Multi-Media Pro 16
  511. SET BLASTER=A220 I5 D1
  512. SET GALAXY=*
  513. SET SOUND=C:\MMP16P
  514.  
  515. *Check the AUTOEXEC.BAT on your hard drive for 
  516. the full SET GALAXY line.
  517.  
  518. Orchid Gamewave
  519. SET BLASTER=A220 I5 D1
  520. SET SOUND=*
  521. C:\GW32\GW32.EXE
  522. NONE
  523.  
  524.  
  525. Orchid Soundwave
  526.  
  527. SET BLASTER=*
  528. SET SOUND=*
  529. C:\SW32\SW32.EXE
  530. NONE
  531. *Check the AUTOEXEC.BAT on your hard drive for 
  532. the complete SET SOUND line.
  533.  
  534. Phillips
  535. NONE
  536. NONE
  537.  
  538.  
  539. Pro Audio Spectrum 16
  540. SET BLASTER=A220 I5 D1
  541. DEVICE=C:\SPECTRUM\MVSOUND.SYS D:*Q:*
  542. D:  DMA CHANNEL.      Q:  IRQ SETTING.
  543. <DIR> may be PROAUDIO on older drivers.
  544.  
  545. Pro Sonic
  546. SET BLASTER=A220 I5 D1
  547. DEVICE=C:\PROSONIC\PROSYS.SYS
  548.  
  549.  
  550. Soundblaster AWE 32
  551. SET BLASTER=A220 I5 D1
  552. SET SOUND=C:\SB16
  553. C:\SB16\SB16SET /P/Q
  554. C:\SB16\DIAGNOSE /S
  555. C:\SB16\AWEUTIL /S
  556. DEVICE=C:\SB16\DRV\CTSB16.SYS   /UNIT=0
  557.          /BLASTER=A:220 I:5 D:1 H:5
  558.  
  559. DEVICE=C:\SB16\DRV\CTMM.SYS**
  560.  
  561. **This line is only required to enable the sound card's 
  562. cd-rom interface.
  563.  
  564.  
  565.  
  566.  
  567. Soundblaster Pro
  568. SET BLASTER=A220 I5 D1
  569. SET SOUND=C:\SBPRO*
  570. C:\SBPRO\SBP_SET*
  571. NONE
  572.  
  573. *On newer cards the drivers and such may look like 
  574. the SB16 except loading out of a different directory.
  575.  
  576. Soundblaster 16
  577. SET BLASTER=A220 I5 D1 H5 T6
  578. SET SOUND=C:\SB16
  579. SET MIDI=SYNTH:1 MAP:E
  580. C:\SB16\SB16SET*
  581. C:\SB16\DIAGNOSE /S**
  582. DEVICE=C:\SB16\DRV\CTSB16.SYS
  583.    /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5
  584.  
  585. DEVICE=C:\SB16\DRV\CTMM.SYS***
  586.  
  587. *Check the AUTOEXEC.BAT on your hard drive for 
  588. the complete SB16SET line as the values may vary.
  589. **May be C:\SB16\SBCOFIG /S on older cards.
  590. ***This line is only required to enable the sound card's 
  591. cd-rom interface.
  592.  
  593. Sound EZ
  594. See Mad 16
  595. See Mad 16
  596.  
  597.  
  598. Sound 16A
  599. Common on Packard 
  600. Bells
  601. 1 OF 2**
  602. SET BLASTER=A220 I5 D1
  603. SET GALAXY=
  604. C:\SOUND16A\UTILITY\
  605.          SETMODE /MSS*
  606. SET SOUND16=C:\SOUND16A
  607. NONE
  608. *Use /SB switch for SB mode
  609. *Use /MSS switch for  MSS Mode
  610.  
  611.  
  612. Sound 16A
  613. Common on Packard 
  614. Bells
  615. 2 OF 2**
  616. SET BLASTER=A220 I5 D1
  617. SET GALAXY=*
  618. C:\AUDIO\SNDINIT.EXE /B**
  619. SET SOUND16=C:\AUDIO
  620. NONE
  621. *Check the AUTOEXEC.BAT on your hard drive for 
  622. the complete SET GALAXY line.
  623. **Use /B switch for SB mode
  624. **Use /M switch for  MSS Mode
  625.  
  626. Sound 144
  627. Common on Packard 
  628. Bell
  629. SET BLASTER=A220 I5 D1
  630. SET GALAXY=*
  631. SET SOUND=SOUND144
  632. NONE
  633. *Check the AUTOEXEC.BAT on your hard drive for 
  634. the complete SET GALAXY line.
  635.  
  636. Vibra 16
  637. SET BLASTER=A220 I5 D1 H5 T6
  638. SET SOUND=C:\VIBRA16
  639. SET MIDI=*
  640. C:\VIBRA16\DIAGNOSE /S
  641. C:\VIBRA16\MIXERSET /P/Q
  642. DEVICE=C:\VIBRA16\DRV\VIBRA16.SYS
  643. DEVICE=C:\VIBRA16\DRV\CTMMSYS.SYS**
  644.  
  645. *Check the AUTOEXEC.BAT on your hard drive for 
  646. the complete SET MIDI line.
  647. **This line is required for CD ROM compatibility.
  648.  
  649. Voyetra Sound
  650. SET BLASTER=A220 I5 D1
  651. SET ISP16=ISP16*
  652. C:\ISP16\ISPINIT /B
  653. NONE
  654. *May be SET ISP16=VOYETRA
  655.  
  656.  
  657. ______________________________________________________________
  658. MS-DOS Boot Disk Instructions - Page 10
  659.  
  660.  
  661. ______________________________________________________________
  662. MS-DOS Boot Disk Instructions - Technical Support Request Form
  663.  
  664.  
  665. ____________________________________________________________
  666. MS-DOS Boot Disk Instructions - Sound Card Information
  667.  
  668.  
  669.  
  670.