home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 October / PCpro_2006_10.ISO / files / wininside / ubcd / ubcd34-basic.exe / ubcd34-basic.iso / images / maxblast.igz / maxblast.img / LETTER.BAT < prev    next >
Encoding:
DOS Batch File  |  2004-07-30  |  824 b   |  48 lines

  1. @echo off
  2.  
  3. if "%CDBOOT%"=="TRUE" goto cBOOT
  4. goto FBOOT
  5.  
  6. :CBOOT
  7. call x:\letter.bat %1
  8. goto DONE
  9.  
  10. :FBOOT
  11. set DESTPATH=%1:\
  12. echo Your RAM Disk is %DESTPATH%
  13. path=a:\;%DESTPATH%
  14.  
  15. splash
  16. ECHO Loading files into memory, please wait...
  17. copy dmzip.exe %DESTPATH%
  18. %DESTPATH%dmzip.exe %DESTPATH%
  19. splash
  20. cls
  21.  
  22. %1:
  23. set NOBIOSC=TRUE
  24. xbios  /Z /I /X
  25.  
  26. drmouse
  27. if errorlevel 10 goto MOUSEERR
  28. if errorlevel 9 goto MOUSEERR
  29. if errorlevel 8 goto MOUSEERR
  30. if errorlevel 7 goto MOUSEERR
  31. if errorlevel 6 goto MOUSEERR
  32. if errorlevel 5 goto MOUSEERR
  33. if errorlevel 4 goto MOUSEERR
  34. if errorlevel 3 goto MOUSEERR
  35. if errorlevel 2 goto MOUSEERR
  36. goto NOMOUSEERR
  37.  
  38. :MOUSEERR
  39. drmouse /u
  40. set NOMOUSE=TRUE
  41.  
  42. :NOMOUSEERR
  43.  
  44. CALL a:\dm.BAT
  45. cls
  46. echo Your RAM Disk is %DESTPATH%
  47. echo Thank you for using MaxBlast 4
  48. :DONE