home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Intermedia 1998 January
/
inter1_98.iso
/
RUN.BAT
< prev
Wrap
DOS Batch File
|
1997-12-24
|
1KB
|
51 lines
@echo off
cdir.exe
if ErrorLevel=65 set d=A
if ErrorLevel=66 set d=B
if ErrorLevel=67 set d=C
if ErrorLevel=68 set d=D
if ErrorLevel=69 set d=E
if ErrorLevel=70 set d=F
if ErrorLevel=71 set d=G
if ErrorLevel=72 set d=H
if ErrorLevel=73 set d=I
if ErrorLevel=74 set d=J
if ErrorLevel=75 set d=K
if ErrorLevel=76 set d=L
if ErrorLevel=77 set d=M
if ErrorLevel=78 set d=N
if ErrorLevel=79 set d=O
if ErrorLevel=80 set d=P
if ErrorLevel=81 set d=Q
if ErrorLevel=82 set d=R
if ErrorLevel=83 set d=S
if ErrorLevel=84 set d=T
if ErrorLevel=85 set d=U
if ErrorLevel=86 set d=V
if ErrorLevel=87 set d=W
if ErrorLevel=88 set d=X
if ErrorLevel=89 set d=Y
if ErrorLevel=90 set d=Z
%d%:
cd \
rem Sprawdzenie, czy jest zainstalowany MSIE
dir /s /b c:\progra~1\iexplore.exe >c:\msiefind.-!-
filesize c:\msiefind.-!- >nul
del c:\msiefind.-!- >nul
if ErrorLevel=0 set inst=1
if ErrorLevel=1 set inst=0
if %inst% == 0 goto OK
:instaluj
echo Prawdopodobnie w Twoim systemie nie jest zainstalowany MS Internet Explorer
msie30pl.exe
pause
:OK
iexplore.exe %d%:\menu\index.htm