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 >
Wrap
DOS Batch File
|
2004-01-28
|
2KB
|
86 lines
rem SeaTools Desktop Edition bootable CD (Jan 28, 2004)
rem
@echo off
set DESTPATH=%1:\
echo Your RAM drive is %1:
copy command.com %DESTPATH% >nul
set comspec=%DESTPATH%command.com
set path=%DESTPATH%;x:\;a:\;
if "%CONFIG%"=="HELP" goto HELP
if "%CONFIG%"=="USB" goto USBMAP
:TOP
cls
:TOOLS
set PROG=TOOLS
cls
splash
if "%LANG%"=="DE" echo Dateien werden in den Arbeitsspeicher geladen. Bitte warten...
if not "%LANG%"=="DE" echo Loading files into memory, please wait...
:v2TOOLS
if "%LANG%"=="JA" set LANG=EN
x:\stzip_%LANG%.exe %DESTPATH%
xbios /i/z/x /v=0
splash
cls
call aspi.bat %1
lh drmouse
if errorlevel 10 goto MOUSEER
if errorlevel 9 goto MOUSEER
if errorlevel 8 goto MOUSEER
if errorlevel 7 goto MOUSEER
if errorlevel 6 goto MOUSEER
if errorlevel 5 goto MOUSEER
if errorlevel 4 goto MOUSEER
if errorlevel 3 goto MOUSEER
if errorlevel 2 goto MOUSEER
goto NOMOUSER
:MOUSEER
lh drmouse /u
set NOMOUSE=TRUE
:NOMOUSER
%1:
if "%CONFIG%"=="DEFAULT" cbtsr
if "%CONFIG%"=="HELP" cbstsr
if "%CONFIG%"=="USB" call a:usbmsg.bat
if "%NOMOUSE%"=="TRUE" goto NMOUSE2
if "%LANG%"=="DE" call %DESTPATH%seatools.exe /lang=1 /ve:32
if not "%LANG%"=="DE" call %DESTPATH%seatools.exe /ve:32
goto CDMSG
:NMOUSE2
if "%LANG%"=="DE" call %DESTPATH%seatools.exe /lang=1 /ve:32
if not "%LANG%"=="DE" call %DESTPATH%seatools.exe /ve:32 NOMOUSE
goto CDMSG
:CDMSG
cls
if "%LANG%"=="DE" echo Danke fur das Benutzen von SeaTools Desktop Edition
if not "%LANG%"=="DE" echo Thank you for using SeaTools Desktop Edition
if "%LANG%"=="DE" echo Bitte entfernen Sie die CD und/oder Diskette.
if "%LANG%"=="DE" echo Drucken Sie Strg+Alt+Entf, um das System neu zu starten.
if not "%LANG%"=="DE" echo Please remove your CD and press CTRL+ALT+DEL to reboot.
pause >nul
:DOS
cls
echo -
echo A: = Boot files (CD) A:
echo B: = Floppy drive if attached
echo %1: = RAM drive
echo X: = CD-ROM drive
:EXIT
echo -
echo NOTE: DOS drive letter assignments are dynamic and will change as
echo storage hardware is mounted, unmounted, added or removed. Only FAT
echo partitions and file systems are recognized by DOS. If your Windows
echo system uses NTFS partitions, they will not receive a DOS drive letter.
echo Be very careful when formatting drives or deleting files. Always
echo verify that you have chosen the correct drive letter.
echo -