home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / sound / mv_ps16 / mansedd.bat < prev    next >
DOS Batch File  |  1993-11-04  |  457b  |  16 lines

  1.     if "%1" == ""                goto syntax
  2.  
  3.     sedit -wnC  %bootdrive%\ config.sys device=+pros "%1\pros.sys P220 I7 D1 E1" s
  4.     sedit -wqnB %bootdrive%\ autoexec.bat set+blaster       d disable
  5.     sedit -wqnB %bootdrive%\ autoexec.bat set+blaster       "set blaster=a220 d1 i7"        m
  6.  
  7.     goto quit
  8.  
  9. :syntax
  10.     echo This program will edit the CONFIG.SYS and AUTOEXEC.BAT
  11.     echo files is run from the MANUAL.BAT file and should NOT
  12.     echo be run directly.
  13.  
  14.  
  15. :quit
  16.