home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 December
/
PCWorld_2004-12_cd.bin
/
software
/
vyzkuste
/
disky
/
disky.exe
/
SEATOOLD_EN.ISO
/
BOOTIMG.BIN
/
letter.bat
< prev
next >
Wrap
DOS Batch File
|
2004-07-11
|
5KB
|
161 lines
@echo off
rem SeaTools CD (11-July-2004)
rem
set DESTPATH=%1:\
echo Your RAM drive is %1:
goto TOOLS
:TOOLS
set PROG=TOOLS
copy xbios.exe %DESTPATH% >nul
copy ddloader.bin %DESTPATH% >nul
cls
splash
if "%LANG%"=="DE" echo Dateien werden in den Arbeitsspeicher geladen. Bitte warten...
if "%LANG%"=="ES" echo Cargando archivos en la memoria, por favor, espere...
if not "%LANG%"=="DE" if not "%LANG%"=="ES" echo Loading files into memory, please wait...
wait 3
if "%LANG%"=="FR" goto v1TOOLS
goto v2TOOLS
:v1TOOLS
x:\stzip_v1.exe %DESTPATH%
%1:
xbios /p- /z /i /m /v=0
copy xbios.exe %DESTPATH%xbios.ovl >nul
a:
splash
cls
call aspi.bat %1
echo Please wait....
rdrint13 /v=0
%1:
call agent.exe
goto TTHANK
:v2TOOLS
if "%LANG%"=="JA" set LANG=EN
x:\stzip_%LANG%.exe %DESTPATH%
%1:
xbios /z /i /x /v=0
a:
splash
cls
if "%CONFIG%"=="GRAPHICS" goto NOSTASPI
call aspi.bat %1
:NOSTASPI
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:
cbtsr
if "%NOMOUSE%"=="TRUE" goto NMOUSE2
if "%CONFIG%"=="GRAPHICS" %DESTPATH%seatools.exe /graphicsfix /nosplash /ve:32
if not "%CONFIG%"=="GRAPHICS" call %DESTPATH%seatools.exe /ve:32
rem if "%LANG%"=="DE" call %DESTPATH%seatools.exe /lang=1 /ve:32
rem if "%LANG%"=="ES" call %DESTPATH%seatools.exe /lang=3 /ve:32
rem if not "%LANG%"=="DE" if not "%LANG%"=="ES" call %DESTPATH%seatools.exe /ve:32
goto TTHANK
:NMOUSE2
if "%LANG%"=="DE" call %DESTPATH%seatools.exe /lang=1 /ve:32 NOMOUSE
if "%LANG%"=="ES" call %DESTPATH%seatools.exe /lang=3 /ve:32 NOMOUSE
if not "%LANG%"=="DE" if not "%LANG%"=="ES" call %DESTPATH%seatools.exe /ve:32 NOMOUSE
goto TTHANK
:TTHANK
cls
if "%LANG%"=="DE" echo Danke fur das Benutzen von SeaTools Desktop Edition
if "%LANG%"=="ES" echo Gracias por utilizar SeaTools Desktop Edition
if not "%LANG%"=="DE" if not "%LANG%"=="ES" echo Thank you for using SeaTools Desktop Edition
goto DOS
:DOS
echo -
echo A: = Boot files (CD) A:
echo B: = Floppy drive if attached
echo %1: = RAM drive
echo X: = CD-ROM drive
goto NOTE%LANG%
:NOTEDE
echo -
echo ANMERKUNG: DOS Laufwerksbuchstabenzuordnungen sind dynamisch und
echo werden sich ändern, wenn Hardware montiert, unmontiert, hinzugefügt
echo oder entfernt wird. Nur FAT-Partitionen-Dateisysteme werden von DOS
echo erkannt. Sollte Ihr Windows- System NTFS-Partitionen verwenden,
echo erhalten diese keine DOS Laufwerksbuchstaben. Seien Sie vorsichtig,
echo wenn Sie Laufwerke Formatieren oder Dateien löschen. Gehen Sie
echo immer sicher, dass Sie den richtigen Laufwerksbuchstaben
echo ausgewählt haben.
echo -
if "%PROG%"=="DOS" goto EXIT
goto CDMSG%LANG%
:NOTEES
echo -
echo NOTA: Las asignaciones de letras del drive DOS son dinámicas y
echo cambiarán una vez que se monte o desmonte, se agregue o se quite
echo el hardware del almacenaje. Solamente las particiones del FAT y
echo los sistemas de ficheros son reconocidos por DOS. Si su sistema
echo de Windows utiliza particiones de NTFS, no recibirán una letra
echo de impulsión del DOS. Tenga mucho cuidado cuando este ajustando
echo el disco a formato o suprimiendo archivos. Verifique siempre que
echo usted haya elegido la letra de impulsión correcta.
echo -
if "%PROG%"=="DOS" goto EXIT
goto CDMSG%LANG%
:NOTEEN
:NOTEFR
:NOTEJA
:NOTEZH
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 -
if "%PROG%"=="DOS" goto EXIT
goto CDMSG%LANG%
:CDMSGDE
echo Bitte entfernen Sie die CD und/oder Diskette.
echo Drucken Sie Strg+Alt+Entf, um das System neu zu starten.
goto OPEN
:CDMSGES
echo Saque el CD y/o el disquete.
echo Pulse Ctrl-Alt-Supr para reiniciar el sistema.
goto OPEN
:CDMSGEN
:CDMSGFR
:CDMSGJA
:CDMSGZH
echo Please remove your CD and press CTRL+ALT+DEL to reboot.
goto OPEN
:OPEN
:EXIT
echo.
A: