home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / graf_h_o / orch_pd2 / install.dat < prev    next >
Text File  |  1993-07-09  |  29KB  |  1,126 lines

  1. /*--------------------------------------------------------------------------
  2.   File Name: install.dat
  3.   
  4.   History: Robert Gilsdorf (August 27, 1992) File created
  5.   
  6.   Description: This is a script file that automates the installation process 
  7.            of the ProDesigner II Series display drivers.
  8. --------------------------------------------------------------------------*/
  9. @DefineProject
  10.     @Name           = "ProDesigner IIs"
  11.     @Version        = "2.1"
  12.     @Immediate      = 1 
  13.     @Subdir         = "\\"
  14.     @OutDrive       = C
  15.     @AssumeHardDisk = 1
  16.  
  17. @EndProject
  18.  
  19. /*----------------------------- Define String -----------------------------*/
  20. @DefineVars
  21.  @Qstring @msgDDI       = "Display Driver Installation"
  22.  @Qstring @msgDrive     = "Please Select Destination Drive:"
  23.  @Qstring @msgDir       = "Please Enter a Directory name or select ENTER to accept default."
  24.  @Qstring @msgPSAV      = "Please Select Version:"
  25.  @Qstring @msgPSAA      = "Please Select An Application:"
  26.  @Qstring @msgDDNE      = "does not exist."
  27.  @Qstring @msgPSAO      = "Please Select an Option:"
  28.  @Qstring @msgCont      = "If you choose to continue, one will be created."
  29.  @Qstring @msgNoFile    = "Some files are missing in your input directory:"
  30.  @Qstring @msgNPI       = "may not be properly installed."
  31.  @Qstring @Reenter      = " Enter Again"
  32.  @Qstring @Cont         = "  Continue  "
  33.  @Qstring @NameWin      = "Microsoft Windows Version 3.1"
  34.  @Qstring @NameACAD     = "AutoCAD"
  35.  @Qstring @NameDesk     = "Desktop Publishing"
  36.  @Qstring @NameGem      = "GEM Desktop"
  37.  @Qstring @NameVentura  = "Ventura Publisher"
  38.  @Qstring @NameLotus    = "Lotus 1-2-3"
  39.  @Qstring @NameWP       = "WordPerfect"
  40.  @Qstring @NameMSWord   = "Microsoft Word"
  41.  @Qstring @NameUtil     = "Orchid Utilities"
  42.  @Qstring @NameMore     = "More...."
  43.  @Qstring @NameOS2       = "IBM OS/2"
  44.  @Qstring @NameSCO       = "SCO Unix"
  45.  @Qstring @NameOtherp    = "Other Orchid Products"
  46.  @Qstring @NameTchsupt   = "Technical Support"
  47.  @Qstring @NameSample    = "Build Voice Notes Playback Diskette" 
  48.  @EndVars
  49.  
  50. /*--------------------- Introduction Message -----------------------------*/
  51. @Display
  52. @If (@CheckCard ("C000", "00B6", "ProDesigner II") == 1)
  53.   @Goto MenuJumper
  54. @Else
  55.  @Cls
  56.  
  57.  
  58.          █████████████████ ERROR ████████████████
  59.          █                                      █
  60.          █  An Orchid ProDesigner II Series     █   
  61.          █  video adapter is not detected in    █
  62.          █  in your system.                     █
  63.          █                                      █
  64.          █  If you choose to continue this      █
  65.          █  installation, the driver may not    █
  66.          █  respond correctly.                  █
  67.          █                                      █
  68.          █  If you are using a Network Server,  █
  69.          █  Just PRESS <ENTER> to continue.     █
  70.          █                                      █
  71.          █  PRESS F3 TO ABORT INSTALLATION      █
  72.          █                                      █
  73.          ████████████████████████████████████████
  74.  
  75.  @Pause
  76. @Endif
  77.  
  78.  
  79.     
  80. @cls
  81. MenuJumper:
  82. @cls
  83. @If (@CheckCard ("C000", "00B6", "ProDesigner II") == 1)
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.            Orchid ProDesigner II Series Video Adapter
  91.  
  92.  
  93.               Display Driver Installation Program
  94.  
  95.  
  96.                    Disk Release 2.1
  97.  
  98.  
  99.  
  100.  
  101.  
  102.   @Pause
  103. @Cls
  104. @Endif
  105. @EndDisplay
  106.  
  107.  
  108.  
  109. /*---------------------- Drive C: check for Installation-----------------*/
  110.  
  111. @If ("@Indrive"=="C")
  112.     @Display
  113.  
  114.     The Install Program must be run from a FLOPPY DRIVE.  Please use the  
  115.     <ESC> key and start over from the FLOPPY DRIVE.
  116.  
  117.      @Pause
  118.     @Abort
  119.    @EndDisplay
  120. @EndIf
  121.  
  122. /*----------------------- Installation Main Menu --------------------------*/
  123. MenuMain:
  124.  @FlushOptions
  125.  @EnableF1(1)
  126.  @GetOption
  127.  @Cls
  128.   @Option 1000 = "@NameWin"
  129.   @Option 4000 = "@NameLotus"
  130.   @Option 2000 = "@NameACAD  (ADI 4.2)"
  131.   @Option 3000 = "@NameDesk"  
  132.   @Option 5000 = "@NameWP"
  133.   @Option 6000 = "@NameUtil"
  134.   @Option 7000 = "@NameMore"
  135.  
  136.  @EndOption
  137.  
  138.  @If (@Esc)
  139.      @Exit
  140.  @Elseif (@KeyF1)
  141.      @Goto MenuMainHelp
  142.  @ElseIf (1000 [= @Option)
  143.      @Goto MenuWin
  144.  @ElseIf (2000 [= @Option)
  145.      @Goto MenuCADsys
  146.  @ElseIf (3000 [= @Option)
  147.      @Goto MenuDesktop
  148.  @ElseIf (4000 [= @Option)
  149.      @Goto MenuLotus
  150.  @ElseIf (5000 [= @Option)
  151.      @Goto MenuWordProcess
  152.  @ElseIf (6000 [= @Option)
  153.      @Goto MenuUtility
  154.  @ElseIf (7000 [= @Option)
  155.      @Goto MenuInfo
  156.  @Else
  157.      @Goto MenuMain
  158.  @Endif
  159.  
  160. /*--------------------- Handle Information Menu  ------------------------*/
  161. MenuInfo:
  162. @ClearOption(7010)
  163. @ClearOption(7040)
  164. @ClearOption(7045) 
  165. @ClearOption(7050)
  166.  @EnableF1(0)
  167.  @GetOption
  168.  @Cls
  169.     
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.   @Option 7010 = "@NameOS2"
  183.   @Option 7040 = "@NameOtherp"
  184.   @Option 7045 = "Other Orchid Video Products"
  185.   @Option 7050 = "@NameTchsupt"
  186.  
  187.  
  188.   @EndOption
  189.  
  190.  
  191.  @If (@Esc)
  192.      @Goto MenuMain
  193. @ElseIf (7010 [=@Option)
  194.      @Help ("@ExePath\\install.hlp", "HelpOS2", "EndOS2")
  195. @ElseIf (7040 [=@Option)
  196.      @Help ("@ExePath\\install.hlp", "HelpOtherp", "EndOtherp")
  197. @ElseIf (7045 [=@Option)
  198.      @Help ("@ExePath\\install.hlp", "HelpFah", "EndFah")
  199. @ElseIf (7050 [=@Option)
  200.      @Help ("@ExePath\\install.hlp", "HelpTchsupt", "EndTchsupt")
  201.  
  202. @endif
  203. @Goto MenuInfo
  204.  
  205. /*------------------------ Handle Help  Menu  ----------------------------*/
  206.  
  207.  
  208. MenuMainHelp:
  209.  
  210. @If (1000 [= @Option)  /* Windows */
  211.   @Help ("@ExePath\\install.hlp", "HelpWin", "EndWin")
  212. @ElseIf (4000 [= @Option)  /* Lotus */
  213.   @Help ("@ExePath\\install.hlp", "HelpLotus", "HelpLotusInst")
  214. @Elseif (2000 [= @Option) /* CAD's */
  215.   @Help ("@ExePath\\install.hlp", "HelpCADMain", "EndCADMain")
  216. @Elseif (3000 [= @Option) /* Desktop */
  217.   @Help ("@ExePath\\install.hlp", "HelpDeskMain", "EndDeskMain")
  218. @Elseif (5000 [= @Option) /* Word Perfect */
  219.   @Help ("@ExePath\\install.hlp", "HelpWP", "EndWP")
  220. @Elseif (6000 [= @Option) /* Utility */
  221.   @Help ("@ExePath\\install.hlp", "HelpUtilMain", "EndUtilMain")
  222. @Elseif (7000 [= @Option) /* More.... */
  223.   @Help ("@ExePath\\install.hlp", "HelpMore", "EndMore")
  224. @EndIf   
  225.  
  226. @Goto MenuMain
  227.  
  228. /*------ Windows 3.x Driver Installation (1000) -------*/
  229. MenuWin:
  230.  
  231. @ClearOption (1010) 
  232. @ClearOption (1020)
  233. @EnableF1(1)
  234. @GetOption @Cls
  235.  @LocalWindow (10,40)
  236.  @NameWin @msgDDI
  237.  (Network Server users should Press <F1> to read the Help file.)
  238.  @msgPSAO
  239.  @Option 1010 = "Microsoft Windows Standard Installation"
  240.  @Option 1020 = "Microsoft Windows Network Server Installation"
  241. @EndOption
  242.  
  243. @If (@Esc)
  244.  @Goto MenuMain
  245. @ElseIf (@KeyF1)
  246.  @Help ("@ExePath\\install.hlp", "HelpWin", "EndWin") 
  247.  @Goto MenuWin
  248. @Endif
  249.  
  250.  
  251. MenuWindow:
  252. @EnableF1(0)
  253. @GetOutDrive
  254.  @Suppress A
  255.  @Suppress B 
  256.  @Cls
  257.  @NameWin @msgDDI
  258.  @msgDrive
  259. @EndOutDrive
  260. @If (@Esc) @Goto MenuWin @EndIf
  261.  
  262. @GetSubdir
  263.  @Default = "\\WINDOWS"    
  264.  @Cls
  265.  @NameWin @msgDDI
  266.  @msgDir
  267.  
  268.  
  269. @EndSubdir
  270. @If (@Esc) @Goto MenuWindow @EndIf
  271.  
  272. @ClearOption(1)
  273. @ClearOption(2)
  274. @EnableF1(0)
  275. @GetOption
  276.  @LocalWindow (10,39) 
  277.  @If (@Exists "@OutDrive:\\@SubDir" == 0)
  278.   @Cls
  279.   @NameWin @msgDDI
  280.   @OutDrive:@SubDir @msgDDNE
  281.   @msgCont
  282.  @ElseIf (1020 [= @Option)
  283.   @Goto MenuCopyFileWin
  284.  @ElseIf ((@Exists "@OutDrive:\\@SubDir\\winver.exe" == 0) ||
  285.      (@Exists "@OutDrive:\\@SubDir\\win.ini" == 0))
  286.   @Cls
  287.   @NameWin @msgDDI
  288.   @msgNoFile
  289.   @OutDrive:@SubDir
  290.   @NameWin @msgNPI
  291.  @Else
  292.   @Goto MenuCopyFileWin
  293.  @EndIf
  294.  @Option 1 = "@Reenter"
  295.  @Option 2 = "@Cont"
  296. @EndOption
  297. @If ((@Esc) || (1 [= @Option))
  298.   @Goto MenuWindow
  299. @Endif
  300.  
  301.  
  302.  
  303.  
  304. MenuCopyFileWin:
  305. @DefineDisk
  306. @Label = "Disk #1"
  307. @BeginLib designer.001 
  308.  
  309.  @F MMTLHI.DRV   @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010
  310.  @F MMTLLO.DRV   @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010 
  311.  @F PDSETUP.CPL  @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010 
  312.  @F PDSETUP.HLP  @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010 
  313.  @F PDSETUP.ORC  @O @OutDrive:\@SubDir\*.*  @Option 1010 
  314.  @F V7VGA.3GR    @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010 
  315.  @F VDDTLI4.386  @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010 
  316.  @F VGA443.DRV   @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010 
  317.  @F VGA448.DRV   @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010 
  318.  @F VGA464S.DRV  @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010 
  319.  @F VGA474.DRV   @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010 
  320.  @F VGACOLRX.GR2 @O @OutDrive:\@SubDir\SYSTEM\*.*  @Option 1010 
  321.  
  322.  @F MMTLHI.DRV   @O @OutDrive:\@SubDir\*.*  @Option 1020
  323.  @F MMTLLO.DRV   @O @OutDrive:\@SubDir\*.*  @Option 1020 
  324.  @F PDSETUP.CPL  @O @OutDrive:\@SubDir\*.*  @Option 1020 
  325.  @F PDSETUP.HLP  @O @OutDrive:\@SubDir\*.*  @Option 1020 
  326.  @F PDSETUP.ORC  @O @OutDrive:\@SubDir\*.*  @Option 1020 
  327.  @F V7VGA.3GR    @O @OutDrive:\@SubDir\*.*  @Option 1020 
  328.  @F VDDTLI4.386  @O @OutDrive:\@SubDir\*.*  @Option 1020 
  329.  @F VGA443.DRV   @O @OutDrive:\@SubDir\*.*  @Option 1020 
  330.  @F VGA448.DRV   @O @OutDrive:\@SubDir\*.*  @Option 1020 
  331.  @F VGA464S.DRV  @O @OutDrive:\@SubDir\*.*  @Option 1020 
  332.  @F VGA474.DRV   @O @OutDrive:\@SubDir\*.*  @Option 1020 
  333.  @F VGACOLRX.GR2 @O @OutDrive:\@SubDir\*.*  @Option 1020 
  334.  
  335. @EndLib 
  336. @EndDisk
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. @Help ("@ExePath\\install.hlp", "HelpWin", "EndWin")
  344. @Display
  345. @Cls
  346.  
  347.  
  348.  
  349.  
  350. ***************************************************************************
  351. *** The installation of the Orchid Windows Driver is now completed.     ***
  352. ***************************************************************************
  353.  
  354.  
  355. @Pause
  356. @EndDisplay
  357. @Goto MenuMain
  358.  
  359. /*- Lotus 1-2-3 Driver Installation (4000) ------------*/
  360. MenuLotus:
  361.  
  362.  
  363.  
  364. @Help ("@ExePath\\install.hlp", "HelpLotusInst", "EndLotus")
  365. @Goto MenuMain
  366.  
  367. /*----------------- Utility Installation (6000) ------------------------*/
  368. MenuUtility:
  369.  
  370. @ClearOption(6100) 
  371. @ClearOption(6200)
  372. @ClearOption(6300)
  373. @ClearOption(6400)
  374. @ClearOption(6500)
  375. @ClearOption(6600)
  376. @ClearOption(6700)
  377. @ClearOption(6800)
  378. @EnableF1(1)
  379.  
  380. @GetOption
  381.  @Cls
  382.  @NameUtil Installation:
  383.  @msgPSAA
  384.  @Option 6100 = "DYNASCAN.COM   (Centering Program)"
  385.  @Option 6200 = "ORCHDVSA.COM   (VESA Driver)"
  386.  @Option 6300 = "SPEED_UP.SYS   (Video BIOS Caching Program)"
  387.  @Option 6400 = "XANSI.SYS      (ANSI file that replaces DOS ANSI)"
  388.  @Option 6500 = "XMODE.COM      (Mode Changing Program)"
  389.  @Option 6600 = "All of Above   (Install EVERYTHING listed above this option)"
  390.  @Option 6700 = "FONTS          (Font Editor and Fonts Files)"
  391.  @Option 6800 = "8514           (8514 Driver - 16 and 256 color)"
  392. @EndOption
  393.  
  394. @If (@Esc)
  395.  @Goto MenuMain
  396. @Elseif (@KeyF1)
  397.  @Help ("@ExePath\\install.hlp","HelpUtilMain","EndUtilMain")
  398.  @Goto MenuUtility
  399. @Endif
  400.  
  401. InputDirUtil:
  402. @EnableF1(0)
  403. @GetOutDrive
  404.  @Suppress A
  405.  @Suppress B
  406.  @Cls
  407.  @NameUtil Installation:
  408.  @msgDrive
  409.  
  410.  
  411.  
  412.  
  413.  
  414. @EndOutDrive
  415. @If (@Esc) @Goto MenuUtility @Endif
  416.  
  417. @GetSubdir
  418.  @Default = "\\PROIIS"
  419.  @Cls
  420.  @NameUtil Installation
  421.  @msgDir
  422.  
  423.  
  424. @EndSubdir
  425. @If (@Esc) @Goto MenuUtility @Endif
  426.  
  427. @ClearOption(1)
  428. @ClearOption(2)
  429. @If ((@Exists "@OutDrive:\\@SubDir") == 0)
  430.  @EnableF1(0)
  431.  @GetOption
  432.   @LocalWindow (10,39) 
  433.   @Cls
  434.   @NameUtil Installation
  435.   @OutDrive:@SubDir @msgDDNE
  436.   @msgCont
  437.   @Option 1 = "@Reenter"
  438.   @Option 2 = "@Cont"
  439.  @EndOption
  440. @Endif
  441.  
  442. @If (@Esc)
  443.  @Goto MenuUtility
  444. @ElseIf (1 [= @Option)
  445.   @Goto InputDirUtil
  446. @Endif
  447.  
  448. @DefineDisk
  449.  @Label = "Disk #1"
  450.  @BeginLib DESIGNER.001 
  451.  
  452.  @F DYNASCAN.COM @O @OutDrive:\@SubDir\*.* @Option 6100 
  453.  @F ORCHDVSA.COM @O @OutDrive:\@SubDir\*.* @Option 6200 
  454.  @F SPEED_UP.SYS @O @OutDrive:\@SubDir\*.* @Option 6300 
  455.  @F XANSI.SYS    @O @OutDrive:\@SubDir\*.* @Option 6400 
  456.  @F XMODE.COM    @O @OutDrive:\@SubDir\*.* @Option 6500 
  457.  
  458.  @F ORCHDVSA.COM @O @OutDrive:\@SubDir\*.* @Option 6600 
  459.  @F SPEED_UP.SYS @O @OutDrive:\@SubDir\*.* @Option 6600 
  460.  @F XANSI.SYS    @O @OutDrive:\@SubDir\*.* @Option 6600 
  461.  @F XMODE.COM    @O @OutDrive:\@SubDir\*.* @Option 6600 
  462.  @F DYNASCAN.COM @O @OutDrive:\@SubDir\*.* @Option 6600 
  463.  
  464.  @F 6x14.fnt     @O @OutDrive:\@SubDir\*.* @Option 6700 
  465.  @F 6x8.fnt      @O @OutDrive:\@SubDir\*.* @Option 6700 
  466.  @F 8x14.fnt     @O @OutDrive:\@SubDir\*.* @Option 6700 
  467.  @F 8x14apl.fnt  @O @OutDrive:\@SubDir\*.* @Option 6700 
  468.  @F 8x14thin.fnt @O @OutDrive:\@SubDir\*.* @Option 6700 
  469.  @F 8x8.fnt      @O @OutDrive:\@SubDir\*.* @Option 6700 
  470.  @F 8x8thin.fnt  @O @OutDrive:\@SubDir\*.* @Option 6700 
  471.  @F font.doc     @O @OutDrive:\@SubDir\*.* @Option 6700 
  472.  @F xedit.com    @O @OutDrive:\@SubDir\*.* @Option 6700 
  473.  @F xedit.hlp    @O @OutDrive:\@SubDir\*.* @Option 6700 
  474.  @F xload.com    @O @OutDrive:\@SubDir\*.* @Option 6700 
  475.  
  476.  @F orcai-16.exe @O @OutDrive:\@SubDir\*.* @Option 6800 
  477.  @F orcai.doc    @O @OutDrive:\@SubDir\*.* @Option 6800 
  478.  @F orcai256.exe @O @OutDrive:\@SubDir\*.* @Option 6800 
  479.  @F stan0715.fnt @O @OutDrive:\@SubDir\*.* @Option 6800 
  480.  @F stan0814.fnt @O @OutDrive:\@SubDir\*.* @Option 6800 
  481.  @F stan1220.fnt @O @OutDrive:\@SubDir\*.* @Option 6800 
  482.  
  483.  
  484.  @EndLib
  485. @EndDisk
  486.  
  487. @If (6300 [= @Option)
  488.  @WriteFile ("@BootDrive:\\config.sys", "NOSECTION", "SPEED_UP.SYS",
  489.          "DEVICE=@OutDrive:\\@SubDir\\SPEED_UP.SYS", "REPLACE")
  490. @ElseIf (6400 [= @Option)
  491.  @WriteFile ("@BootDrive:\\config.sys", "NOSECTION", "XANSI.SYS",
  492.          "DEVICE=@OutDrive:\\@SubDir\\XANSI.SYS", "REPLACE")
  493. @ElseIf (6600 [= @Option)
  494.  @WriteFile ("@BootDrive:\\config.sys", "NOSECTION", "XANSI.SYS",
  495.          "DEVICE=@OutDrive:\\@SubDir\\XANSI.SYS", "REPLACE")
  496.  @WriteFile ("@BootDrive:\\config.sys", "NOSECTION", "SPEED_UP.SYS",
  497.          "DEVICE=@OutDrive:\\@SubDir\\SPEED_UP.SYS", "REPLACE")
  498. @EndIf
  499.  
  500. @Help ("@ExePath\\install.hlp","HelpUtilFin","EndUtilFin")
  501. @Goto MenuUtility
  502.  
  503. /*----------------------- CAD system Menu (2000) -------------------------*/
  504. MenuCADsys:
  505. @ClearOption (2105)
  506. @ClearOption (2110)
  507. @ClearOption (2120)
  508. @ClearOption (2125)
  509. @ClearOption (2130)
  510. @ClearOption (2145)
  511. @EnableF1(1)
  512.  
  513. @GetOption @Cls
  514.  @NameACAD @msgDDI
  515.  @msgPSAV
  516.  @Option 2105 = "ADI 4.2 Features and Commands Help Menu (Reading Recommended)"
  517.  @Option 2130 = "AutoCAD Release 11 (Protected Mode ADI 4.2)"
  518.  @Option 2145 = "AutoCAD Release 12 (Protected Mode ADI 4.2)"
  519.  @Option 2120 = "AutoDesk's 3D Studio version 1.0 & 2.0 (PADI 4.2)"
  520.  @Option 2125 = "AutoDesk's AutoShade version 2.1 (PADI 4.2)"
  521.  @Option 2110 = "AutoCAD Release 9 & 10 (Real Mode ADI 4.0)"
  522. @EndOption
  523.  
  524. @If (@Esc)
  525.  @Goto MenuMain
  526. @ElseIf (@KeyF1)
  527.  @Goto MenuACADHelp
  528. @ElseIf (2105 [=@Option)
  529.      @Goto MenuADI42
  530. @Endif
  531.  
  532. InputDirACAD:
  533. @EnableF1(0)
  534. @GetOutDrive
  535.  @Suppress A
  536.  @Suppress B
  537.  @Cls
  538.  @NameACAD @msgDDI
  539.  @msgDrive
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546. @EndOutDrive
  547. @If (@Esc) @Goto MenuCADsys @Endif
  548.  
  549. @GetSubdir
  550.  @If (2110 [= @Option)
  551.   @Default = "\\ACAD"
  552.  @Elseif (2120 [= @Option)
  553.   @Default = "\\3DS"
  554.  @Elseif (2125 [= @Option)
  555.   @Default = "\\SHADE"
  556.  @Elseif (2130 [= @Option)
  557.   @Default = "\\ACAD11"
  558.  @Elseif (2145 [= @Option)
  559.   @Default = "\\ACAD12"
  560.  @Endif
  561.  @Cls
  562.  @NameACAD @msgDDI
  563.  @msgDir
  564.  
  565.  
  566. @EndSubdir
  567. @If (@Esc) @Goto MenuCADsys @Endif
  568.  
  569. @ClearOption(1)
  570. @ClearOption(2)
  571. @If ((@Exists "@OutDrive:\\@SubDir") == 0)
  572.  @EnableF1(0)
  573.  @GetOption
  574.   @LocalWindow (10,39) 
  575.   @Cls
  576.   @NameACAD @msgDDI
  577.   @OutDrive:@SubDir @msgDDNE
  578.   @msgCont
  579.   @Option 1 = "@Reenter"
  580.   @Option 2 = "@Cont"
  581.  @EndOption
  582. @Endif
  583.  
  584. @If (@Esc)
  585.  @Goto MenuCADsys
  586. @ElseIf (1 [= @Option)
  587.   @Goto InputDirACAD
  588. @Endif
  589.  
  590. @DefineDisk
  591.  @Label = "Disk #1"
  592.  @BeginLib Designer.001 
  593.  
  594.  @F 15x25.fnt     @O @OutDrive:\@SubDir\*.* @Option 2120
  595.  @F 16x30.fnt     @O @OutDrive:\@SubDir\*.* @Option 2120 
  596.  @F 6x9.fnt       @O @OutDrive:\@SubDir\*.* @Option 2120 
  597.  @F 8x16.fnt      @O @OutDrive:\@SubDir\*.* @Option 2120 
  598.  @F 9x15.fnt      @O @OutDrive:\@SubDir\*.* @Option 2120
  599.  @F 12x24.fnt     @O @OutDrive:\@SubDir\*.* @Option 2120
  600.  @F 12x20.fnt     @O @OutDrive:\@SubDir\*.* @Option 2120
  601.  @F rcdesign.exp  @O @OutDrive:\@SubDir\*.* @Option 2120
  602.  
  603.  @F 15x25.fnt     @O @OutDrive:\@SubDir\*.* @Option 2125
  604.  @F 16x30.fnt     @O @OutDrive:\@SubDir\*.* @Option 2125 
  605.  @F 6x9.fnt       @O @OutDrive:\@SubDir\*.* @Option 2125 
  606.  @F 8x16.fnt      @O @OutDrive:\@SubDir\*.* @Option 2125 
  607.  @F 9x15.fnt      @O @OutDrive:\@SubDir\*.* @Option 2125
  608.  @F 12x24.fnt     @O @OutDrive:\@SubDir\*.* @Option 2125
  609.  @F 12x20.fnt     @O @OutDrive:\@SubDir\*.* @Option 2125
  610.  @F rcdesign.exp  @O @OutDrive:\@SubDir\*.* @Option 2125
  611.  
  612.  @F 15x25.fnt     @O @OutDrive:\@SubDir\*.* @Option 2130
  613.  @F 16x30.fnt     @O @OutDrive:\@SubDir\*.* @Option 2130 
  614.  @F 6x9.fnt       @O @OutDrive:\@SubDir\*.* @Option 2130 
  615.  @F 8x16.fnt      @O @OutDrive:\@SubDir\*.* @Option 2130 
  616.  @F 9x15.fnt      @O @OutDrive:\@SubDir\*.* @Option 2130
  617.  @F 12x24.fnt     @O @OutDrive:\@SubDir\*.* @Option 2130
  618.  @F 12x20.fnt     @O @OutDrive:\@SubDir\*.* @Option 2130
  619.  @F rcdesign.exp  @O @OutDrive:\@SubDir\*.* @Option 2130
  620.  
  621.  @F 15x25.fnt     @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
  622.  @F 16x30.fnt     @O @OutDrive:\@SubDir\DRV\*.* @Option 2145 
  623.  @F 6x9.fnt       @O @OutDrive:\@SubDir\DRV\*.* @Option 2145 
  624.  @F 8x16.fnt      @O @OutDrive:\@SubDir\DRV\*.* @Option 2145 
  625.  @F 9x15.fnt      @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
  626.  @F 12x24.fnt     @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
  627.  @F 12x20.fnt     @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
  628.  @F rcdesign.exp  @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
  629.  
  630.  @F vadi40.exe   @O @OutDrive:\@SubDir\*.* @Option 2110
  631.  @F vinst.exe    @O @OutDrive:\@SubDir\*.* @Option 2110
  632.  
  633.  
  634.  @EndLib 
  635. @EndDisk
  636.  
  637. @If (2110 [= @Option)
  638.  @Help ("@ExePath\\install.hlp", "HelpACAD10r", "EndACAD10r")
  639. @Elseif (2120 [= @Option)
  640.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "DSPADI",
  641.          "SET DSPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
  642.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "RDPADI",
  643.          "SET RDPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
  644.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "RCPADI",
  645.          "SET RCPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
  646.  @Goto SetAQUILA
  647. EndFONTDS:
  648.  @Help ("@ExePath\\install.hlp", "Help3DS", "End3DS")
  649. @ElseIf (2125 [= @Option)
  650.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "DSPADI",
  651.          "SET DSPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
  652.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "RDPADI",
  653.          "SET RDPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
  654.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "RCPADI",
  655.          "SET RCPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
  656.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SHADE",
  657.          "SET SHADE=@OutDrive:\\@SubDir\\rmansupt", "REPLACE")
  658.  @Goto SetAQUILA
  659. EndFONTS:
  660.  @Help ("@ExePath\\install.hlp", "HelpShade", "EndShade")
  661. @Elseif (2130 [= @Option)
  662.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "DSPADI",
  663.          "SET DSPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
  664.  @Goto SetAQUILA
  665. EndFONTA:
  666.  @Help ("@ExePath\\install.hlp", "HelpACAD11", "EndACAD11")
  667. @Elseif (2145 [= @Option)
  668.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "ACADDRV",
  669.          "SET ACADDRV=@OutDrive:\\@SubDir\\drv\\", "REPLACE")
  670.  @Goto SetAQUILA
  671. EndFONTC:
  672.  @Help ("@ExePath\\install.hlp", "HelpACAD12", "EndACAD12") 
  673.  
  674. @EndIf   
  675.               
  676. @Goto MenuCADsys
  677.  
  678. /*----------------------- ADI 4.2 Help -----------------------------------*/
  679.  
  680. MenuADI42:
  681. @ClearOption(2910)
  682. @ClearOption(2920)
  683. @ClearOption(2925) 
  684. @ClearOption(2930)
  685. @ClearOption(2933)  
  686. @ClearOption(2935)  
  687. @ClearOption(2940)
  688. @ClearOption(2950)
  689. @ClearOption(2953)  
  690. @ClearOption(2955)  
  691. @ClearOption(2960)
  692. @ClearOption(2965)
  693. @ClearOption(2970) 
  694.  @EnableF1(0)
  695.  @GetOption
  696.  @Cls
  697.     
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.   @Option 2910 = "List of Features, Fonts, and Resolutions"
  711.   @Option 2920 = "Screen Layout and Graphics Flip Screen"
  712.   @Option 2925 = "Display List Configuration"
  713.   @Option 2930 = "Birds-Eye View" 
  714.   @Option 2933 = "Birds-Eye Icons"
  715.   @Option 2935 = "Edge Pan, Page Alarm"
  716.   @Option 2940 = "Erase Buffer and Band-Free Rendering" 
  717.   @Option 2950 = "ProDesigner Driver Commands Part 1"
  718.   @Option 2953 = "ProDesigner Driver Commands Part 2"
  719.   @Option 2955 = "ProDesigner Quick Reference Driver Commands"
  720.   @Option 2960 = "Custom Menu Design"
  721.   @Option 2965 = "AutoCAD Performance Tuning"
  722.   @Option 2970 = "Known Bug List and Upgrade Information"
  723.  
  724.  
  725.  
  726.   @EndOption
  727.  
  728.  
  729.  @If (@Esc)
  730.      @Goto MenuCADsys
  731. @ElseIf (2910 [=@Option)
  732.      @Help ("@ExePath\\install.hlp", "HelpFeatures", "EndFeatures")
  733. @ElseIf (2920 [=@Option)
  734.      @Help ("@ExePath\\install.hlp", "HelpLayout", "EndLayout")
  735. @ElseIf (2925 [=@Option)
  736.      @Help ("@ExePath\\install.hlp", "HelpDLC", "EndDLC")
  737. @ElseIf (2930 [=@Option)
  738.      @Help ("@ExePath\\install.hlp", "HelpBird", "EndBird")
  739. @ElseIf (2933 [=@Option)
  740.      @Help ("@ExePath\\install.hlp", "HelpIcon", "EndIcon")
  741. @ElseIf (2935 [=@Option)
  742.      @Help ("@ExePath\\install.hlp", "HelpPan", "EndPan")
  743. @ElseIf (2940 [=@Option)
  744.      @Help ("@ExePath\\install.hlp", "HelpBand", "EndBand")
  745. @ElseIf (2950 [=@Option)
  746.      @Help ("@ExePath\\install.hlp", "HelpCommands", "EndCommands")
  747. @ElseIf (2953 [=@Option)
  748.      @Help ("@ExePath\\install.hlp", "HelpComtwo", "EndComtwo")
  749. @ElseIf (2955 [=@Option)
  750.      @Help ("@ExePath\\install.hlp", "HelpComquick", "EndComquick")
  751. @ElseIf (2960 [=@Option)
  752.      @Help ("@ExePath\\install.hlp", "HelpCMD", "EndCMD")
  753. @ElseIf (2965 [=@Option)
  754.      @Help ("@ExePath\\install.hlp", "HelpTuning", "EndTuning")
  755. @ElseIf (2970 [=@Option)
  756.      @Help ("@ExePath\\install.hlp", "HelpBug", "EndBug")
  757.  
  758. @endif
  759. @Goto MenuADI42
  760.  
  761.  
  762.  
  763. /*---------------------- Handle AutoCAD Help Menu -------------------------*/
  764. MenuACADHelp:
  765.  
  766. @If (2110 [= @Option)
  767.  @Help ("@ExePath\\install.hlp", "HelpACAD10r", "EndACAD10r")
  768. @Elseif (2105 [= @Option)
  769.  @Help ("@ExePath\\install.hlp", "HelpADI42", "EndADI42")
  770. @ElseIf (2120 [= @Option)
  771.  @Help ("@ExePath\\install.hlp", "Help3DS", "End3DS")
  772. @Elseif (2125 [= @Option)
  773.  @Help ("@ExePath\\install.hlp", "HelpShade", "EndShade")
  774. @Elseif (2130 [= @Option)
  775.  @Help ("@ExePath\\install.hlp", "HelpACAD11", "EndACAD11")
  776. @Elseif (2145 [= @Option)
  777.  @Help ("@ExePath\\install.hlp", "HelpACAD12", "EndACAD12")
  778. @EndIf   
  779.  
  780. @Goto MenuCADsys
  781.  
  782.  
  783. /*---------------- Desktop Publishing Menu (3000) ------------------------*/
  784. MenuDesktop:
  785.  
  786. @ClearOption(3100)
  787. @ClearOption(3200)
  788. @EnableF1(1)
  789. @GetOption
  790. @Cls
  791.  @NameDesk @msgDDI
  792.  @msgPSAA
  793.  @Option 3100 = "@NameVentura"
  794.  @Option 3200 = "@NameGem"
  795. @EndOption
  796.  
  797. @If (@Esc)
  798.  @Goto MenuMain
  799. @Elseif (@KeyF1)
  800.  @Goto MenuDesktopHelp 
  801. @Elseif (3100 [= @Option)
  802.  @Goto MenuVentura
  803. @Else
  804.  @Goto MenuGem
  805. @Endif
  806.  
  807. /*-------------------- Handles Desktop Publishing Help Menu --------------*/
  808. MenuDesktopHelp:
  809.  
  810. @If (3100 [= @Option)
  811.  @Help ("@ExePath\\install.hlp", "HelpVentura", "EndVentura")
  812. @Elseif (3200 [= @Option)
  813.  @Help ("@ExePath\\install.hlp", "HelpGem", "EndGem")
  814. @Endif
  815.  
  816. @Goto MenuDesktop
  817.  
  818. /*-------------- Ventura Publisher Driver Installation (3100) ------------*/
  819. MenuVentura:
  820.  
  821. @EnableF1(0)
  822. @GetOutDrive
  823.  @Suppress A
  824.  @Suppress B
  825.   @Cls
  826.   @NameVentura @msgDDI
  827.   @msgDrive
  828. @EndOutDrive
  829. @If (@Esc) @Goto MenuDesktop @Endif
  830.  
  831. @GetSubdir
  832.  @Default = "\\VENTURA"
  833.  @Cls
  834.  @NameVentura @msgDDI
  835.  @msgDir
  836.  
  837.  
  838. @EndSubdir
  839. @If (@Esc) @Goto MenuVentura @Endif
  840.  
  841. @ClearOption(1)
  842. @ClearOption(2)
  843. @If (@Exists "@OutDrive:\\@SubDir" == 0)
  844.  @EnableF1(0)
  845.  @GetOption @Cls
  846.   @LocalWindow (10,39) 
  847.   @NameVentura @msgDDI
  848.   @OutDrive:@SubDir @msgDDNE
  849.   @msgCont
  850.   @Option 1 = "@Reenter"
  851.   @Option 2 = "@Cont"
  852.  @EndOption
  853. @Endif
  854.  
  855. @If ((@Esc) || (1 [= @Option))
  856.  @Goto MenuVentura
  857. @Endif
  858.  
  859. @DefineDisk
  860.  @Label = "Disk #1"
  861.  @BeginLib DESIGNER.001 
  862.  @F sd1024.vga   @O @OutDrive:\@SubDir\*.*
  863.  @F sd800.vga    @O @OutDrive:\@SubDir\*.*
  864.  @EndLib 
  865. @EndDisk
  866.  
  867.  
  868.  
  869. EndVentura:                               
  870. @Help ("@ExePath\\install.hlp", "HelpVentura", "EndVentura")
  871. @Goto MenuDesktop
  872.  
  873. /*-------------- Gem Desktop Driver Installation (3200) ------------------*/
  874. MenuGem:
  875. @ClearOption(3310) 
  876. @ClearOption(3320)
  877. @EnableF1(1)
  878.  
  879. @GetOption
  880.  @Cls
  881.  @NameGEM Installation and Resolution Selection:
  882.  @msgPSAA
  883.  @Option 3310 = "800x600  by 16 colors"
  884.  @Option 3320 = "1024x768 by 16 colors"
  885. @EndOption
  886.  
  887. @If (@Esc)
  888.  @Goto MenuMain
  889. @Elseif (@KeyF1)
  890.  @Help ("@ExePath\\install.hlp","HelpGEM","EndGEM")
  891.  @Goto MenuGEM
  892. @Endif
  893.  
  894. InputDirUtil:
  895. @EnableF1(0)
  896. @GetOutDrive
  897.  @Suppress A
  898.  @Suppress B
  899.  @Cls
  900.  @NameGEM Installation:
  901.  @msgDrive
  902.  
  903.  
  904.  
  905.  
  906.  
  907. @EndOutDrive
  908. @If (@Esc) @Goto MenuGEM @Endif
  909.  
  910. MenuSTARTGEM:
  911. @GetSubdir
  912.  @Default = "\\GEMAPPS\\GEMSYS"
  913.  @Cls
  914.  @NameGEM Installation
  915.  @msgDir
  916.  
  917.  
  918. @EndSubdir
  919. @If (@Esc) @Goto MenuGEM @Endif
  920.  
  921. @ClearOption(1)
  922. @ClearOption(2)
  923. @If ((@Exists "@OutDrive:\\@SubDir") == 0)
  924.  @EnableF1(0)
  925.  @GetOption
  926.   @LocalWindow (10,39) 
  927.   @Cls
  928.   @NameGEM Installation
  929.   @OutDrive:@SubDir @msgDDNE
  930.   @msgCont
  931.   @Option 1 = "@Reenter"
  932.   @Option 2 = "@Cont"
  933.  @EndOption
  934. @Endif
  935.  
  936. @If (@Esc)
  937.  @Goto MenuGEM
  938. @ElseIf (1 [= @Option)
  939.   @Goto MenuSTARTGEM
  940. @Endif
  941.  
  942.  
  943.  
  944. @Rename ("@OutDrive:\\@SubDir\\sd*.vga","sd*.bak")
  945.  
  946. @DefineDisk
  947.  @Label = "Disk #1"
  948.  @BeginLib DESIGNER.001 
  949.  
  950.  @F sd1024.vga   @O @OutDrive:\@SubDir\*.* @Option 3320
  951.  @F sd800.vga    @O @OutDrive:\@SubDir\*.* @Option 3310
  952.  
  953.  @EndLib 
  954. @EndDisk
  955.  
  956.  
  957. EndGem:
  958. @Help ("@ExePath\\install.hlp", "HelpGem", "EndGem")
  959. @Goto MenuDesktop
  960.  
  961.  
  962. /*- WordPerfect Driver Installation (5100) -*/
  963. MenuWordProcess:
  964.  
  965.  
  966. @EnableF1(0)
  967. @GetOutDrive
  968.  @Suppress A
  969.  @Suppress B
  970.   @Cls
  971.   @NameWP @msgDDI
  972.   @msgDrive
  973. @EndOutDrive
  974. @If (@Esc) @Goto MenuMain @Endif
  975.  
  976. @GetSubdir
  977.  @Default = "\\WP"
  978.  @Cls
  979.  @NameWP @msgDDI
  980.  @msgDir
  981.  
  982.  
  983. @EndSubdir
  984.  
  985. @If (@Esc) @Goto MenuWordProcess @Endif
  986.  
  987. @ClearOption(1)
  988. @ClearOption(2)
  989. @If ((@Exists "@OutDrive:\\@SubDir") == 0)
  990.  @EnableF1(0)
  991.  @GetOption @Cls
  992.   @LocalWindow (10,39) 
  993.   @NameWP @msgDDI
  994.   @OutDrive:@SubDir @msgDDNE
  995.   @msgCont
  996.   @Option 1 = "@Reenter"
  997.   @Option 2 = "@Cont"
  998.  @EndOption
  999. @Endif
  1000.  
  1001. @If ((@Esc) || (1 [= @Option))
  1002.  @Goto MenuWordProcess
  1003. @Endif
  1004.  
  1005. @DefineDisk
  1006.  @Label = "Disk #1"
  1007.  @BeginLib DESIGNER.001 
  1008.  @F w50-800.wpd  @O @OutDrive:\@SubDir\*.* 
  1009.  @F w50-1024.wpd @O @OutDrive:\@SubDir\*.* 
  1010.  @F wp51.vrs     @O @OutDrive:\@SubDir\*.* 
  1011.  @EndLib 
  1012. @EndDisk
  1013.  
  1014. @Help ("@ExePath\\install.hlp", "HelpWP", "EndWP")
  1015. @Goto MenuMain
  1016.  
  1017.  
  1018.  
  1019. /*- This block sets the AQUILA_FONT statement in autoexec.bat -*/
  1020.  
  1021. SetAQUILA:
  1022. MenuRETURN:
  1023. @ClearOption(50)  
  1024. @ClearOption(51) 
  1025. @EnableF1(1)
  1026.  
  1027. @GetOption
  1028.  @LocalWindow (10,40)
  1029.  @Cls
  1030.  Do you wish to select a different Font Size other than 8x16 (Default)?
  1031.  (Hit the <F1> Key for more information on Font Sizes.)
  1032.  @Option 50 = "YES"
  1033.  @option 51 = "NO"
  1034. @EndOption
  1035.  
  1036. @If (@Esc)
  1037.  @Goto MenuRETURN
  1038. @Elseif (@KeyF1)
  1039.      @Help ("@ExePath\\install.hlp","HelpFONT","EndFONT")
  1040. @Elseif (50 [= @Option)
  1041.  @Goto MenuFNT
  1042. @Elseif (51 [= @Option)
  1043.  @Goto EndAquila
  1044. @Endif
  1045. @Goto MenuRETURN 
  1046.  
  1047.  
  1048.  
  1049.  
  1050. MenuFNT:
  1051. @ClearOption (10)
  1052. @ClearOption (11)
  1053. @ClearOption (12)
  1054. @ClearOption (13)
  1055. @ClearOption (14)
  1056. @ClearOption (15)
  1057. @ClearOption (16)
  1058. @EnableF1(0)
  1059. @GetOption
  1060.  @If (2125 [= @Option)
  1061.   @Cls
  1062.   AutoShade @msgDDI
  1063.   Please Select a Font Size:
  1064.  @Elseif (2120 [= @Option)
  1065.   @Cls
  1066.   3D Studio @msgDDI
  1067.   Please Select a Font Size:
  1068.  @Elseif (2130 [= @Option)
  1069.   @Cls
  1070.   AutoCAD 11 @msgDDI
  1071.   Please Select a Font Size:
  1072.  @Elseif (2145 [= @Option)
  1073.   @Cls
  1074.   AutoCAD 12 @msgDDI
  1075.   Please Select a Font Size:
  1076.  @Endif
  1077.    @Option 10 = "6x9"
  1078.    @Option 11 = "9x15"
  1079.    @Option 12 = "8x16"
  1080.    @Option 13 = "12x20"     
  1081.    @Option 14 = "12x24"
  1082.    @Option 15 = "15x25"
  1083.    @Option 16 = "16x30"
  1084. @EndOption
  1085.  
  1086. @If (@Esc)
  1087.  @Goto EndAquila
  1088. @Elseif (10 [= @Option)
  1089.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
  1090.          "SET AQUILA_FONT=6x9.fnt", "REPLACE")
  1091. @Elseif (11 [= @Option)
  1092.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
  1093.          "SET AQUILA_FONT=9x15.fnt", "REPLACE")
  1094. @Elseif (12 [= @Option)
  1095.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
  1096.          "SET AQUILA_FONT=8x16.fnt", "REPLACE")
  1097. @Elseif (13 [= @Option)
  1098.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
  1099.          "SET AQUILA_FONT=12x20.fnt", "REPLACE")
  1100. @Elseif (14 [= @Option)
  1101.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
  1102.          "SET AQUILA_FONT=12x24.fnt", "REPLACE")
  1103. @Elseif (15 [= @Option)
  1104.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
  1105.          "SET AQUILA_FONT=15x25.fnt", "REPLACE")
  1106. @Elseif (16 [= @Option)
  1107.  @WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
  1108.          "SET AQUILA_FONT=16x30.fnt", "REPLACE")
  1109. @Endif
  1110.  
  1111. EndAquila:
  1112.  
  1113. @If (2125 [= @Option)
  1114.  @Goto EndFONTS
  1115. @Elseif (2120 [= @Option)
  1116.  @Goto EndFONTDS
  1117. @Elseif (2130 [= @Option)
  1118.  @Goto EndFONTA
  1119. @Elseif (2145 [= @Option)
  1120.  @Goto EndFONTC
  1121. @Else
  1122.  @Goto MenuCADsys
  1123. @Endif
  1124.  
  1125.  
  1126.