home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MPC Wizard 3.0
/
WIZARD3_0.ISO
/
drivers
/
sound
/
mv_ps16
/
mansedd.bat
< prev
next >
Wrap
DOS Batch File
|
1993-11-04
|
457b
|
16 lines
if "%1" == "" goto syntax
sedit -wnC %bootdrive%\ config.sys device=+pros "%1\pros.sys P220 I7 D1 E1" s
sedit -wqnB %bootdrive%\ autoexec.bat set+blaster d disable
sedit -wqnB %bootdrive%\ autoexec.bat set+blaster "set blaster=a220 d1 i7" m
goto quit
:syntax
echo This program will edit the CONFIG.SYS and AUTOEXEC.BAT
echo files is run from the MANUAL.BAT file and should NOT
echo be run directly.
:quit