home *** CD-ROM | disk | FTP | other *** search
- echo off
- %1
- echo echo off> \a91.bat
- echo PROMPT $p$g>> \a91.bat
- echo SET ACAD=%1\a91\system>> \a91.bat
- echo PATH %1\a91\system;%2;%1\;%3>> \a91.bat
- echo APPEND %1\a91\LSP;%1\a91\SYSTEM>> \a91.bat
- echo CK>> \a91.bat
- echo IF ERRORLEVEL 1 GOTO HOUC>> \a91.bat
- echo HLIB>> \a91.bat
- IF NOT %4 == V GOTO ENDVGA
- echo VGA30>> \a91.bat
- echo DSVGA>> \a91.bat
- echo HZKEYV>> \a91.bat
- :ENDVGA
- IF NOT %4 == E GOTO ENDEGA
- echo E350>> \a91.bat
- echo DSEGA>> \a91.bat
- echo HZKEYE>> \a91.bat
- :ENDEGA
- echo :HOUC>> \a91.bat
- echo menu>> \a91.bat
- cd \a91
- arj x -y A91.arj
- DEL A91.arj
- arj x -y A91.a01
- DEL A91.a01
- echo (Setq BlDrive "%1")> %1\a91\system\bl.scr
- echo (load "%1/bl/system/bl")>> %1\a91\system\bl.scr
- echo BL>> %1\a91\system\bl.scr
- rem if exist %3\append.exe copy %3\append.exe %1\a91\system>nil
- if %5 == 3 copy append33.ini \a91\system\append.exe>nil
- if %5 == 5 copy append50.ini \a91\system\append.exe>nil
- if %5 == 6 copy append60.ini \a91\system\append.exe>nil
- del *.ini
- del nil
- cd %1\
- md \bl
- cd \bl
- \a91\arj x -y \a91\bl.arj
- DEL \a91\bl.arj
- \a91\arj x -y \a91\bl.a01
- DEL \a91\bl.a01
- \a91\arj x -y \a91\bl.a02
- DEL \a91\bl.a02
- del \a91\arj.exe
- echo BL,%1\BL\BL.LIB,BLOCK Librarian Library,1> %1\bl\system\librarys
- echo ("BL" "%1\\BL\\BL.LIB" 1)> %1\bl\system\library.nam
-
- echo (Setq BlDrive "%1")> %1\bl\system\yjbl.scr
- echo (load "%1/bl/system/yjbl")>> %1\bl\system\yjbl.scr
- echo BL>> %1\bl\system\yjbl.scr
-
- echo 1> %1\bl\system\batch.scr
- echo %1\BL\System\NoDwg>> %1\bl\system\batch.scr
- echo (Load "%1\\bl\\System\\AttUpdat")>> %1\bl\system\batch.scr
- echo (Update-atts "%1\\BL\\BL.LIB")>> %1\bl\system\batch.scr
- echo Quit Y>> %1\bl\system\batch.scr
- echo 0>> %1\bl\system\batch.scr
-
- echo ("BL" "%1\\BL\\BL.LIB" 10 (1.08814 1.29558) 1)> %1\bl\system\BL1.CFG
- COPY \BL\SYSTEM\YJBL.SCR \A91\SYSTEM
- cd\
- del \a91\install.exe
-
-