home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Languages Around the World
/
LanguageWorld.iso
/
translat
/
rus2eng
/
ruseng.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1988-12-27
|
195 b
|
17 lines
echo off
distest
if errorlevel 26 goto vga
if errorlevel 20 goto ega
if errorlevel 7 goto herc
cruseng
goto exit
:herc
hruseng
goto exit
:ega
eruseng
goto exit
:vga
vruseng
:exit