home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p066 / 1.img / INSTALL2.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-05-11  |  19.3 KB  |  533 lines

  1. :AutoCAD AEC Architectural template software installation program
  2. :For 1.2Mb floppy disk use only
  3. echo off
  4. verify on
  5. cls
  6. echo   
  7. echo                         
  8. echo                           
  9. echo                            
  10. echo                            
  11. echo                            
  12. echo                            
  13. echo                                 
  14. echo                                  
  15. echo                                
  16. echo                                
  17. echo                                   
  18. echo                                    
  19. echo                                  
  20. echo                              
  21. echo                          
  22. echo                          
  23. echo   
  24. echo   
  25. echo              A u t o C A D   A E C   A R C H I T E C T U R A L
  26. echo   
  27. echo                   i n s t a l l a t i o n   u t i l i t y
  28. yesno "                        Press any key to continue."
  29. :CHKMID
  30. if exist a:aeca1.mid goto CHKCOMD
  31. :MIDERR
  32. cls
  33. echo  
  34. echo  
  35. echo  ╔═════════════════════════════════════════════════════════════════╗
  36. echo  ║  You must place the AEC Architectural distribution disk 1 of 6  ║
  37. echo  ║  in the A: drive. Please try again.                             ║
  38. echo  ╚═════════════════════════════════════════════════════════════════╝
  39. echo  
  40. goto END
  41. :CHKCOMD
  42. if "%1==" goto START
  43. for %%d in (C:,c:,D:,d:,E:,e:,F:,f:,G:,g:,H:,h:,I:,i:,J:,j:) do if %1.==%%d. goto CHKDRI
  44. for %%d in (K:,k:,L:,l:,M:,m:,N:,n:,O:,o:,P:,p:,Q:,q:,R:,r:) do if %1.==%%d. goto CHKDRI
  45. for %%d in (S:,s:,T:,t:,U:,u:,V:,v:,W:,w:,X:,x:,Y:,y:,Z:,z:) do if %1.==%%d. goto CHKDRI
  46. :COMDERR
  47. cls
  48. echo  
  49. echo  
  50. echo  ╔════════════════════════════════════════════════════════════╗
  51. echo  ║  Usage:    A:INSTALL [DRIVE_NAME:]      Please try again.  ║
  52. echo  ╚════════════════════════════════════════════════════════════╝
  53. echo  
  54. goto END
  55. :CHKDRI
  56. copy a:aeca1.mid %1 > nul
  57. if exist %1aeca1.mid goto DRIOK
  58. cls
  59. echo  
  60. echo  
  61. echo  ╔═════════════════════════════════════════════════════════════════╗
  62. echo  ║  The drive you have specified does not exist. Please try again. ║
  63. echo  ╚═════════════════════════════════════════════════════════════════╝
  64. echo  
  65. goto END
  66. :DRIOK
  67. del %1aeca1.mid
  68. :START
  69. if exist acad.exe goto INSTALL
  70. cls
  71. echo  
  72. echo  
  73. echo  
  74. echo  ╔══════════════════════════════════════════════════════════════════╗
  75. echo  ║  You must be logged onto your hard disk drive in the directory   ║
  76. echo  ║  containing ACAD.EXE before continuing.                          ║
  77. echo  ║  Please log onto the correct directory and type:                 ║
  78. echo  ║             A:INSTALL [DRIVE_NAME:]                              ║
  79. echo  ║  again.                                                          ║
  80. echo  ╚══════════════════════════════════════════════════════════════════╝
  81. echo  
  82. goto END
  83. :INSTALL
  84. cls
  85. echo  
  86. echo  
  87. echo  
  88. echo  
  89. echo     █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  90. echo     █                   You are about to install the                  █
  91. echo     █            AutoCAD AEC Architectural template software          █
  92. echo     █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  93. echo  
  94. echo  
  95. echo  
  96. echo  
  97. echo  
  98. echo  
  99. echo  
  100. pause
  101. cls
  102. echo █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  103. echo █  AutoCAD AEC Architectural                                                  █
  104. echo █  -------------------------                                                  █
  105. echo █  The following is the list of subdirectories that will be created on        █
  106. echo █  the hard disk drive you specified.                                         █
  107. echo █           \AEC      - Main subdirectory for AEC software                    █
  108. echo █           \AEC\A    - Main sub-subdirectory for AEC Architectural           █
  109. echo █           \AEC\A\D  - All AEC Architectural Drawing files                   █
  110. echo █           \AEC\A\L  - All AEC Architectural LISP routine files              █
  111. echo █           \AEC\A\M  - All AEC Architectural Menu files                      █
  112. echo █           \AEC\A\S  - All AEC Architectural Script, Slide, Template,        █
  113. echo █                        Control, and Library files.                          █
  114. echo █   ══════════════════════════     WARNING    ═════════════════════════════   █
  115. echo █   This installation procedure preserves your user-defined symbols, symbol   █
  116. echo █   libraries, ACAD.LIN, and ACAD.PAT.  All other AEC Architectural files     █
  117. echo █   in the directories listed above are deleted if you enter Y at the         █
  118. echo █   prompt:               "Would you like to continue? (No)".                 █
  119. echo █   This means that all drawing files and customized blocks stored in the     █
  120. echo █   directory \AEC\A\D will be deleted.  If you want to save any files in     █
  121. echo █   these directories, enter N or press RETURN when asked if you would like   █
  122. echo █   to continue.  To start the installation again, type                       █
  123. echo █   "A:INSTALL [drive letter:]" from your current AutoCAD directory.          █
  124. echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  125. yesno "                   Would you like to continue? " No
  126. if ERRORLEVEL 1 goto END
  127. echo                        ╔════════PLEASE WAIT════════╗
  128. echo                        ║   Making subdirectories   ║
  129. echo                        ╚═══════════════════════════╝ 
  130. md %1\AEC
  131. md %1\AEC\A
  132. md %1\AEC\A\D
  133. md %1\AEC\A\L
  134. md %1\AEC\A\M
  135. md %1\AEC\A\S
  136. md %1\aec\a\user
  137. echo  
  138. echo  
  139. echo  
  140. echo  
  141. echo  ╔═════════════════════════════════ NOTE ═══════════════════════════════╗
  142. echo  ║  If subdirectory errors appear above, the directories already exist. ║
  143. echo  ╚══════════════════════════════════════════════════════════════════════╝
  144. echo  
  145. echo  
  146. echo  
  147. echo  
  148. if exist acad.cfg goto CONT2
  149. :CONT1
  150. cls
  151. echo  
  152. echo  
  153. echo  ╔═════════════════════════════════════════════════════════════════╗
  154. echo  ║     AutoCAD has not been properly configured.  The correct      ║
  155. echo  ║   configuration files do not exist in the AutoCAD directory.    ║
  156. echo  ║   You must configure AutoCAD before running this program.       ║
  157. echo  ╚═════════════════════════════════════════════════════════════════╝
  158. echo  
  159. goto END
  160. :CONT2
  161. if not exist acadds.ovl goto CONT1
  162. if not exist acaddg.ovl goto CONT1
  163. if not exist acadpp.ovl goto CONT1
  164. if not exist acadpl.ovl goto CONT1
  165. copy acad.cfg %1\aec\a > nul
  166. copy acadds.ovl %1\aec\a > nul
  167. copy acaddg.ovl %1\aec\a > nul
  168. copy acadpp.ovl %1\aec\a > nul
  169. copy acadpl.ovl %1\aec\a > nul
  170. if exist %1\aec\a\s\*.lib goto    CONT3
  171. if exist %1\aec\a\d\u*.dwg goto    CONT3
  172. if exist %1\aec\a\d\acad.* goto    CONT3
  173. if exist %1\aec\a\l\aj01f.lsp goto CONT3
  174. goto CONT4
  175. :CONT3
  176. echo  ╔═════════════════════════════ PLEASE WAIT ════════════════════════════╗
  177. echo  ║   Saving user-defined symbols, symbol libraries, and support files.  ║
  178. echo  ╚══════════════════════════════════════════════════════════════════════╝
  179. echo  
  180. echo  
  181. echo  
  182. echo  
  183. copy %1\aec\a\d\u*.dwg %1\aec\a\user    > nul
  184. copy %1\aec\a\l\aj01f.lsp %1\aec\a\user    > nul
  185. copy %1\aec\a\s\*.lib %1\aec\a\user    > nul
  186. copy %1\aec\a\d\acad.pat %1\aec\a\user > nul
  187. copy %1\aec\a\d\acad.lin %1\aec\a\user > nul
  188. :CONT4
  189. echo               ╔════════════════ PLEASE WAIT ════════════════╗
  190. echo               ║     Deleting old AEC Architectural files    ║
  191. echo               ╚═════════════════════════════════════════════╝
  192. echo  
  193. echo  
  194. echo  
  195. if exist arch.bat del arch.bat
  196. if exist 2arch.* del 2arch.*
  197. if exist reload.bat del reload.bat
  198. if exist %1\aec\a\arch.bat del %1\aec\a\arch.bat
  199. if exist %1\aec\a\2arch.* del %1\aec\a\2arch.*
  200. if exist %1\aec\a\reload.bat del %1\aec\a\reload.bat
  201. if exist %1\aec\a\acad.pgp del %1\aec\a\acad.pgp
  202. if exist %1\AEC\A\D\acad.pgp copy %1\aec\a\d\acad.pgp %1\aec\a\d\acadold.pgp >nul
  203. if exist %1\AEC\A\D\acad.pgp del %1\AEC\A\D\acad.pgp
  204. if exist %1\AEC\A\D\aec-a.cfg copy %1\aec\a\d\aec-a.cfg %1\aec\a\d\aec-aold.cfg >nul
  205. if exist %1\AEC\A\D\aec-a.cfg del %1\AEC\A\D\aec-a.cfg
  206. if exist %1\AEC\A\D\*.dwg del %1\AEC\A\D\*.dwg > nul
  207. if exist %1\AEC\A\D\acad.* del %1\AEC\A\D\acad.* > nul
  208. if exist %1\AEC\A\D\*.slb del %1\AEC\A\D\*.slb > nul
  209. if exist %1\AEC\A\S\*.txt del %1\AEC\A\S\*.txt > nul
  210. if exist %1\AEC\A\S\*.sld del %1\AEC\A\S\*.sld > nul
  211. if exist %1\AEC\A\S\*.ctl del %1\AEC\A\S\*.ctl > nul
  212. if exist %1\AEC\A\S\*.scr del %1\AEC\A\S\*.scr > nul
  213. if exist %1\AEC\A\S\*.lib del %1\AEC\A\S\*.lib > nul
  214. if exist %1\AEC\A\S\*.msr del %1\AEC\A\S\*.msr > nul
  215. if exist %1\AEC\A\M\*.mnu del %1\AEC\A\M\*.mnu > nul
  216. if exist %1\AEC\A\M\*.mnx del %1\AEC\A\M\*.mnx > nul
  217. if exist %1\AEC\A\L\*.lsp del %1\AEC\A\L\*.lsp > nul
  218. if exist aec-2.slb del aec-2.slb > nul
  219. if exist aec-3.slb del aec-3.slb > nul
  220. if exist aec-a.slb del aec-a.slb > nul
  221. :DISK1
  222. echo  
  223. cls
  224. echo  
  225. echo  
  226. echo  
  227. echo  
  228. echo  
  229. echo  
  230. echo  
  231. echo  
  232. echo     █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  233. echo     █                  Copying files from Disk 1 of 6                █
  234. echo     █                            Please wait                         █
  235. echo     █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  236. echo  
  237. echo  
  238. echo  
  239. echo  
  240. echo  
  241. echo  
  242. copy acad.pgp %1\aec\a\d > nul
  243. copy a:acad.pat %1\aec\a\d\acad.pat > nul
  244. copy a:acad.lin %1\aec\a\d\acad.lin > nul
  245. copy a:acad.lsp %1\aec\a\d > nul
  246. if exist a:readme_a.doc copy a:readme_a.doc > nul
  247. if exist a:*.ctl copy a:*.ctl %1\aec\a\s > nul
  248. if exist a:*.txt copy a:*.txt %1\aec\a\s > nul
  249. if exist a:*.scr copy a:*.scr %1\aec\a\s > nul
  250. if exist a:*.lib copy a:*.lib %1\aec\a\s > nul
  251. if exist a:*.dwg copy a:*.dwg %1\aec\a\d > nul
  252. if exist a:*.mnu copy a:*.mnu %1\aec\a\m > nul
  253. if exist a:*.lsp copy a:*.lsp %1\aec\a\l > nul
  254. if exist a:*.msr copy a:*.msr %1\aec\a\s > nul
  255. if exist a:*.slb copy a:*.slb %1\aec\a\d > nul
  256. :ERROR2
  257. cls
  258. echo  
  259. echo  
  260. echo  ╔══════════════════════════════════════════════════════════════════╗
  261. echo  ║  Please remove this disk from the drive and insert disk 2 of 6.  ║
  262. echo  ╚══════════════════════════════════════════════════════════════════╝
  263. echo  
  264. echo  
  265. yesno "                        Press any key to continue."
  266. if not exist a:aeca2.mid goto ERROR2
  267. cls
  268. echo  
  269. echo  
  270. echo  
  271. echo  
  272. echo  
  273. echo  
  274. echo  
  275. echo  
  276. echo  
  277. echo     █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  278. echo     █                  Copying files from Disk 2 of 6                █
  279. echo     █                            Please wait                         █
  280. echo     █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  281. echo  
  282. echo  
  283. echo  
  284. echo  
  285. echo  
  286. echo  
  287. echo  
  288. if exist a:readme_a.doc copy a:readme_a.doc > nul
  289. if exist a:*.ctl copy a:*.ctl %1\aec\a\s > nul
  290. if exist a:*.txt copy a:*.txt %1\aec\a\s > nul
  291. if exist a:*.scr copy a:*.scr %1\aec\a\s > nul
  292. if exist a:*.lib copy a:*.lib %1\aec\a\s > nul
  293. if exist a:*.dwg copy a:*.dwg %1\aec\a\d > nul
  294. if exist a:*.mnu copy a:*.mnu %1\aec\a\m > nul
  295. if exist a:*.lsp copy a:*.lsp %1\aec\a\l > nul
  296. if exist a:*.msr copy a:*.msr %1\aec\a\s > nul
  297. if exist a:*.slb copy a:*.slb %1\aec\a\d > nul
  298. :ERROR3
  299. cls
  300. echo  
  301. echo  
  302. echo  ╔══════════════════════════════════════════════════════════════════╗
  303. echo  ║  Please remove this disk from the drive and insert disk 3 of 6.  ║
  304. echo  ╚══════════════════════════════════════════════════════════════════╝
  305. echo  
  306. echo  
  307. yesno "                        Press any key to continue."
  308. if not exist a:aeca3.mid goto ERROR3
  309. cls
  310. echo  
  311. echo  
  312. echo  
  313. echo  
  314. echo  
  315. echo  
  316. echo  
  317. echo  
  318. echo     █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  319. echo     █                  Copying files from Disk 3 of 6                █
  320. echo     █                            Please wait                         █
  321. echo     █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  322. echo  
  323. echo  
  324. echo  
  325. echo  
  326. echo  
  327. echo  
  328. if exist a:readme_a.doc copy a:readme_a.doc > nul
  329. if exist a:*.ctl copy a:*.ctl %1\aec\a\s > nul
  330. if exist a:*.txt copy a:*.txt %1\aec\a\s > nul
  331. if exist a:*.scr copy a:*.scr %1\aec\a\s > nul
  332. if exist a:*.lib copy a:*.lib %1\aec\a\s > nul
  333. if exist a:*.dwg copy a:*.dwg %1\aec\a\d > nul
  334. if exist a:*.mnu copy a:*.mnu %1\aec\a\m > nul
  335. if exist a:*.lsp copy a:*.lsp %1\aec\a\l > nul
  336. if exist a:*.msr copy a:*.msr %1\aec\a\s > nul
  337. if exist a:*.slb copy a:*.slb %1\aec\a\d > nul
  338. :ERROR4
  339. cls
  340. echo  
  341. echo  
  342. echo  ╔══════════════════════════════════════════════════════════════════╗
  343. echo  ║  Please remove this disk from the drive and insert disk 4 of 6.  ║
  344. echo  ╚══════════════════════════════════════════════════════════════════╝
  345. echo  
  346. echo  
  347. yesno "                        Press any key to continue."
  348. if not exist a:aeca4.mid goto ERROR4
  349. cls
  350. echo  
  351. echo  
  352. echo  
  353. echo  
  354. echo  
  355. echo  
  356. echo  
  357. echo  
  358. echo     █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  359. echo     █                  Copying files from Disk 4 of 6                █
  360. echo     █                            Please wait                         █
  361. echo     █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  362. echo  
  363. echo  
  364. echo  
  365. echo  
  366. echo  
  367. echo  
  368. if exist a:readme_a.doc copy a:readme_a.doc > nul
  369. if exist a:*.ctl copy a:*.ctl %1\aec\a\s > nul
  370. if exist a:*.txt copy a:*.txt %1\aec\a\s > nul
  371. if exist a:*.scr copy a:*.scr %1\aec\a\s > nul
  372. if exist a:*.lib copy a:*.lib %1\aec\a\s > nul
  373. if exist a:*.dwg copy a:*.dwg %1\aec\a\d > nul
  374. if exist a:*.mnu copy a:*.mnu %1\aec\a\m > nul
  375. if exist a:*.lsp copy a:*.lsp %1\aec\a\l > nul
  376. if exist a:*.msr copy a:*.msr %1\aec\a\s > nul
  377. if exist a:*.slb copy a:*.slb %1\aec\a\d > nul
  378. :ERROR5
  379. cls
  380. echo  
  381. echo  
  382. echo  ╔══════════════════════════════════════════════════════════════════╗
  383. echo  ║  Please remove this disk from the drive and insert disk 5 of 6.  ║
  384. echo  ╚══════════════════════════════════════════════════════════════════╝
  385. echo  
  386. echo  
  387. yesno "                        Press any key to continue."
  388. if not exist a:aeca5.mid goto ERROR5
  389. cls
  390. echo  
  391. echo  
  392. echo  
  393. echo  
  394. echo  
  395. echo  
  396. echo  
  397. echo  
  398. echo     █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  399. echo     █                  Copying files from Disk 5 of 6                █
  400. echo     █                            Please wait                         █
  401. echo     █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  402. echo  
  403. echo  
  404. echo  
  405. echo  
  406. echo  
  407. echo  
  408. if exist a:readme_a.doc copy a:readme_a.doc > nul
  409. if exist a:*.ctl copy a:*.ctl %1\aec\a\s > nul
  410. if exist a:*.txt copy a:*.txt %1\aec\a\s > nul
  411. if exist a:*.scr copy a:*.scr %1\aec\a\s > nul
  412. if exist a:*.lib copy a:*.lib %1\aec\a\s > nul
  413. if exist a:*.dwg copy a:*.dwg %1\aec\a\d > nul
  414. if exist a:*.mnu copy a:*.mnu %1\aec\a\m > nul
  415. if exist a:*.lsp copy a:*.lsp %1\aec\a\l > nul
  416. if exist a:*.msr copy a:*.msr %1\aec\a\s > nul
  417. if exist a:*.slb copy a:*.slb %1\aec\a\d > nul
  418. :ERROR6
  419. cls
  420. echo  
  421. echo  
  422. echo  ╔══════════════════════════════════════════════════════════════════╗
  423. echo  ║  Please remove this disk from the drive and insert disk 6 of 6.  ║
  424. echo  ╚══════════════════════════════════════════════════════════════════╝
  425. echo  
  426. echo  
  427. yesno "                        Press any key to continue."
  428. if not exist a:aeca6.mid goto ERROR6
  429. cls
  430. echo  
  431. echo  
  432. echo  
  433. echo  
  434. echo  
  435. echo  
  436. echo  
  437. echo  
  438. echo     █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  439. echo     █                  Copying files from Disk 6 of 6                █
  440. echo     █                           Please wait                          █
  441. echo     █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  442. echo  
  443. echo  
  444. echo  
  445. echo  
  446. echo  
  447. echo  
  448. if exist a:readme_a.doc copy a:readme_a.doc > nul
  449. if exist a:*.ctl copy a:*.ctl %1\aec\a\s > nul
  450. if exist a:*.txt copy a:*.txt %1\aec\a\s > nul
  451. if exist a:*.scr copy a:*.scr %1\aec\a\s > nul
  452. if exist a:*.lib copy a:*.lib %1\aec\a\s > nul
  453. if exist a:*.dwg copy a:*.dwg %1\aec\a\d > nul
  454. if exist a:*.mnu copy a:*.mnu %1\aec\a\m > nul
  455. if exist a:*.lsp copy a:*.lsp %1\aec\a\l > nul
  456. if exist a:*.msr copy a:*.msr %1\aec\a\s > nul
  457. if exist a:*.slb copy a:*.slb %1\aec\a\d > nul
  458. if exist %1\aec\a\l\acad.lsp del %1\aec\a\l\acad.lsp
  459. if exist readme_a.doc copy readme_a.doc %1\AEC\A > nul
  460. if exist %1\aec\a\user\*.lib goto    CONT5
  461. if exist %1\aec\a\user\u*.dwg goto    CONT5
  462. if exist %1\aec\a\user\acad.* goto    CONT5
  463. if exist %1\aec\a\user\aj01f.lsp goto    CONT5
  464. goto CONT6
  465. :CONT5
  466. cls
  467. echo  
  468. echo  
  469. echo  
  470. echo  
  471. echo  ╔═════════════════════════════ PLEASE WAIT ════════════════════════════╗
  472. echo  ║ Restoring user-defined symbols, symbol libraries, and support files. ║
  473. echo  ╚══════════════════════════════════════════════════════════════════════╝
  474. echo  
  475. echo  
  476. echo  
  477. echo  
  478. copy %1\aec\a\user\*.lib %1\aec\a\s >nul
  479. copy %1\aec\a\user\u*.dwg %1\aec\a\d >nul
  480. copy %1\aec\a\user\acad.* %1\aec\a\d >nul
  481. copy %1\aec\a\user\aj01f.lsp %1\aec\a\s\aj01f.txt >nul
  482. if exist %1\aec\a\user\*.lib del %1\aec\a\user\*.lib
  483. if exist %1\aec\a\user\*.lsp del %1\aec\a\user\*.lsp
  484. if exist %1\aec\a\user\*.dwg del %1\aec\a\user\*.dwg
  485. if exist %1\aec\a\user\acad.* del %1\aec\a\user\acad.*
  486. :CONT6
  487. rd %1\aec\a\user
  488. cd > aec$$.x
  489. copy a:203ver.exe >nul
  490. 203ver %1
  491. del aec$$.x
  492. del 203ver.exe
  493. if ERRORLEVEL 1 goto END
  494. if exist acad.lsp rename acad.lsp aec$$.xx
  495. set acadcfg=%1\aec\a
  496. acad x 2arch
  497. set acadcfg=
  498. if exist aec$$.xx rename aec$$.xx acad.lsp
  499. :NOCON
  500. cls
  501. echo  
  502. echo  
  503. echo  
  504. echo  
  505. echo  
  506. echo  
  507. echo  
  508. echo █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  509. echo █                                                                             █
  510. echo █   The AEC Architectural installation utility has completed successfully.    █
  511. echo █                                                                             █
  512. echo █   Please remember not to run AEC Architectural in the directory which       █
  513. echo █                                                                             █
  514. echo █   contains ACAD.EXE.  To invoke AEC Architectural, enter:                   █
  515. echo █                                                                             █
  516. echo █                                   ARCH                                      █
  517. echo █                                                                             █
  518. echo █   at the DOS command prompt.                                                █
  519. echo █                                                                             █
  520. echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  521. echo  
  522. echo  
  523. echo  
  524. echo  
  525. echo  
  526. echo  
  527. echo  
  528. echo  
  529. :END
  530. if exist 2arch.scr del 2arch.scr
  531. if exist yesno.exe del yesno.exe
  532. if exist a:kill.bat a:kill
  533.