home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 July / PCpro_2005_07.ISO / images / maxblast.igz / maxblast.img / DM.BAT < prev    next >
Encoding:
DOS Batch File  |  2004-08-30  |  200 b   |  15 lines

  1. @echo off
  2. if "%NOMOUSE%"=="TRUE" goto NMOUSE
  3. if "%NOBIOSC%"=="TRUE" goto NBIOSC
  4.  
  5. dm /ve:32
  6. goto END
  7.  
  8. :NMOUSE
  9. call dm NOMOUSE NOBIOSC /ve:32
  10. goto END
  11.  
  12. :NBIOSC
  13. call dm NOBIOSC /ve:32
  14.  
  15. :END