home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 June / PCWorld_2004-06_cd.bin / hardware / seagate / SEATOOLD_EN.ISO / BOOTIMG.BIN / letter.bat < prev    next >
DOS Batch File  |  2004-01-28  |  2KB  |  86 lines

  1. rem SeaTools Desktop Edition bootable CD (Jan 28, 2004)
  2. rem 
  3. @echo off
  4. set DESTPATH=%1:\
  5. echo Your RAM drive is %1:
  6. copy command.com %DESTPATH% >nul
  7. set comspec=%DESTPATH%command.com
  8. set path=%DESTPATH%;x:\;a:\;
  9. if "%CONFIG%"=="HELP" goto HELP
  10. if "%CONFIG%"=="USB" goto USBMAP
  11.  
  12. :TOP
  13. cls
  14.  
  15. :TOOLS
  16. set PROG=TOOLS
  17. cls
  18. splash
  19. if "%LANG%"=="DE" echo Dateien werden in den Arbeitsspeicher geladen. Bitte warten...
  20. if not "%LANG%"=="DE" echo Loading files into memory, please wait...
  21.  
  22. :v2TOOLS
  23. if "%LANG%"=="JA" set LANG=EN
  24. x:\stzip_%LANG%.exe %DESTPATH%
  25. xbios /i/z/x /v=0
  26. splash
  27. cls
  28. call aspi.bat %1
  29. lh drmouse
  30. if errorlevel 10 goto MOUSEER
  31. if errorlevel 9 goto MOUSEER
  32. if errorlevel 8 goto MOUSEER
  33. if errorlevel 7 goto MOUSEER
  34. if errorlevel 6 goto MOUSEER
  35. if errorlevel 5 goto MOUSEER
  36. if errorlevel 4 goto MOUSEER
  37. if errorlevel 3 goto MOUSEER
  38. if errorlevel 2 goto MOUSEER
  39. goto NOMOUSER
  40.  
  41. :MOUSEER
  42. lh drmouse /u
  43. set NOMOUSE=TRUE
  44.  
  45. :NOMOUSER
  46. %1:
  47. if "%CONFIG%"=="DEFAULT" cbtsr
  48. if "%CONFIG%"=="HELP" cbstsr
  49. if "%CONFIG%"=="USB" call a:usbmsg.bat
  50. if "%NOMOUSE%"=="TRUE" goto NMOUSE2
  51. if "%LANG%"=="DE" call %DESTPATH%seatools.exe /lang=1 /ve:32
  52. if not "%LANG%"=="DE" call %DESTPATH%seatools.exe /ve:32
  53. goto CDMSG
  54.  
  55. :NMOUSE2
  56. if "%LANG%"=="DE" call %DESTPATH%seatools.exe /lang=1 /ve:32
  57. if not "%LANG%"=="DE" call %DESTPATH%seatools.exe /ve:32 NOMOUSE
  58. goto CDMSG
  59.  
  60. :CDMSG
  61. cls
  62. if "%LANG%"=="DE" echo Danke fur das Benutzen von SeaTools Desktop Edition
  63. if not "%LANG%"=="DE" echo Thank you for using SeaTools Desktop Edition
  64. if "%LANG%"=="DE" echo Bitte entfernen Sie die CD und/oder Diskette.
  65. if "%LANG%"=="DE" echo Drucken Sie Strg+Alt+Entf, um das System neu zu starten.
  66. if not "%LANG%"=="DE" echo Please remove your CD and press CTRL+ALT+DEL to reboot.
  67. pause >nul
  68.  
  69. :DOS
  70. cls
  71. echo -
  72. echo A: = Boot files (CD) A:
  73. echo B: = Floppy drive if attached
  74. echo %1: = RAM drive
  75. echo X: = CD-ROM drive
  76.  
  77. :EXIT
  78. echo -
  79. echo NOTE: DOS drive letter assignments are dynamic and will change as
  80. echo storage hardware is mounted, unmounted, added or removed.  Only FAT
  81. echo partitions and file systems are recognized by DOS.  If your Windows
  82. echo system uses NTFS partitions, they will not receive a DOS drive letter.
  83. echo Be very careful when formatting drives or deleting files.  Always
  84. echo verify that you have chosen the correct drive letter.
  85. echo -
  86.