home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 310 / WP10LB_2.ZIP / INSTALL.DAT < prev    next >
Text File  |  1993-08-17  |  54KB  |  1,955 lines

  1. @DefineProject
  2. /*==========================================================*/
  3. /*--------------warp10 plus----------------------------
  4.         @Name           = "WARP10 PLUS"
  5. -----------------------------------------------------*/
  6.  
  7. /*--------------warp10lb-------------------------------
  8. -----------------------------------------------------*/
  9.         @Name           = "WARP10LB"
  10. /*==========================================================*/
  11.         @Subdir         = "\\WARPDIR\\"
  12.         @Version        = "1.3.1.0"
  13.         @OutDrive       = C
  14.         @Group          = "A"
  15.         @Requires       @HardDisk
  16. @EndProject
  17.  
  18. @DefineVars
  19. /*==========================================================*/
  20. /*--------------warp10 plus----------------------------
  21.         @Qstring @Board = "WARP10 PLUS"
  22.         @Qstring @BIOS = "NDI801.EXE"
  23. -----------------------------------------------------*/
  24.  
  25. /*--------------warp10lb-------------------------------
  26. -----------------------------------------------------*/
  27.         @Qstring @Board = "WARP10LB"
  28.         @Qstring @BIOS = "NDI805.EXE"
  29. /*==========================================================*/
  30.         @Qstring @ModeChange = "Warp10"
  31.  
  32. //      @Drive  @WinDrive = C
  33. //      @Dir    @WinDir = "\\WINDOWS\\"
  34.         @Dir    @Sys = "\\SYSTEM\\"
  35.         @Drive  @ACADDrive = C
  36.         @Dir    @ACADDir = "\\ACAD\\"
  37.         @Drive  @CADKEYDrive = C
  38.         @Dir    @CADKEYDir = "\\CADKEY\\"
  39.         @Drive  @DATACADDrive = C
  40.         @Dir    @DATACADDir = "\\MTEC\\DRV\\"
  41.         @Drive  @CADVANCEDrive = C
  42.         @Dir    @CADVANCEDir = "\\CAD\\"
  43.         @Drive  @GENCADDDrive = C
  44.         @Dir    @GENCADDDir = "\\GENCAD\\"
  45.         @Drive  @USTATIONDrive = C
  46.         @Dir    @USTATIONDir = "\\USTATION\\"
  47.         @Drive  @VERSACADDrive = C
  48.         @Dir    @VERSACADDir = "\\VCAD\\"
  49.         @Drive  @LOTUSDrive = C
  50.         @Dir    @LOTUSDir = "\\LOTUS\\"
  51.         @Drive  @WORDDrive = C
  52.         @Dir    @WORDDir = "\\WORD\\"
  53.         @Drive  @WP51Drive = C
  54.         @Dir    @WP51Dir = "\\WP51\\"
  55.         @Drive  @SWITCHDrive = C
  56.         @Dir    @SWITCHDir = "\\WARP\\"
  57.         @Integer @Num = 0
  58. @EndVars
  59.  
  60. @Welcome
  61. @EndWelcome
  62.  
  63.  
  64. @GetOption
  65.         @Option 10 = "QUICK INSTALL"
  66.         @Option 20 = "Advanced INSTALL"
  67.         @Cls
  68.  
  69.  National Design, Inc. ...... Better by Design
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  If you only want to install the Volante @Board Windows 3.1 Display
  78.  Drivers, we recommend that you use QUICK INSTALL.  This will allow
  79.  INSTALL to make all the necessary changes and additions to set up
  80.  your computer to make full use of your new Volante @Board Board.
  81.  
  82.  If you need to install any DOS drivers for Word, WordPerfect or other
  83.  applications, please use the Advanced INSTALL.
  84.  
  85.  
  86. @EndOption
  87.  
  88.  
  89.         /* if QUICK install, try to find current windows installation */
  90. @If (10 [= @Option)
  91.  
  92.         @If (@Spawn("@InDrive:scanbios p!w") == 4)
  93.  
  94.                 @DefineVars
  95.                 @Integer @Tmp = 0
  96.                 @Drive @WinDrive = D
  97.                 @EndVars
  98.  
  99.         @ElseIf (@Spawn("@InDrive:scanbios p!w") == 3)
  100.                 @DefineVars
  101.                 @Integer @Tmp = 0
  102.                 @Drive @WinDrive = C
  103.                 @EndVars
  104.  
  105.         @ElseIf (@Spawn("@InDrive:scanbios p!w") == 5)
  106.                 @DefineVars
  107.                 @Integer @Tmp = 0
  108.                 @Drive @WinDrive = E
  109.                 @EndVars
  110.  
  111.         @ElseIf (@Spawn("@InDrive:scanbios p!w") == 6)
  112.                 @DefineVars
  113.                 @Integer @Tmp = 0
  114.                 @Drive @WinDrive = F
  115.                 @EndVars
  116.  
  117.         @Else
  118.  
  119.                 /* since it couldn't find windows drive, */
  120.                 /* it needs to ask user about windows directory too */
  121.                 @DefineVars
  122.                 @Integer @Tmp = 1
  123.                 @Drive @WinDrive = C
  124.                 @Dir   @WinDir = "\\WINDOWS\\"
  125.                 @EndVars
  126.  
  127.             @GetOutDrive @WinDrive
  128.                 @Suppress A
  129.                 @Suppress B
  130.                 @CLS
  131.  National Design, Inc. ...... Better by Design
  132.  
  133.  QUICK INSTALL was not able to determine where Windows is currently
  134.  installed on your system.
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  Please indicate which drive Windows 3.1 is currently installed ?
  150.  (default shown is same as Windows default)
  151.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  152.  bar to the correct disk drive and then press the [Enter] key.
  153.  
  154.             @EndOutDrive
  155.  
  156.         @GetSubdir @WinDir
  157.                 @CLS
  158.  National Design, Inc. ...... Better by Design
  159.  
  160.  In which subdirectory is Windows installed ?
  161.  
  162.  
  163.  Please enter the correct name.
  164.  (default shown is same as Windows default)
  165.  
  166. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  167.  
  168.  Press the [Enter] key to continue.
  169.  
  170.                 @PROMPT = " Name of Windows 3.1 subdirectory ?"
  171.  
  172.         @EndSubdir
  173.  
  174.  
  175.         @EndIf
  176.  
  177. @EndIf          /* of QUICK install 10-option */
  178.  
  179.  
  180.  
  181. @If (10 [= @Option)
  182.  
  183.         @ChDrive @WinDrive
  184.         @If (@Tmp == 0)
  185.                 @DefineVars
  186.                 @Dir   @WinDir = "@GetCwd()"
  187.                 @EndVars
  188.         @EndIf
  189.  
  190. @EndIf
  191.  
  192.  
  193. @If (20 [= @Option)
  194.  
  195.    @DefineVars
  196.         @Drive  @WinDrive = C
  197.         @Dir    @WinDir = "\\WINDOWS\\"
  198.    @EndVars
  199.  
  200. @Display
  201.         @CLS
  202.  National Design, Inc. ...... Better by Design
  203.  
  204.  Welcome to NDI's S/W Installation Utility, INSTALL.
  205.  
  206.  This program will install selected drivers for the
  207.  Volante @Board Graphics Accelerator Board.
  208.  
  209.  INSTALL will allow you to select any or all of the available drivers for
  210.  the supported applications. You may be required to specify the hard
  211.  drive(s) and subdirectories where the applications currently reside.
  212.  If the applications are not currently installed, please do not attempt
  213.  to install the drivers for them. You may rerun INSTALL later after you
  214.  have installed the applications.
  215.  
  216.         @PAUSE
  217. @EndDisplay
  218.  
  219. @Display
  220.         @CLS
  221.  National Design, Inc. ...... Better by Design
  222.  
  223.  INSTALL will attempt to provide default answers for all questions it
  224.  asks you. If the default answer is correct, simply press the ENTER key
  225.  in response to the question. Otherwise, type the correct answer and then
  226.  press the ENTER key.
  227.  
  228.  Some selections require you to toggle a YES/NO response which is done
  229.  by using the space bar.
  230.  
  231.  If you make a mistake while typing, press the BACKSPACE key and then
  232.  retype the answer.
  233.  
  234.  You may press the [Esc] key at any time to abort the installation.
  235.  
  236.  
  237.  
  238.         @PAUSE
  239. @EndDisplay
  240.  
  241. @GetOption
  242.         @CheckBox
  243.                 @Option  2000 = "Windows 3.1 Drivers"
  244.                 @Option  3000 = "AutoCAD            [MS-DOS]"
  245.                 @Option  4000 = "CadKey             [MS-DOS]"
  246.                 @Option  5000 = "DataCad            [MS-DOS]"
  247.                 @Option  6000 = "Cadvance           [MS-DOS]"
  248.                 @Option  7000 = "Generic CADD       [MS-DOS]"
  249.                 @Option  8000 = "Microstation PC    [MS-DOS]"
  250.                 @Option  9000 = "VersaCad           [MS-DOS]"
  251.                 @Option 10000 = "Lotus 1-2-3        [MS-DOS]"
  252.                 @Option 11000 = "Microsoft Word 5.0 [MS-DOS]"
  253.                 @Option 12000 = "Word Perfect 5.1   [MS-DOS]"
  254.         @Cls
  255.  Please Select the software drivers you wish to install:
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.   <Space>   : Toggle current option and move cursor to next option
  273.   T         : Select all options for installation
  274.   U         : Deselect all options
  275.   <Enter>   : Accept current selections and continue
  276. @EndOption
  277.  
  278.  
  279.  
  280. @If (@Spawn("@InDrive:scanbios") == 1)
  281.  
  282.         @GetOption
  283.                 @Option 201 = "INSTALL a new executable BIOS (RECOMMENDED)"
  284.                 @Option 202 = "Do NOT INSTALL new BIOS"
  285.                 @Cls
  286.  
  287.  National Design, Inc. ...... Better by Design
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  You currently have an old BIOS in your Volante @Board Board.  This BIOS
  296.  might cause some problems when running your @Board with these new drivers.
  297.  To solve these problems, we highly recommend that you let INSTALL modify
  298.  your autoexec.bat file to add a call to an executable BIOS which will
  299.  take care of these potential problems.
  300.  
  301.         @EndOption
  302.  
  303. @Else
  304. @Endif
  305.  
  306. @EndIf  /* of 20-opt (Advanced INSTALL) */
  307.  
  308.  
  309. @If ( 2000 [= @option)
  310.  
  311.         @GetOutDrive @WinDrive
  312.                 @Suppress A
  313.                 @Suppress B
  314.                 @CLS
  315.  National Design, Inc. ...... Better by Design
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  On what drive is Windows 3.1 currently installed ?
  331.  (default shown is same as Windows default)
  332.  
  333.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  334.  bar to the correct disk drive and then press the [Enter] key.
  335.  
  336.         @EndOutDrive
  337.  
  338.         @GetSubdir @WinDir
  339.                 @CLS
  340.  National Design, Inc. ...... Better by Design
  341.  
  342.  In which subdirectory is Windows installed ?
  343.  
  344.  
  345.  Please enter the correct name.
  346.  (default shown is same as Windows default)
  347.  
  348. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  349.  
  350.  Press the [Enter] key to continue.
  351.  
  352.                 @PROMPT = " Name of Windows 3.1 subdirectory ?"
  353.  
  354.         @EndSubdir
  355.  
  356. @Endif
  357.  
  358.  
  359. @If ((2000 [= @option) || (10 [= @Option))
  360.  
  361.         @System " @WinDrive: "
  362.         @System " cd @Windir@Sys "
  363.  
  364. /*==========================================================*/
  365.                 /* check for old installation of warp10 software */
  366.                 /* call to "scanbios c" is to check for oemX.inf */
  367.                 /* files with references to warp10 board         */
  368.  
  369. /*--------------warp10 plus----------------------------*/
  370. /*--------------warp10lb-------------------------------*/
  371.         @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_128p.drv" ||
  372.              @Exists "@WinDrive:@WinDir@Sys\\ndi_1152.drv" ||
  373.              @Exists "@WinDrive:@WinDir@Sys\\ndi_1k.drv"   ||
  374.              @Exists "@WinDrive:@WinDir@Sys\\ndi_1kp.drv"  ||
  375.              @Exists "@WinDrive:@WinDir@Sys\\ndi_8tc.drv"  ||
  376.              @Exists "@WinDrive:@WinDir@Sys\\ndi_800.drv"  ||
  377.              @Exists "@WinDrive:@WinDir@Sys\\ndi_800p.drv" ||
  378.              @Exists "@WinDrive:@WinDir@Sys\\ndi_tc24.drv" ||
  379.              @Exists "@WinDrive:@WinDir@Sys\\ndi_tc16.drv" ||
  380.              @Exists "@WinDrive:@WinDir@Sys\\ndi_640.drv"  ||
  381.              @Exists "@WinDrive:@WinDir@Sys\\ndi_128l.drv" ||
  382.              @Exists "@WinDrive:@WinDir@Sys\\ndi_12pl.drv" ||
  383.              @Exists "@WinDrive:@WinDir@Sys\\ndi_1kl.drv"  ||
  384.              @Exists "@WinDrive:@WinDir@Sys\\ndi_1kpl.drv" ||
  385.              @Exists "@WinDrive:@WinDir@Sys\\ndi_816l.drv" ||
  386.              @Exists "@WinDrive:@WinDir@Sys\\ndi_800l.drv" ||
  387.              @Exists "@WinDrive:@WinDir@Sys\\ndi_8pl.drv"  ||
  388.              @Exists "@WinDrive:@WinDir@Sys\\ndi_6tcl.drv" ||
  389.              @Exists "@WinDrive:@WinDir@Sys\\ndi_616l.drv" ||
  390.              @Exists "@WinDrive:@WinDir@Sys\\ndi_640l.drv" ||
  391.              (@Spawn("@InDrive:scanbios p!c") == 1)
  392.             )
  393.  
  394. /*==========================================================*/
  395.  
  396.         @If (20 [= @Option)
  397.                 @GetOption
  398.                 @Option 2001 = "Delete old drivers   (RECOMMENDED)"
  399.                 @Option 2002 = "Do NOT delete old drivers"
  400.                 @Cls
  401.  
  402.  National Design, Inc. ...... Better by Design
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  You already have an old installation of @Board software on your system.
  412.  Do you want to delete your old version ?
  413.  
  414.  
  415.                 @EndOption
  416.  
  417.         @Else
  418.         /* ADDpih */
  419.         /* just delete'em */
  420.  
  421.         @EndIf
  422.  
  423.         @Endif
  424.  
  425. @EndIf
  426.  
  427.  
  428.  
  429.  
  430.                 @If (2001 [= @Option)
  431.  
  432.                         @Display
  433.  
  434.                 National Design, Inc. ...... Better by Design
  435.  
  436.  
  437.  Old driver files currently installed :
  438.  
  439. /*==========================================================*/
  440. /*--------------warp10 plus----------------------------*/
  441. /*--------------warp10lb-------------------------------*/
  442.  
  443. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_128p.drv")     ndi_128p.drv   @Endif
  444. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_1152.drv")     ndi_1152.drv   @Endif
  445. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_1k.drv")     ndi_1k.drv       @Endif
  446. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_1kp.drv")     ndi_1kp.drv     @Endif
  447. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_8tc.drv")     ndi_8tc.drv     @Endif
  448. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_800.drv")     ndi_800.drv     @Endif
  449. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_800p.drv")     ndi_800p.drv   @Endif
  450. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_tc24.drv")     ndi_tc24.drv   @Endif
  451. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_tc16.drv")     ndi_tc16.drv   @Endif
  452. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_640.drv")     ndi_640.drv     @Endif
  453.  
  454. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_128l.drv")     ndi_128l.drv   @Endif
  455. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_12pl.drv")     ndi_12pl.drv   @Endif
  456. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_1kl.drv")     ndi_1kl.drv      @Endif
  457. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_1kpl.drv")     ndi_1kpl.drv    @Endif
  458. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_816l.drv")     ndi_816l.drv    @Endif
  459. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_800l.drv")     ndi_800l.drv    @Endif
  460. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_8pl.drv")     ndi_8pl.drv    @Endif
  461. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_6tcl.drv")     ndi_6tcl.drv   @Endif
  462. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_616l.drv")     ndi_616l.drv   @Endif
  463. @If (@Exists "@WinDrive:@WinDir@Sys\\ndi_640l.drv")     ndi_640l.drv   @Endif
  464.  
  465. /*==========================================================*/
  466.  
  467.                                         @Pause
  468.                                         @Cls
  469.  
  470.                         @EndDisplay
  471.                 @Endif
  472.  
  473.  
  474. @If (3000 [= @Option)
  475.  
  476.         /*"AutoCAD"*/
  477.  
  478. @Display
  479.  
  480.  National Design, Inc. ...... Better by Design
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  For AutoCAD driver installation, please use the additional diskette
  489.  marked DL-XPRESS.
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  Press the [Enter] key to continue.
  497. @Pause
  498. @Cls
  499.  
  500. @EndDisplay
  501. @EndIf
  502.  
  503. @If (4000 [= @Option)
  504.  
  505.         /*"CadKey"*/
  506.  
  507.         @GetOutDrive @CADKEYDrive
  508.                 @Suppress A
  509.                 @Suppress B
  510.                 @CLS
  511.  National Design, Inc. ...... Better by Design
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  On what drive is CADKEY currently installed ?
  527.  
  528.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  529.  bar to the correct disk drive and then press the [Enter] key.
  530.         @EndOutDrive
  531.  
  532.         @GetSubdir @CADKEYDir
  533.                 @CLS
  534.  National Design, Inc. ...... Better by Design
  535.  
  536.  In which subdirectory is CADKEY installed ?
  537.  
  538.  
  539.  Please enter the correct name.
  540.  
  541. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  542.  
  543.  
  544.  Press the [Enter] key to continue.
  545.  
  546.                 @PROMPT = " Name of CADKEY subdirectory ?"
  547.  
  548.         @EndSubdir
  549.  
  550. @EndIf
  551.  
  552. @If (5000 [= @Option)
  553.  
  554.         /*"DataCad"*/
  555.  
  556.         @GetOutDrive @DATACADDrive
  557.                 @Suppress A
  558.                 @Suppress B
  559.                 @CLS
  560.  National Design, Inc. ...... Better by Design
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  On what drive is DataCAD currently installed ?
  576.  
  577.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  578.  bar to the correct disk drive and then press the [Enter] key.
  579.         @EndOutDrive
  580.  
  581.         @GetSubdir @DATACADDir
  582.                 @CLS
  583.  National Design, Inc. ...... Better by Design
  584.  
  585.  In which subdirectory are the DataCAD Drivers installed ?
  586.  
  587.  
  588.  Please enter the correct name.
  589.  
  590. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  591.  
  592.  
  593.  Press the [Enter] key to continue.
  594.  
  595.                 @PROMPT = " Name of DataCAD Drivers subdirectory ?"
  596.  
  597.         @EndSubdir
  598.  
  599.         @GetOption
  600.                 @Option 5001 = "Yes"
  601.                 @Option 5002 = "No"
  602.                 @Cls
  603.  National Design, Inc. ...... Better by Design
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  Is EMS Memory Used for DataCAD ?
  620.  
  621.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  622.  bar to the correct answer and then press the [Enter] key.
  623.         @EndOption
  624. @EndIf
  625.  
  626. @If (6000 [= @Option)
  627.  
  628.         /*"Cadvance"*/
  629.  
  630.         @GetOutDrive @CADVANCEDrive
  631.                 @Suppress A
  632.                 @Suppress B
  633.                 @CLS
  634.  National Design, Inc. ...... Better by Design
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  On what drive is Cadvance currently installed ?
  650.  
  651.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  652.  bar to the correct disk drive and then press the [Enter] key.
  653.         @EndOutDrive
  654.  
  655.         @GetSubdir @CADVANCEDir
  656.                 @CLS
  657.  National Design, Inc. ...... Better by Design
  658.  
  659.  In which subdirectory is Cadvance currently installed ?
  660.  
  661.  
  662.  Please enter the correct name.
  663.  
  664. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  665.  
  666.  
  667.  Press the [Enter] key to continue.
  668.  
  669.                 @PROMPT = " Name of Cadvance subdirectory ?"
  670.  
  671.         @EndSubdir
  672.  
  673.         @GetOption
  674.                 @Option 6001 = " 640 x 480,  256 Colors"
  675.                 @Option 6002 = " 800 x 600,  16  Colors"
  676.                 @Option 6003 = " 800 x 600,  256 Colors"
  677.                 @Option 6004 = "1024 x 768,  16  Colors"
  678.                 @Option 6005 = "1024 x 768,  256 Colors"
  679.                 @Option 6006 = "1280 x 960,  16  Colors"
  680.                 @Option 6007 = "1280 x 1024, 16  Colors"
  681.                 @Cls
  682.  National Design, Inc. ...... Better by Design
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  What screen resolution do you wish to use for Cadvance?
  698.  
  699.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  700.  bar to the desired resolution and then press the [Enter] key.
  701.         @EndOption
  702. @EndIf
  703.  
  704. @If (7000 [= @Option)
  705.  
  706.         /*"Generic CADD "*/
  707.  
  708.         @GetOutDrive @GENCADDDrive
  709.                 @Suppress A
  710.                 @Suppress B
  711.                 @CLS
  712.  National Design, Inc. ...... Better by Design
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  On what drive is Generic CADD currently installed ?
  728.  
  729.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  730.  bar to the correct disk drive and then press the [Enter] key.
  731.         @EndOutDrive
  732.  
  733.         @GetSubdir @GENCADDDir
  734.                 @CLS
  735.  National Design, Inc. ...... Better by Design
  736.  
  737.  In which subdirectory is Generic CADD currently installed ?
  738.  
  739.  
  740.  Please enter the correct name.
  741.  
  742. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  743.  
  744.  
  745.  Press the [Enter] key to continue.
  746.  
  747.                 @PROMPT = " Name of Generic CADD subdirectory ?"
  748.  
  749.         @EndSubdir
  750.  
  751.         @GetOption
  752.                 @Option 7001 = " 640 x 480,  256 Colors"
  753.                 @Option 7002 = " 800 x 600,  16  Colors"
  754.                 @Option 7003 = " 800 x 600,  256 Colors"
  755.                 @Option 7004 = "1024 x 768,  16  Colors"
  756.                 @Option 7005 = "1024 x 768,  256 Colors"
  757.                 @Option 7006 = "1280 x 960,  16  Colors"
  758.                 @Option 7007 = "1280 x 1024, 16  Colors"
  759.                 @Cls
  760.  National Design, Inc. ...... Better by Design
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  What screen resolution do you wish to use for Generic CADD?
  776.  
  777.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  778.  bar to the desired resolution and then press the [Enter] key.
  779.         @EndOption
  780. @EndIf
  781.  
  782. @If (8000 [= @Option)
  783.  
  784.         /*"Microstation PC"*/
  785.  
  786.         @GetOutDrive @USTATIONDrive
  787.                 @Suppress A
  788.                 @Suppress B
  789.                 @CLS
  790.  National Design, Inc. ...... Better by Design
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  On what drive is MicroStation currently installed ?
  807.  
  808.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  809.  bar to the correct disk drive and then press the [Enter] key.
  810.         @EndOutDrive
  811.  
  812.         @GetSubdir @USTATIONDir
  813.                 @CLS
  814.  National Design, Inc. ...... Better by Design
  815.  
  816.  In which subdirectory is MicroStation currently installed ?
  817.  
  818.  
  819.  Please enter the correct name.
  820.  
  821. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  822.  
  823.  
  824.  Press the [Enter] key to continue.
  825.  
  826.                 @PROMPT = " Name of MicroStation subdirectory ?"
  827.  
  828.         @EndSubdir
  829.  
  830.         @GetOption
  831.                 @Option 8011 = " Protected Mode"
  832.                 @Option 8012 = " Real Mode"
  833.                 @Cls
  834.  National Design, Inc. ...... Better by Design
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  What mode is MicroStation run in?
  849.  
  850.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  851.  bar to the correct mode and then press the [Enter] key.
  852.         @EndOption
  853.         @GetOption
  854.                 @Option 8001 = " 640 x 480,  256 Colors"
  855.                 @Option 8002 = " 800 x 600,  16  Colors"
  856.                 @Option 8003 = " 800 x 600,  256 Colors"
  857.                 @Option 8004 = "1024 x 768,  16  Colors"
  858.                 @Option 8005 = "1024 x 768,  256 Colors"
  859.                 @Option 8006 = "1280 x 960,  16  Colors"
  860.                 @Option 8007 = "1280 x 1024, 16  Colors"
  861.                 @Cls
  862.  National Design, Inc. ...... Better by Design
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  What screen resolution do you wish to use for MicroStation?
  878.  
  879.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  880.  bar to the desired resolution and then press the [Enter] key.
  881.         @EndOption
  882. @EndIf
  883.  
  884. @If (9000 [= @Option)
  885.  
  886.         /*"VersaCad"*/
  887.  
  888.         @GetOutDrive @VERSACADDrive
  889.                 @Suppress A
  890.                 @Suppress B
  891.                 @CLS
  892.  National Design, Inc. ...... Better by Design
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  On what drive is VersaCAD currently installed ?
  909.  
  910.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  911.  bar to the correct disk drive and then press the [Enter] key.
  912.         @EndOutDrive
  913.  
  914.         @GetSubdir @VERSACADDir
  915.                 @CLS
  916.  National Design, Inc. ...... Better by Design
  917.  
  918.  In which subdirectory is VersaCAD currently installed ?
  919.  
  920.  
  921.  Please enter the correct name.
  922.  
  923. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  924.  
  925.  
  926.  Press the [Enter] key to continue.
  927.  
  928.                 @PROMPT = " Name of VersaCAD subdirectory ?"
  929.  
  930.         @EndSubdir
  931.  
  932.         @GetOption
  933.                 @Option 9001 = " VersaCAD 5.3"
  934.                 @Option 9002 = " VersaCAD 5.4, 6.0, or 7.0"
  935.                 @Option 9003 = " VersaCAD 386"
  936.                 @Cls
  937.  National Design, Inc. ...... Better by Design
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  What version of VersaCAD do you use?
  952.  
  953.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  954.  bar to the correct version and then press the [Enter] key.
  955.         @EndOption
  956. @EndIf
  957.  
  958. @If (10000 [= @Option)
  959.  
  960. /*"Lotus 1-2-3 "*/
  961.  
  962.         @GetOutDrive @LOTUSDrive
  963.                 @Suppress A
  964.                 @Suppress B
  965.                 @CLS
  966.  National Design, Inc. ...... Better by Design
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  On what drive is LOTUS 1-2-3  currently installed ?
  983.  
  984.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  985.  bar to the correct disk drive and then press the [Enter] key.
  986.         @EndOutDrive
  987.  
  988.         @GetSubdir @LOTUSDir
  989.                 @CLS
  990.  National Design, Inc. ...... Better by Design
  991.  
  992.  In which subdirectory is Lotus 1-2-3 currently installed ?
  993.  
  994.  
  995.  Please enter the correct name.
  996.  
  997. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  998.  
  999.  
  1000.  Press the [Enter] key to continue.
  1001.  
  1002.                 @PROMPT = " Name of Lotus 1-2-3 subdirectory ?"
  1003.  
  1004.         @EndSubdir
  1005.  
  1006. @EndIf
  1007.  
  1008. @If (11000 [= @Option)
  1009.  
  1010. /*"Microsoft Word 5.0"*/
  1011.  
  1012.         @GetOutDrive @WORDDrive
  1013.                 @Suppress A
  1014.                 @Suppress B
  1015.                 @CLS
  1016.  National Design, Inc. ...... Better by Design
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  On what drive is Microsoft Word 5.0 currently installed ?
  1033.  
  1034.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  1035.  bar to the correct disk drive and then press the [Enter] key.
  1036.         @EndOutDrive
  1037.  
  1038.         @GetSubdir @WORDDir
  1039.                 @CLS
  1040.  National Design, Inc. ...... Better by Design
  1041.  
  1042.  In which subdirectory is Microsoft Word 5.0 currently installed ?
  1043.  
  1044.  
  1045.  Please enter the correct name.
  1046.  
  1047. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  1048.  
  1049.  
  1050.  Press the [Enter] key to continue.
  1051.  
  1052.                 @PROMPT = " Name of Microsoft Word 5.0 subdirectory ?"
  1053.  
  1054.         @EndSubdir
  1055.  
  1056. @EndIf
  1057.  
  1058. @If (12000 [= @Option)
  1059.  
  1060. /*"Word Perfect 5.1"*/
  1061.  
  1062.         @GetOutDrive @WP51Drive
  1063.                 @Suppress A
  1064.                 @Suppress B
  1065.                 @CLS
  1066.  National Design, Inc. ...... Better by Design
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  On what drive is Word Perfect 5.1 currently installed ?
  1083.  
  1084.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  1085.  bar to the correct disk drive and then press the [Enter] key.
  1086.         @EndOutDrive
  1087.  
  1088.         @GetSubdir @WP51Dir
  1089.                 @CLS
  1090.  National Design, Inc. ...... Better by Design
  1091.  
  1092.  In which subdirectory is Word Perfect 5.1 installed ?
  1093.  
  1094.  
  1095.  Please enter the correct name.
  1096.  
  1097. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  1098.  
  1099.  
  1100.  Press the [Enter] key to continue.
  1101.  
  1102.                 @PROMPT = " Name of Word Perfect 5.1 subdirectory ?"
  1103.  
  1104.         @EndSubdir
  1105.  
  1106. @EndIf
  1107.  
  1108.  
  1109.  
  1110. @If (   3000 [= @Option  || 4000 [= @Option  || 5000 [= @Option  || 6000 [= @Option ||
  1111.         7000 [= @Option  || 8000 [= @Option  || 9000 [= @Option ||
  1112.         10000 [= @Option || 11000 [= @Option || 12000 [= @Option  )
  1113.  
  1114.  
  1115.    @Display
  1116.  
  1117.  National Design, Inc. ...... Better by Design
  1118.  
  1119.  Your @Board board can give display output at different refresh rates
  1120.  to fit your need and your monitor's capabilities.
  1121.  Normally this would be done through the use of DIP switch # 1,
  1122.  positions 2, 3, and 4 (see Volante Refernce Manual pp 14 and 18).
  1123.  However we STRONGLY RECOMMEND for your convenience to use the SWITCH
  1124.  software to override the switch settings.  This little utility will
  1125.  set up the BIOS to select the refresh rate you select as default.
  1126.  The SWITCH program will be called from your AUTOEXEC.BAT
  1127.  (if you allow INSTALL to modify it).  If you in the future need to
  1128.  change this default refresh rate, all you have to do is to modify
  1129.  your autoexec.bat, and reboot your machine.
  1130.  
  1131.  You can run this program by typing :    SW<enter>
  1132.  which will give you a list of the currently set refresh rates.
  1133.  You can also specify on the command line which refresh rate to use :
  1134.       SW [refresh]<enter>
  1135.  where [refresh] can be : 43, 56, 60 or 70.
  1136.  
  1137.         @Pause
  1138.         @Cls
  1139.    @EndDisplay
  1140.  
  1141.         @GetOption
  1142.                 @Option 20043 = " Default to 43 Hz (Interlaced)"
  1143.                 @Option 20056 = " Default to 56 Hz "
  1144.                 @Option 20060 = " Default to 60 Hz "
  1145.                 @Option 20070 = " Default to 70 Hz "
  1146.                 @Cls
  1147.  National Design, Inc. ...... Better by Design
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  Which refresh rate do you want to use?
  1162.  
  1163.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  1164.  bar to the correct version and then press the [Enter] key.
  1165.         @EndOption
  1166.  
  1167.         @GetOutDrive @SWITCHDrive
  1168.                 @Suppress A
  1169.                 @Suppress B
  1170.                 @CLS
  1171.  National Design, Inc. ...... Better by Design
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  On what drive do you want to install SWITCH ?
  1190.  
  1191.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  1192.  bar to the correct disk drive and then press the [Enter] key.
  1193.         @EndOutDrive
  1194.  
  1195.         @GetSubdir @SWITCHDir
  1196.                 @CLS
  1197.  National Design, Inc. ...... Better by Design
  1198.  
  1199.  In which subdirectory do you want to install SWITCH ?
  1200.  
  1201.  
  1202.  Please enter the correct name.
  1203.  
  1204. WARNING: DIRECTORY WILL BE CREATED IF IT DOES NOT EXIST !!!!
  1205.  
  1206.  
  1207.  Press the [Enter] key to continue.
  1208.  
  1209.                 @PROMPT = " Name of SWITCH subdirectory ?"
  1210.  
  1211.         @EndSubdir
  1212.  
  1213. @EndIf
  1214.  
  1215.  
  1216.  
  1217. @If (   3000 [= @Option  || 4000 [= @Option  || 5000 [= @Option  || 6000 [= @Option ||
  1218.       7000 [= @Option  || 8000 [= @Option  || 9000 [= @Option ||
  1219.       10000 [= @Option || 11000 [= @Option || 12000 [= @Option  )
  1220.  
  1221.    @Display
  1222.  
  1223.  National Design, Inc. ...... Better by Design
  1224.  
  1225.  Proper operation of the @Board and your applications may require
  1226.  changes to your "AUTOEXEC.BAT" file.
  1227.  
  1228.  INSTALL can handle these changes in one of three ways:
  1229.  
  1230.  1.) INSTALL can make the required changes directly to the "AUTOEXEC.BAT"
  1231.      file, saving the original file in "AUTOEXEC.BAK".
  1232.  
  1233.  2.) INSTALL can create a disk prototype of the required changes in
  1234.      "AUTOEXEC.NEW". You will have to manually incorporate the required
  1235.       changes into the "AUTOEXEC.BAT" file.
  1236.  
  1237.  3.) INSTALL will display the required changes on screen for viewing or
  1238.      printing using the [PRINT SCRN] key. You will have to manually
  1239.      incorporate the required changes into the "AUTOEXEC.BAT" file.
  1240.  
  1241.         @Pause
  1242.         @Cls
  1243.    @EndDisplay
  1244. @Endif
  1245.  
  1246.  
  1247. @If (   3000 [= @Option  || 4000 [= @Option  || 5000 [= @Option  || 6000 [= @Option ||
  1248.       7000 [= @Option  || 8000 [= @Option  || 9000 [= @Option ||
  1249.       10000 [= @Option || 11000 [= @Option || 12000 [= @Option  )
  1250.  
  1251.  
  1252.    @GetOption
  1253.  
  1254.         @Option 110 = "Modify AUTOEXEC.BAT"
  1255.         @Option 111 = "Put changes in AUTOEXEC.NEW"
  1256.         @Option 112 = "Display changes on screen"
  1257.         @Cls
  1258.  National Design, Inc. ...... Better by Design
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  Please select how you wish install to handle the changes required
  1272.  to the "AUTOEXEC.BAT" file:
  1273.  
  1274.  Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  1275.  bar to the desired method and then press the [Enter] key.
  1276.  
  1277.    @EndOption
  1278. @EndIf
  1279.  
  1280.  
  1281.  
  1282. @DefineDisk
  1283.  
  1284.         @LABEL = "Volante @Board Disk #1"
  1285.  
  1286.  
  1287.         @BeginLib doscad.lif
  1288.  
  1289.                 @If (   3000 [= @Option  || 4000 [= @Option  || 5000 [= @Option  || 6000 [= @Option ||
  1290.                         7000 [= @Option  || 8000 [= @Option  || 9000 [= @Option ||
  1291.                         10000 [= @Option || 11000 [= @Option || 12000 [= @Option  )
  1292.  
  1293.                         @File      SW.EXE @Out  @SWITCHDrive:@SWITCHDir*.*
  1294.  
  1295.                 @EndIf
  1296.  
  1297.  
  1298.                 @If (4000 [= @Option)
  1299.  
  1300.                         /* CADKEY */
  1301.  
  1302.                         @File     CK_911.EXE @Out  @CADKEYDrive:@CADKEYDir*.*
  1303.                         @File     DL_911.EXE @Out  @CADKEYDrive:@CADKEYDir*.*
  1304.                         @File    DRIVERS.GD2 @Out  @CADKEYDrive:@CADKEYDir*.*
  1305.                         @File    DRIVERS.GD4 @Out  @CADKEYDrive:@CADKEYDir*.*
  1306.                         @File      GRDEV.DAT @Out  @CADKEYDrive:@CADKEYDir*.*
  1307.  
  1308.                 @EndIf
  1309.  
  1310.                 @If (5000 [= @Option)
  1311.  
  1312.                         /* DataCAD */
  1313.  
  1314.                         @File     CK_911.EXE @Out  @DATACADDrive:@DATACADDir*.*
  1315.                         @File     DL_911.EXE @Out  @DATACADDrive:@DATACADDir*.*
  1316.                         @File    DRIVERS.GD2 @Out  @DATACADDrive:@DATACADDir*.*
  1317.                         @File    DRIVERS.GD4 @Out  @DATACADDrive:@DATACADDir*.*
  1318.                         @File      GRDEV.DAT @Out  @DATACADDrive:@DATACADDir*.*
  1319.  
  1320.                 @EndIf
  1321.  
  1322.  
  1323.                 @If (6000 [= @Option)
  1324.  
  1325.                         /* CADVANCE */
  1326.  
  1327.                         @File     CDV911.DRV @Out @CadvanceDrive:@cadvancedir\*.*
  1328.  
  1329.                 @EndIf
  1330.  
  1331.                 @If (7000 [= @Option)
  1332.  
  1333.                         /* GENCAD */
  1334.  
  1335.                         @File    LGEN911.VGD @Out @GENCADDDrive:@GENCADDDIR*.*
  1336.                         @File    SGEN911.VGD @Out @GENCADDDrive:@GENCADDDir*.*
  1337.  
  1338.  
  1339.                 @EndIf
  1340.  
  1341.                 @If (8000 [= @Option)
  1342.  
  1343.                 /*"Microstation PC"*/
  1344.  
  1345.                                 @File     MGL911.EXP @Out @USTATIONDrive:@USTATIONDir*.*
  1346.                                 @File      MGL911.MA   @Out @USTATIONDrive:@USTATIONDir*.*
  1347.                                 @File     MGL911.MGL   @Out @USTATIONDrive:@USTATIONDir*.*
  1348.                                 @File      MGLS3.EXE   @Out @USTATIONDrive:@USTATIONDir*.*
  1349.                                 @File      MGLS3.MGL   @Out @USTATIONDrive:@USTATIONDir*.*
  1350.                                 @File   USREMOVE.EXE   @Out @USTATIONDrive:@USTATIONDir\remove.exe
  1351.  
  1352.                         @If (8011 [= @Option)
  1353.  
  1354.                                 /* PMUSTAT */
  1355.  
  1356.                                 @File     MGL911.EXP @Out @USTATIONDrive:@USTATIONDir\drivers\*.*
  1357.                                 @File      MGL911.MA @Out @USTATIONDrive:@USTATIONDir\drivers\*.*
  1358.                                 @File     MGL911.MGL @Out @USTATIONDrive:@USTATIONDir\drivers\*.*
  1359.  
  1360.                         @ElseIf (8012 [= @Option)
  1361.  
  1362.                                 /* USTATION */
  1363.  
  1364.                                 @File      MGLS3.EXE @Out @USTATIONDrive:@USTATIONDir*.*
  1365.                                 @File      MGLS3.MGL @Out @USTATIONDrive:@USTATIONDir*.*
  1366.                                 @File   USREMOVE.EXE @Out @USTATIONDrive:@USTATIONDir\remove.exe
  1367.  
  1368.                         @EndIf
  1369.  
  1370.                 @EndIf
  1371.  
  1372.                 @If (9000 [= @Option)
  1373.  
  1374.                         @File    VC2_911.COM @Out @VersacadDrive:@VersacadDir*.*
  1375.                         @File    VC3_911.COM @Out @VersacadDrive:@VersacadDir*.*
  1376.                         @File    VCAD386.BAT @Out @VersacadDrive:@VersacadDir*.*
  1377.                         @File    VCAD386.CFG @Out @VersacadDrive:@VersacadDir*.*
  1378.                         @File     VCAD53.CFG @Out @VersacadDrive:@VersacadDir*.*
  1379.                         @File     VCAD54.BAT @Out @VersacadDrive:@VersacadDir*.*
  1380.                         @File     VCAD54.CFG @Out @VersacadDrive:@VersacadDir*.*
  1381.                         @File   VCREMOVE.EXE @Out @VersacadDrive:@VersacadDir\remove.exe
  1382.  
  1383.                         /* VERSACAD */
  1384.  
  1385.                         @If (9001 [= @Option)
  1386.  
  1387.                                 @File    VC2_911.COM @Out @VERSACADDrive:\@VERSACADDir\*.*
  1388.                                 @File     VCAD53.CFG @Out @VERSACADDrive:\@VERSACADDir\enviro.cfg
  1389.  
  1390.                         @ElseIf (9002 [= @Option)
  1391.  
  1392.                                 @File    VC2_911.COM @Out @VERSACADDrive:\@VERSACADDir\*.*
  1393.                                 @File     VCAD54.CFG @Out @VERSACADDrive:\@VERSACADDir\enviro.cfg
  1394.  
  1395.                         @ElseIf (9003 [= @Option)
  1396.  
  1397.                                 @File    VC3_911.COM @Out @VERSACADDrive:\@VERSACADDir\*.*
  1398.                                 @File    VCAD386.CFG @Out @VERSACADDrive:\@VERSACADDir\*.*
  1399.  
  1400.                         @EndIf
  1401.  
  1402.                 @EndIf
  1403.  
  1404.                 @If (10000 [= @Option)
  1405.  
  1406.                 /* LOTUS */
  1407.  
  1408.                         @File    123D600.DRV @Out @LOTUSDrive:\@LOTUSDir\*.*
  1409.                         @File    123D768.DRV @Out @LOTUSDrive:\@LOTUSDir\*.*
  1410.                         @File    123S600.DRV @Out @LOTUSDrive:\@LOTUSDir\*.*
  1411.                         @File    123S768.DRV @Out @LOTUSDrive:\@LOTUSDir\*.*
  1412.                         @File    123TEXT.DRV @Out @LOTUSDrive:\@LOTUSDir\*.*
  1413.                         @File   123TXT25.DRV @Out @LOTUSDrive:\@LOTUSDir\*.*
  1414.                         @File   123TXT43.DRV @Out @LOTUSDrive:\@LOTUSDir\*.*
  1415.  
  1416.                 @EndIf
  1417.  
  1418.                 @If (11000 [= @Option)
  1419.  
  1420.                 /*"Microsoft Word 5.0"*/
  1421.  
  1422.                 /* MSWORD */
  1423.  
  1424.                         @File     SCREEN.VID @Out msword\*.*
  1425.                         @File     SCREEN.VID @Out @WORDDrive:\@WORDDir\*.*
  1426.  
  1427.                 @EndIf
  1428.  
  1429.                 @If (12000 [= @Option)
  1430.  
  1431.                         /*"Word Perfect 5.1"*/
  1432.  
  1433.                         @File    WPGRAPH.VRS @Out @WP51Drive:@WP51Dir\*.*
  1434.                         @File     WPTEXT.VRS @Out @WP51Drive:@WP51Dir\*.*
  1435.  
  1436.                 @EndIf
  1437.  
  1438.         @EndLib
  1439.  
  1440.         @If (201 [= @Option)
  1441.           @BeginLib win_31.lif
  1442.                 @File  warpbios.bat @Out @BootDrive:\\warpbios.bat
  1443.                 @File  scanbios.exe @Out @BootDrive:\\scanbios.exe
  1444.                 @File  @BIOS @Out @BootDrive:\\wp10bios.exe
  1445.           @EndLib
  1446.         @EndIf
  1447.  
  1448.  
  1449.         @If ((2000 [= @Option) || (10 [= @Option))
  1450.  
  1451.                         /* windows 3.1 supp files */
  1452.           @BeginLib win_31.lif
  1453.  
  1454.                 @File  8514FIX.FON  @Out @WinDrive:@Windir@Sys*.*
  1455.                 @File  8514OEM.FON  @Out @WinDrive:@Windir@Sys*.*
  1456.                 @File  8514SYS.FON  @Out @WinDrive:@Windir@Sys*.*
  1457.                 @File  COURE.FON    @Out @WinDrive:@Windir@Sys*.*
  1458.                 @File  COURF.FON    @Out @WinDrive:@Windir@Sys*.*
  1459.                 @File  MODERN.FON   @Out @WinDrive:@Windir@Sys*.*
  1460.                 @File  ROMAN.FON    @Out @WinDrive:@Windir@Sys*.*
  1461.                 @File  SCRIPT.FON   @Out @WinDrive:@Windir@Sys*.*
  1462.                 @File  SERIFE.FON   @Out @WinDrive:@Windir@Sys*.*
  1463.                 @File  SERIFF.FON   @Out @WinDrive:@Windir@Sys*.*
  1464.                 @File  SMALLE.FON   @Out @WinDrive:@Windir@Sys*.*
  1465.                 @File  SMALLF.FON   @Out @WinDrive:@Windir@Sys*.*
  1466.                 @File  SSERIFE.FON  @Out @WinDrive:@Windir@Sys*.*
  1467.                 @File  SSERIFF.FON  @Out @WinDrive:@Windir@Sys*.*
  1468.                 @File  SYMBOLE.FON  @Out @WinDrive:@Windir@Sys*.*
  1469.                 @File  SYMBOLF.FON  @Out @WinDrive:@Windir@Sys*.*
  1470.                 @File  VGAFIX.FON   @Out @WinDrive:@Windir@Sys*.*
  1471.                 @File  VGAOEM.FON   @Out @WinDrive:@Windir@Sys*.*
  1472.                 @File  VGASYS.FON   @Out @WinDrive:@Windir@Sys*.*
  1473.                 @File  carvga.2gr   @Out @WinDrive:@Windir@Sys*.*
  1474.                 @File  carvga.3gr   @Out @WinDrive:@Windir@Sys*.*
  1475.                 @File  vgalogo.rle  @Out @WinDrive:@Windir@Sys*.*
  1476.                 @File  win.cnf      @Out @WinDrive:@Windir@Sys*.*
  1477.                 @File  vddcar.386   @Out @WinDrive:@Windir@Sys*.*
  1478.                 @File  scanbios.exe @Out @WinDrive:@Windir*.*
  1479.                 @File  warp10.exe   @Out @WinDrive:@Windir*.*
  1480.                 @File  warptest.exe @Out @WinDrive:@Windir*.*
  1481.                 @File  vinstall.exe @Out @WinDrive:@Windir*.*
  1482.                 @File  warpbios.bat @Out @WinDrive:@Windir\\warpbios.bat
  1483.                 @File  @BIOS        @Out @WinDrive:@Windir\\wp10bios.exe
  1484.                 @File  Pan.exe      @Out @WinDrive:@Windir*.*
  1485.                 @File  QPPan.dll    @Out @WinDrive:@Windir*.*
  1486.                 @File  PMPan.dll    @Out @WinDrive:@Windir*.*
  1487.                 @File  PadPan.dll   @Out @WinDrive:@Windir*.*
  1488.                 @File  XLPan.dll    @Out @WinDrive:@Windir*.*
  1489.                 @File  L123Pan.dll  @Out @WinDrive:@Windir*.*
  1490.  
  1491.           @EndLib
  1492.  
  1493.         @Endif
  1494.  
  1495. @EndDisk
  1496.  
  1497.  
  1498.  
  1499.  
  1500. @DefineDisk
  1501.  
  1502.  
  1503.         @LABEL = "Volante @Board Disk #2"
  1504.  
  1505.            @If ((2000 [= @Option) || (10 [= @Option))
  1506.  
  1507.  
  1508.                 @BeginLib  winwarp.lif
  1509.  
  1510.                         @File _fin.exe       @Out @WinDrive:@Windir*.*
  1511.                         @File _fino.bat      @Out @WinDrive:@Windir*.*
  1512.                         @File ndi_a08.drv    @Out @WinDrive:@Windir@Sys*.*
  1513.                         @File ndi_a15.drv    @Out @WinDrive:@Windir@Sys*.*
  1514.                         @File ndi_a16.drv    @Out @WinDrive:@Windir@Sys*.*
  1515.                         @File ndi_a24.drv    @Out @WinDrive:@Windir@Sys*.*
  1516.                         @File ndi_b04.drv    @Out @WinDrive:@Windir@Sys*.*
  1517.                         @File ndi_b08.drv    @Out @WinDrive:@Windir@Sys*.*
  1518.                         @File ndi_b16.drv    @Out @WinDrive:@Windir@Sys*.*
  1519.                         @File ndi_c04.drv    @Out @WinDrive:@Windir@Sys*.*
  1520.                         @File ndi_c08.drv    @Out @WinDrive:@Windir@Sys*.*
  1521.                         @File ndi_d04.drv    @Out @WinDrive:@Windir@Sys*.*
  1522.                         @File ndi_e04.drv    @Out @WinDrive:@Windir@Sys*.*
  1523.  
  1524. /*==========================================================*/
  1525. /*--------------warp10 plus----------------------------
  1526.                         @File oem_wpp.inf    @Out @WinDrive:@Windir@Sys\\oem_warp.inf
  1527. -----------------------------------------------------*/
  1528. /*--------------warp10lb-------------------------------
  1529. -----------------------------------------------------*/
  1530.                         @File oem_wplb.inf   @Out @WinDrive:@Windir@Sys\\oem_warp.inf
  1531.                         @File ndi_b162.drv   @Out @WinDrive:@Windir@Sys*.*
  1532.                         @File ndi_c162.drv   @Out @WinDrive:@Windir@Sys*.*
  1533.                         @File ndi_d082.drv   @Out @WinDrive:@Windir@Sys*.*
  1534.  
  1535. /*==========================================================*/
  1536.  
  1537.                 @EndLib
  1538.  
  1539.  
  1540.            @Endif
  1541.  
  1542.  
  1543. @EndDisk
  1544.  
  1545.  
  1546.  
  1547.  
  1548. @SetAutoexec
  1549.  
  1550.         @If (110 [= @Option)
  1551.                 @Overwrite
  1552.         @Elseif (111 [= @Option)
  1553.                 @DiskProto
  1554.         @Else
  1555.                 @ScreenProto
  1556.         @EndIf
  1557.  
  1558.  
  1559.         @If (   3000 [= @Option  || 4000 [= @Option  || 5000 [= @Option  || 6000 [= @Option ||
  1560.                 7000 [= @Option  || 8000 [= @Option  || 9000 [= @Option ||
  1561.                 10000 [= @Option || 11000 [= @Option || 12000 [= @Option  )
  1562.  
  1563.                 /* Refresh selection */
  1564.  
  1565.              @If (20043 [= @Option)
  1566.                         @Verbatim "@SWITCHDrive:@SWITCHDir\\sw 43"
  1567.                 @ElseIf (20056 [= @Option)
  1568.                         @Verbatim "@SWITCHDrive:@SWITCHDir\\sw 56"
  1569.                 @ElseIf (20060 [= @Option)
  1570.                         @Verbatim "@SWITCHDrive:@SWITCHDir\\sw 60"
  1571.                 @ElseIf (20070 [= @Option)
  1572.                         @Verbatim "@SWITCHDrive:@SWITCHDir\\sw 70"
  1573.              @EndIf
  1574.         @EndIf
  1575.  
  1576.         @If ((6000 [= @Option) || (7000 [= @Option))
  1577.  
  1578.                 /* Cadvance or Generic CADD */
  1579.  
  1580.              @If ((6001 [= @Option) || (7001 [= @Option))
  1581.                         @SetReplace ("S31_911", "0")
  1582.                 @ElseIf ((6002 [= @Option) || (7002 [= @Option))
  1583.                         @SetReplace ("S31_911", "1")
  1584.                 @ElseIf ((6003 [= @Option) || (7003 [= @Option))
  1585.                         @SetReplace ("S31_911", "2")
  1586.                 @ElseIf ((6004 [= @Option) || (7004 [= @Option))
  1587.                         @SetReplace ("S31_911", "3")
  1588.                 @ElseIf ((6005 [= @Option) || (7005 [= @Option))
  1589.                         @SetReplace ("S31_911", "4")
  1590.                 @ElseIf ((6006 [= @Option) || (7006 [= @Option))
  1591.                         @SetReplace ("S31_911", "5")
  1592.                 @ElseIf ((6007 [= @Option) || (7007 [= @Option))
  1593.                         @SetReplace ("S31_911", "7")
  1594.              @EndIf
  1595.  
  1596.         @EndIf
  1597.  
  1598.         @If (8011 [= @Option)
  1599.  
  1600.                 /* MicroStation (Protected Mode) */
  1601.  
  1602.              @If (8001 [= @Option)
  1603.                         @SetReplace ("MGL911", "0")
  1604.                 @ElseIf (8002 [= @Option)
  1605.                         @SetReplace ("MGL911", "1")
  1606.                 @ElseIf (8003 [= @Option)
  1607.                         @SetReplace ("MGL911", "2")
  1608.                 @ElseIf (8004 [= @Option)
  1609.                         @SetReplace ("MGL911", "3")
  1610.                 @ElseIf (8005 [= @Option)
  1611.                         @SetReplace ("MGL911", "4")
  1612.                 @ElseIf (8006 [= @Option)
  1613.                         @SetReplace ("MGL911", "5")
  1614.                 @ElseIf (8007 [= @Option)
  1615.                         @SetReplace ("MGL911", "7")
  1616.              @EndIf
  1617.         @EndIf
  1618.  
  1619.         @If (8012 [= @Option)
  1620.  
  1621.                 /* MicroStation (Real Mode) */
  1622.  
  1623.              @If (8001 [= @Option)
  1624.                         @SetReplace ("S31_911", "0")
  1625.                 @ElseIf (8002 [= @Option)
  1626.                         @SetReplace ("S31_911", "1")
  1627.                 @ElseIf (8003 [= @Option)
  1628.                         @SetReplace ("S31_911", "2")
  1629.                 @ElseIf (8004 [= @Option)
  1630.                         @SetReplace ("S31_911", "3")
  1631.                 @ElseIf (8005 [= @Option)
  1632.                         @SetReplace ("S31_911", "4")
  1633.                 @ElseIf (8006 [= @Option)
  1634.                         @SetReplace ("S31_911", "5")
  1635.                 @ElseIf (8007 [= @Option)
  1636.                         @SetReplace ("S31_911", "7")
  1637.              @EndIf
  1638.         @EndIf
  1639.  
  1640.  
  1641. @EndAutoexec
  1642.  
  1643.  
  1644. @Finish
  1645.  
  1646.         @Cls
  1647.  
  1648.                 /* add executable BIOS to autoexec.bat file */
  1649.  
  1650.         @ChDrive @BootDrive
  1651.         @If (201 [= @Option)
  1652.                 @System " copy \\autoexec.bat \\autoexec.!!! "
  1653.  
  1654.                 @If (@Spawn("@InDrive:scanbios p!!") == 0)
  1655.                         @System " copy \\autoexec.!!1 \\autoexec.bat "
  1656.                         @Delete ("@BootDrive:\\autoexec.!!!")
  1657.                         @Delete ("@BootDrive:\\autoexec.!!1")
  1658.                 @Else
  1659.         WARNING !!!
  1660.            INSTALL was NOT able to modify your @BootDrive:AUTOEXEC.BAT file
  1661.         to add call to the new BIOS executable.
  1662.  
  1663.                         @Pause
  1664.                         @Cls
  1665.                 @EndIf
  1666.         @EndIf
  1667.  
  1668.         /* if QUICK, just add bios call if needed */
  1669.  
  1670.         @ChDrive @BootDrive
  1671.         @If ((@Spawn("@InDrive:scanbios") == 1) && (10 [= @Option))
  1672.                 @System " copy @WinDrive:@WinDir\\warpbios.bat @Bootdrive:\\"
  1673.                 @System " copy @WinDrive:@WinDir\\wp10bios.exe @Bootdrive:\\"
  1674.                 @System " copy @WinDrive:@WinDir\\scanbios.exe @Bootdrive:\\"
  1675.                 @System " copy @BootDrive:\\autoexec.bat @BootDrive:\\autoexec.!!! "
  1676.  
  1677.                 @If (@Spawn("@InDrive:scanbios p!!") == 0)
  1678.                         @System " copy @BootDrive:\\autoexec.!!1 @BootDrive:\\autoexec.bat "
  1679.                         @Delete ("@BootDrive:\\autoexec.!!!")
  1680.                         @Delete ("@BootDrive:\\autoexec.!!1")
  1681.                 @Else
  1682.         WARNING !!!
  1683.            INSTALL was NOT able to modify your @BootDrive:AUTOEXEC.BAT file
  1684.         to add call to the new BIOS executable.
  1685.  
  1686.                         @Pause
  1687.                         @Cls
  1688.                 @EndIf
  1689.         @EndIf
  1690.  
  1691.                 /* clean up .inf files */
  1692.  
  1693.         @ChDrive @WinDrive
  1694.         @ChDir "@Windir@Sys"
  1695.         @If ((2001 [= @Option) || (10 [= @Option))
  1696.  Renaming old .inf files .....
  1697.                 @Spawn("scanbios p!i")
  1698.         @EndIf
  1699.  
  1700.         /* ADDpih */
  1701.         /* if QUICK, clean up .inf files */
  1702.  
  1703.  
  1704.  
  1705.         @ChDrive @OutDrive
  1706.         @ChDir "@SubDir"
  1707.  
  1708.  
  1709.         @If ((2001 [= @Option) || (10 [= @Option))
  1710.  
  1711.  Deleting old drivers .....
  1712. /*==========================================================*/
  1713. /*--------------warp10 plus----------------------------*/
  1714. /*--------------warp10lb-------------------------------*/
  1715.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_128p.drv")
  1716.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_1152.drv")
  1717.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_1152.drv")
  1718.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_1k.drv")
  1719.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_1kp.drv")
  1720.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_8tc.drv")
  1721.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_800.drv")
  1722.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_800p.drv")
  1723.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_tc24.drv")
  1724.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_tc16.drv")
  1725.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_640.drv")
  1726.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_128l.drv")
  1727.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_12pl.drv")
  1728.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_1kl.drv")
  1729.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_1kpl.drv")
  1730.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_816l.drv")
  1731.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_800l.drv")
  1732.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_8pl.drv")
  1733.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_6tcl.drv")
  1734.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_616l.drv")
  1735.                 @Delete (" @WinDrive:@Windir@Sys\\ndi_640l.drv")
  1736. /*==========================================================*/
  1737.         @Endif
  1738.  
  1739.     @If (4000 [= @Option)
  1740.  
  1741.    CadKey Driver Installed
  1742.  
  1743.    Please refer to the @Board User's Guide for instructions on configuring
  1744.    CADKEY to utilize the @Board Driver.
  1745.  
  1746.                 @Pause
  1747.                 @Cls
  1748.         @System " cd @CADKEYDrive:@CADKEYDir "
  1749.  
  1750.     @EndIf
  1751.  
  1752.     @If (5000 [= @Option)
  1753.  
  1754.    DataCad Driver Installed
  1755.  
  1756.    Please refer to the @Board User's Guide for instructions on configuring
  1757.    DataCAD to utilize the @Board Driver.
  1758.  
  1759.                 @Pause
  1760.                 @Cls
  1761.         @System " cd @DATACADDrive:@DATACADDir "
  1762.  
  1763.     @EndIf
  1764.  
  1765.  
  1766.     @If (6000 [= @Option)
  1767.  
  1768.    Cadvance Drivers Installed
  1769.  
  1770.    Please refer to the @Board User's Guide for instructions on configuring
  1771.    CadVance to utilize the @Board Driver.
  1772.  
  1773.                 @Pause
  1774.                 @Cls
  1775.         @System " cd @CADVANCEDrive:@CADVANCEDir "
  1776.  
  1777.     @EndIf
  1778.  
  1779.     @If (7000 [= @Option)
  1780.  
  1781.    Generic CADD Drivers Installed
  1782.  
  1783.    Please refer to the @Board User's Guide for instructions on configuring
  1784.    Generic CADD to utilize the @Board Driver.
  1785.  
  1786.                 @Pause
  1787.                 @Cls
  1788.         @System " cd @GENCADDDrive:@GENCADDDir "
  1789.  
  1790.     @EndIf
  1791.  
  1792.  
  1793.     @If (8000 [= @Option)
  1794.  
  1795.    Microstation PC Drivers Installed
  1796.  
  1797.    Please refer to the @Board User's Guide for instructions on configuring
  1798.    MicroStation to utilize the @Board Driver.
  1799.  
  1800.                 @Pause
  1801.                 @Cls
  1802.         @System " cd @USTATIONDrive:@USTATIONDir "
  1803.  
  1804.     @EndIf
  1805.  
  1806.  
  1807.     @If (9000 [= @Option)
  1808.  
  1809.    VersaCad Drivers Installed
  1810.  
  1811.    Please refer to the @Board User's Guide for instructions on configuring
  1812.    VersaCAD to utilize the @Board Driver.
  1813.  
  1814.                 @Pause
  1815.                 @Cls
  1816.         @System " cd @VERSACADDrive:@VERSACADDir "
  1817.  
  1818.     @EndIf
  1819.  
  1820.     @If (10000 [= @Option)
  1821.  
  1822.    Lotus 1-2-3 Drivers Installed
  1823.  
  1824.    Please refer to the @Board User's Guide for instructions on configuring
  1825.    Lotus 1-2-3 to utilize the @Board Drivers.
  1826.  
  1827.                 @Pause
  1828.                 @Cls
  1829.         @System " cd @LOTUSDrive:@LOTUSDir "
  1830.  
  1831.     @EndIf
  1832.  
  1833.  
  1834.     @If (11000 [= @Option)
  1835.  
  1836.    Microsoft Word 5.0 Installed
  1837.  
  1838.    Please refer to the @Board User's Guide for instructions on configuring
  1839.    Microsoft Word 5.0 to utilize the @Board Driver.
  1840.  
  1841.                 @Pause
  1842.                 @Cls
  1843.         @System " cd @WORDDrive:@WORDDir "
  1844.  
  1845.  
  1846.     @EndIf
  1847.  
  1848.     @If (12000 [= @Option)
  1849.  
  1850.    Word Perfect 5.1 Drivers Installed
  1851.  
  1852.    Please refer to the @Board User's Guide for instructions on configuring
  1853.    Word Perfect 5.1 to utilize the @Board Driver.
  1854.  
  1855.                 @Pause
  1856.                 @Cls
  1857.         @System " cd @WP51Drive:@WP51Dir "
  1858.  
  1859.     @EndIf
  1860.  
  1861.  
  1862.     @If ((2000 [= @Option) || (10 [= @Option))
  1863.  
  1864.         @If (20 [= @Option)
  1865.            @Cls
  1866.  
  1867.         Microsoft Windows 3.1 Drivers for @Board Installed !!!
  1868.  
  1869.         Installation of Windows Drivers for @Board is now complete.
  1870.  
  1871.  
  1872.         Install will now call Setup for Windows so you can choose
  1873.         a @Board Display Driver.  After you have completed Setup,
  1874.         Windows will start up, using the driver you selected.
  1875.  
  1876.         On startup of Windows our Mode Change Utility (@ModeChange) will
  1877.         be installed into a new Group (Volante).  This application
  1878.         will allow you to select a different driver for the @Board,
  1879.         with you specifying resolution, pixeldepth, font size and
  1880.         refresh rate.
  1881.  
  1882.         NOTE :
  1883.            A word of warning : Make sure your monitor can handle the
  1884.            selected resolution and refresh !
  1885.            I.e. if you selected a resolution of 1024x768 with a refresh
  1886.                 of 70 Hz, your monitor MUST be capable of handling a
  1887.                 Dot Clock (Max. Bandwidth) of at least 75 MHz.
  1888.  
  1889.  
  1890.            @Pause
  1891.            @Cls
  1892.         @EndIf  /* of 20-opt ADVANCED install */
  1893.  
  1894.         @System   "@Windrive:"
  1895.         @System   "cd @Windrive:\\@Windir"
  1896.  
  1897.                         /* save off some .ini files for security */
  1898.  
  1899.         @If (@Exists "@WinDrive:@Windir\\warp_bup\\system.ini")
  1900.         @Else
  1901.                 @System " md   @WinDrive:@Windir\\warp_bup"
  1902.                 @System " copy progman.ini warp_bup"
  1903.                 @System " copy system.ini  warp_bup"
  1904.                 @System " copy win.ini     warp_bup"
  1905.         @Endif
  1906.  
  1907.                 /* if QUICK install, modify system.ini file */
  1908.         @If (10 [= @Option)
  1909.  
  1910.            @System " copy system.ini system.!!!"
  1911.  
  1912.            @If (@Spawn ("@InDrive:scanbios p!m") == 0)
  1913.               @System " copy system.!!1 system.ini"
  1914.               @Delete ("system.!!!")
  1915.               @Delete ("system.!!1")
  1916.               @If (@Spawn("@InDrive:scanbios") == 1)
  1917.                 @Execute "_fin.exe"," i"        /* bios, win */
  1918.               @Else
  1919.                 @Execute "_fin.exe"," w"        /* win */
  1920.               @EndIf
  1921.            @Else
  1922.               Problem with system.ini file modification
  1923.               @Pause
  1924.               @If (@Spawn("@InDrive:scanbios") == 1)
  1925.                 @Execute "_fin.exe"," b"        /* bios, setup, win */
  1926.               @Else
  1927.                 @Execute "_fin.exe",""          /* setup, win */
  1928.               @EndIf
  1929.            @EndIf
  1930.  
  1931.         @Else
  1932.            @If (201 [= @Option)
  1933.               @Execute "_fin.exe"," b"  /* bios, setup, win */
  1934.            @Else
  1935.               @Execute "_fin.exe",""    /* setup, win */
  1936.            @EndIf
  1937.         @EndIf
  1938.  
  1939.     @Else
  1940.  
  1941.  
  1942.         @If (201 [= @Option)
  1943.                 New BIOS executable installed.
  1944.         @Else
  1945.                 Nothing installed...
  1946.         @EndIf
  1947.  
  1948.         @Pause
  1949.         @Cls
  1950.     @EndIf
  1951.  
  1952. @EndFinish
  1953. /* end-of-file */
  1954.  
  1955.