home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / program / ctenari / Antonin / instalace.ba_ / instalace.ba
Text File  |  2003-11-16  |  5KB  |  147 lines

  1. @echo off
  2. echo II  II      II   IIIIIIII  IIIIIIII    II       II      II
  3. echo II  IIII    II  II            II      IIII      II      II   
  4. echo II  II II   II  II            II     II  II     II      II
  5. echo II  II  II  II   IIIIIII      II    II    II    II      II
  6. echo II  II   II II         II     II   IIIIIIIIII   II      II
  7. echo II  II    IIII        II      II  II        II  II      II
  8. echo II  II      II  IIIIIII       II II          II IIIIII  IIIIII 
  9. echo V1.1. Karel Antonφn (c) 2003 MS-DOS Instalacni program.
  10. echo .
  11. echo .
  12. echo .
  13. echo .
  14. echo .
  15. echo .
  16. echo .
  17. echo .
  18. echo .
  19. echo .
  20. echo .
  21. echo Instalacni program zkopiruje soubory na vas pevny disk.
  22. echo Adresar pro program je C:\
  23. echo.
  24. pause
  25. @echo off
  26. echo Program vytvari adresare...
  27. echo .
  28. echo Program adresare USPESNE vytvoril.
  29. echo .
  30. echo Program kopiruje soubory...
  31. echo -
  32.  
  33. if not exist C:\Windows\System\comdlg32.ocx goto INS
  34. if not exist C:\Windows\System\dblist32.ocx goto INS
  35. if not exist C:\Windows\System\richtx32.ocx goto INS
  36. if not exist C:\Windows\System\comctl32.ocx goto INS
  37. if not exist C:\Windows\System\dbgrid32.ocx goto INS
  38. if not exist C:\Windows\System\msdxm.ocx goto INS
  39. if not exist C:\Windows\System\tabctl32.ocx goto INS
  40. if not exist C:\Windows\System32\comdlg32.ocx goto INS
  41. if not exist C:\Windows\System32\dblist32.ocx goto INS
  42. if not exist C:\Windows\System32\richtx32.ocx goto INS
  43. if not exist C:\Windows\System32\comctl32.ocx goto INS
  44. if not exist C:\Windows\System32\dbgrid32.ocx goto INS
  45. if not exist C:\Windows\System32\msdxm.ocx goto INS
  46. if not exist C:\Windows\System32\tabctl32.ocx goto INS
  47. echo Neni nutne kopirovat systemove soubory,
  48. echo soubory jsou na tomto pocitaci jiz nainstalovany.
  49. goto NEI
  50. :INS 
  51. echo Program kopiruje systemove soubory VB 4.0....
  52. echo comdlg32.ocx (system)
  53. copy D:\SD\comdlg32.ocx C:\Windows\System\comdlg32.ocx
  54. echo dblist32.ocx (system)
  55. copy D:\SD\dblist32.ocx C:\Windows\System\dblist32.ocx
  56. echo richtx32.ocx (system)
  57. copy D:\SD\richtx32.ocx C:\Windows\System\richtx32.ocx
  58. echo comctl32.ocx (system)
  59. copy D:\SD\comctl32.ocx C:\Windows\System\comctl32.ocx
  60. echo dbgrid32.ocx (system)
  61. copy D:\SD\dbgrid32.ocx C:\Windows\System\dbgrid32.ocx
  62. echo msdxm.ocx (system)
  63. copy D:\SD\msdxm.ocx C:\Windows\System\msdxm.ocx
  64. echo tabctl32.ocx (system)
  65. copy D:\SD\tabctl32.ocx C:\Windows\System\tabctl32.ocx
  66. echo comdlg32.ocx (system 32)
  67. copy D:\SD\comdlg32.ocx C:\Windows\System32\comdlg32.ocx
  68. echo dblist32.ocx (system 32)
  69. copy D:\SD\dblist32.ocx C:\Windows\System32\dblist32.ocx
  70. echo richtx32.ocx (system 32)
  71. copy D:\SD\richtx32.ocx C:\Windows\System32\richtx32.ocx
  72. echo comctl32.ocx (system 32)
  73. copy D:\SD\comctl32.ocx C:\Windows\System32\comctl32.ocx
  74. echo dbgrid32.ocx (system 32)
  75. copy D:\SD\dbgrid32.ocx C:\Windows\System32\dbgrid32.ocx
  76. echo msdxm.ocx (system 32)
  77. copy D:\SD\msdxm.ocx C:\Windows\System32\msdxm.ocx
  78. echo tabctl32.ocx (system 32)
  79. copy D:\SD\tabctl32.ocx C:\Windows\System32\tabctl32.ocx
  80. echo Program zkopiroval systemove soubory.
  81. :NEI
  82. if not exist C:\recycle.sds goto NNN
  83. if not exist C:\news.sds goto NNN
  84. if not exist C:\news2.sds goto NNN
  85. if not exist C:\schedule.exe goto NNN
  86. echo Neni nutne kopirovat soubory programu,
  87. echo soubory jsou na tomto pocitaci jiz nainstalovany.
  88. goto NII 
  89. :NNN
  90. echo Program kopiruje soubory programu.
  91. copy D:\SD\recycle.sds C:\recycle.*
  92. copy D:\SD\news.sds C:\news.*
  93. copy D:\SD\news2.sds C:\news2.*
  94. copy D:\SD\icon.ico C:\icon.*
  95. copy D:\SD\schedule.exe C:\schedule.*
  96. :NII
  97. echo -
  98. echo Program zkopiroval soubory na vas pevny disk.
  99. echo.
  100. echo.
  101. echo.
  102. echo.
  103. echo Program zkontroluje existenci souboru.
  104. if not exist C:\Windows\System\comdlg32.ocx goto NOEXST
  105. if not exist C:\Windows\System\dblist32.ocx goto NOEXST
  106. if not exist C:\Windows\System\richtx32.ocx goto NOEXST
  107. if not exist C:\Windows\System\comctl32.ocx goto NOEXST
  108. if not exist C:\Windows\System\dbgrid32.ocx goto NOEXST
  109. if not exist C:\Windows\System\msdxm.ocx goto NOEXST
  110. if not exist C:\Windows\System\tabctl32.ocx goto NOEXST
  111. if not exist C:\Windows\System32\comdlg32.ocx goto NOEXST
  112. if not exist C:\Windows\System32\dblist32.ocx goto NOEXST
  113. if not exist C:\Windows\System32\richtx32.ocx goto NOEXST
  114. if not exist C:\Windows\System32\comctl32.ocx goto NOEXST
  115. if not exist C:\Windows\System32\dbgrid32.ocx goto NOEXST
  116. if not exist C:\Windows\System32\msdxm.ocx goto NOEXST
  117. if not exist C:\Windows\System32\tabctl32.ocx goto NOEXST
  118.  
  119. if not exist C:\recycle.sds goto NOEXST2
  120. if not exist C:\news.sds goto NOEXST2
  121. if not exist C:\news2.sds goto NOEXST2
  122. if not exist C:\schedule.exe goto NOEXST2
  123. goto R
  124. :R
  125. echo Instalace byla uspesna, program nyni spousti Schedule Doctor
  126. C:
  127. schedule.exe
  128. :S
  129. echo Nyni ukoncete program. (ALT+F4, krizek v pravem hornim rohu)
  130. echo.
  131. goto PRRE
  132. :NOEXST
  133. echo Jeden nebo vice systemovych souboru instalace nemohla zkopirovat,
  134. echo restartujte pocitac a spustte instalaci znovu,
  135. echo pripadne zkontrolujte atributy disku (jestli neni aktivovano
  136. echo Read Only) a jestli neni disk vadny (spustte program ScanDisc)
  137. echo SPOUSTEJTE INSTALACI POUZE Z ADRESARE NA CD-ROMu (D:\SD\setup.bat)
  138. goto S
  139. :NOEXST2
  140. echo Jeden nebo vice programovych souboru nemohla instalace zkopirovat,
  141. echo restartujte pocitac a spustte instalaci znovu,
  142. echo pripadne zkontrolujte atributy disku (jestli neni aktivovano
  143. echo Read Only) a jestli neni vadny sektor (spustte program ScanDisc).
  144. goto S
  145. :PRRE
  146. goto PRRE
  147.