home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / RUN.BAT < prev   
DOS Batch File  |  1997-12-24  |  1KB  |  51 lines

  1. @echo off
  2.  
  3. cdir.exe
  4. if ErrorLevel=65 set d=A
  5. if ErrorLevel=66 set d=B
  6. if ErrorLevel=67 set d=C
  7. if ErrorLevel=68 set d=D
  8. if ErrorLevel=69 set d=E
  9. if ErrorLevel=70 set d=F
  10. if ErrorLevel=71 set d=G
  11. if ErrorLevel=72 set d=H
  12. if ErrorLevel=73 set d=I
  13. if ErrorLevel=74 set d=J
  14. if ErrorLevel=75 set d=K
  15. if ErrorLevel=76 set d=L
  16. if ErrorLevel=77 set d=M
  17. if ErrorLevel=78 set d=N
  18. if ErrorLevel=79 set d=O
  19. if ErrorLevel=80 set d=P
  20. if ErrorLevel=81 set d=Q
  21. if ErrorLevel=82 set d=R
  22. if ErrorLevel=83 set d=S
  23. if ErrorLevel=84 set d=T
  24. if ErrorLevel=85 set d=U
  25. if ErrorLevel=86 set d=V
  26. if ErrorLevel=87 set d=W
  27. if ErrorLevel=88 set d=X
  28. if ErrorLevel=89 set d=Y
  29. if ErrorLevel=90 set d=Z
  30.  
  31. %d%:
  32. cd \
  33.  
  34. rem Sprawdzenie, czy jest zainstalowany MSIE
  35. dir /s /b c:\progra~1\iexplore.exe >c:\msiefind.-!-
  36. filesize c:\msiefind.-!- >nul
  37. del c:\msiefind.-!- >nul
  38.  
  39. if ErrorLevel=0 set inst=1
  40. if ErrorLevel=1 set inst=0
  41.  
  42. if %inst% == 0 goto OK
  43.  
  44. :instaluj
  45. echo Prawdopodobnie w Twoim systemie nie jest zainstalowany MS Internet Explorer
  46. msie30pl.exe
  47. pause
  48.  
  49. :OK
  50.  
  51. iexplore.exe %d%:\menu\index.htm