home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1993-01-20 | 20.9 KB | 964 lines |
- @DefineProject
- @Name = "HI Drivers"
- @Version = "2.0"
- @Subdir = "\\HIDRIVER\\"
- @OutDrive = C
- @EndProject
-
-
- @DefineVars
- @Drive @AcadDrive = @OutDrive
- @Dir @AcadDir = "\\ACAD\\"
- @Dir @AcadDrvDir = "\\ACAD\\DRV\\"
-
- @EndVars
-
-
- @Display
- @Cls
- Welcome to the Houston Instrument driver disk installation program!
-
- This disk contains an assortment of drivers which are used to
- interface various types of plotters with different software packages.
-
- This program will help you select the right drivers for your
- particular plotter model and application software.
-
- Simply answer the prompts on the following screens, and the
- proper drivers will be installed for you.
-
- You will also be shown information about driver options and
- application software configuration.
-
-
- @Pause
- @EndDisplay
-
-
-
- Top:
-
- @GetOption
- @Cls
- Choose one of the following:
-
-
-
-
-
-
-
-
-
- Use the [Up Arrow] and [Down Arrow] keys to move the blinking bar
- to the desired selection.
-
- Press the [Enter] key to proceed.
-
- @Option 0="Install drivers for your software and plotter"
- @Option 1000="List features of the drivers on this disk"
- @Option 2000="Display on-line documentation for drivers"
- @Option 3000="Manually select and install drivers by name"
- @EndOption
-
-
-
-
- @If (1000 [= @Option)
- @Display
- @Cls
- ADI "Plotter" drivers for AutoCAD:
- These provide better performance and functionality than AutoCAD's
- built-in plotter drivers, and are supported by Houston Instrument,
- not Autodesk. The protected-mode drivers offer the best performance,
- but require AutoCAD-386, Release 10 or higher. The real-mode drivers
- are less powerful, but are supported by more AutoCAD versions.
-
- ADI "Printer/Plotter" drivers for JetView Plus/Pro, LDScan, or AutoCAD:
- These drivers allow you to print scanned images on several types of
- raster printers when used with Houston Instrument's JetView Plus,
- JetView Professional, or LDScan software. They may also be used with
- AutoCAD, although only JETADI is supported by HI for this purpose.
-
- The following screens show more detailed information about each driver
- on this diskette.
-
- @Pause
- @Cls
- * HI-POWER: ADI 4.2 protected-mode plotter driver
- ...requires AutoCAD Release 12
- ...for HI 7000 or DMP-160 series pen-plotters
- and JetPro V50/V100 ink-jet plotters
- ...outputs HPGL/2 and HI Job Control Language encapsulation commands
- ...entirely configured within AutoCAD for ease of use
- ...plot-time selection of HI 7000 series parameters:
- number of copies, plot mirroring, and 180 degree plot rotation
- ...plot-time selection of JetPro V50/V100 parameters:
- number of copies, plot quality, paper source, and AutoScale
- ...smart fills and 8-bit polyline encoding improve performance
- ...configurable shading for JetPro pens (screened vectors)
- ...PsuedoColor mode simulates colored lines and areas by mapping
- RGB colors to gray shades on JetPro plotters
- ...supports serial baud rates up to 38400
- ...supports parallel I/O for JetPro and HI 7000 series plotters
- ...supports AutoCAD's plot-to-file feature
- ...seamless support of deluxe "resolution optimized" long-plots
-
- @Pause
- @Cls
- * DMPL386: ADI 4.1 protected-mode plotter driver
- ...for all HI pen-plotters and JetPro V50/V100 ink-jet plotters
- ...entirely configured within AutoCAD for ease of use
- ...supports DMPL and HPGL/2
- ...supports serial baud rates up to 19200
- ...supports parallel I/O for JetPro plotters
- ...supports AutoCAD's plot-to-file feature
- ...supports deluxe "resolution optimized" long-plots
-
- * DMPLADI: ADI 4.1 real-mode plotter driver
- ...for all HI pen-plotters and JetPro V50/V100 ink-jet plotters
- ...must be configured and installed before starting AutoCAD
- ...supports DMPL and HPGL/2
- ...supports serial baud rates up to 38400
- ...supports parallel I/O for JetPro plotters
- ...supports plot-to-file (selectable when driver is loaded)
- ...supports reduced resolution (200 lpi) long-plots only
-
- @Pause
- @Cls
- * JET386: ADI 4.1 protected-mode plotter driver
- ...for JetPro 360 and JetPro Plus ink-jet printer/plotters
- ...supports pen-width mapping from 0 to 9 pixels wide
- ...seamless long-plot support up to 182 inches
- ...prints in the background (not available with Release 12)
-
- * JETADI: ADI 4.1 real-mode printer/plotter driver
- ...for all JetPro series ink-jet printer/plotters
- ...used by JetView Plus, JetView Professional, and LDScan to
- print scanned images
- ...used by AutoCAD to print rasterized vector images
- ...fixed 180 DPI only version conserves memory
- ...switchable 180/360 DPI version permits highest quality
- ...all lines are 2-pixels wide when used with AutoCAD
-
- @Pause
- @Cls
- * VADI: ADI 4.1 real-mode printer/plotter driver
- ...for Versatec electrostatic printer/plotters
- ...requires Versatec Greensheet interface board
- ...used by JetView Plus, JetView Professional, and LDScan to
- print scanned images
-
- * AADI: ADI 4.1 real-mode printer/plotter driver
- ...for Atlantek direct-thermal printer/plotters
- ...requires custom cable for parallel port
- ...used by JetView Plus, JetView Professional, and LDScan to
- print scanned images
-
- @Pause
- @Cls
- You will now be returned to the DOS prompt, where you may copy files
- and install drivers manually. Or you may re-run INSTALL, and proceed
- with automatic installation.
-
- @Pause
-
- @EndDisplay
- @Abort
-
- @EndIf
-
-
-
-
- @If (2000 [= @Option)
-
- /* START OF DOCUMENTATION BROWSER */
-
- ChooseDocs:
-
- @GetGroups
- @Cls
- Which driver(s) do you want to view on-line documentation for?
-
-
-
-
-
-
-
-
-
-
-
- Press the [Space Bar] to select one or more of the above.
-
- Use the [Up Arrow] and [Down Arrow] keys to move the blinking bar
- between selections.
-
- Press the [Enter] key to proceed.
-
- @Set g="HI-POWER"
- @Set a="DMPL386"
- @Set b="DMPLADI"
- @Set c="JET386"
- @Set d="JETADI"
- @Set e="VADI"
- @Set f="AADI"
-
- @CheckBox
- @EndGroups
-
- @If (('a'[=@Group)||('b'[=@Group)||('c'[=@Group)||('d'[=@Group)||('e'[=@Group)||('f'[=@Group)||('g'[=@Group))
- @Else
- @Goto ChooseDocs
- @Endif
-
- @DefineVars
-
- @Integer @PerformInstall = 0
-
- @If ('a' [= @Group)
- @Integer @FlagDMPL386a = 1
- @Integer @FlagDMPL386b = 1
- @Else
- @Integer @FlagDMPL386a = 0
- @Integer @FlagDMPL386b = 0
- @Endif
-
- @If ('b' [= @Group)
- @Integer @FlagDMPLADI = 1
- @Else
- @Integer @FlagDMPLADI = 0
- @Endif
-
- @If ('c' [= @Group)
- @Integer @FlagJET386a = 1
- @Integer @FlagJET386b = 1
- @Else
- @Integer @FlagJET386a = 0
- @Integer @FlagJET386b = 0
- @Endif
-
- @If ('d' [= @Group)
- @Integer @FlagJETADI = 1
- @Else
- @Integer @FlagJETADI = 0
- @Endif
-
- @If ('e' [= @Group)
- @Integer @FlagVADI = 1
- @Else
- @Integer @FlagVADI = 0
- @Endif
-
- @If ('f' [= @Group)
- @Integer @FlagAADI = 1
- @Else
- @Integer @FlagAADI = 0
- @Endif
-
- @If ('g' [= @Group)
- @Integer @FlagHIPOWER = 1
- @Else
- @Integer @FlagHIPOWER = 0
- @Endif
-
- @EndVars
-
- /* END OF DOCUMENTATION BROWSER */
-
-
-
-
- @Else
-
-
- @If (3000 [= @Option)
-
- /* START OF MANUAL INSTALL */
-
- ChooseManual:
-
- @GetGroups
- @Cls
- Which driver(s) do you want to install?
-
-
-
-
-
-
-
-
-
-
-
-
-
- Press the [Space Bar] to select one or more of the above.
-
- Use the [Up Arrow] and [Down Arrow] keys to move the blinking bar
- between selections.
-
- Press the [Enter] key to proceed.
- @Set i="HI-POWER"
- @Set a="DMPL386 (AutoCAD Release 12 setup)"
- @Set b="DMPL386 (AutoCAD Release 10 or 11 setup)"
- @Set c="DMPLADI"
- @Set d="JET386 (AutoCAD Release 12 setup)"
- @Set e="JET386 (AutoCAD Release 10 or 11 setup)"
- @Set f="JETADI"
- @Set g="VADI"
- @Set h="AADI"
- @CheckBox
- @EndGroups
-
- @If (('a'[=@Group)||('b'[=@Group)||('c'[=@Group)||('d'[=@Group)||('e'[=@Group)||('f'[=@Group)||('g'[=@Group)||('h'[=@Group)||('i'[=@Group))
- @Else
- @Goto ChooseManual
- @Endif
-
-
- @DefineVars
-
- @Integer @PerformInstall = 1
-
- @If ('a' [= @Group)
- @Integer @FlagDMPL386a = 1
- @Else
- @Integer @FlagDMPL386a = 0
- @Endif
-
- @If ('b' [= @Group)
- @Integer @FlagDMPL386b = 1
- @Else
- @Integer @FlagDMPL386b = 0
- @Endif
-
- @If ('c' [= @Group)
- @Integer @FlagDMPLADI = 1
- @Else
- @Integer @FlagDMPLADI = 0
- @Endif
-
- @If ('d' [= @Group)
- @Integer @FlagJET386a = 1
- @Else
- @Integer @FlagJET386a = 0
- @Endif
-
- @If ('e' [= @Group)
- @Integer @FlagJET386b = 1
- @Else
- @Integer @FlagJET386b = 0
- @Endif
-
- @If ('f' [= @Group)
- @Integer @FlagJETADI = 1
- @Else
- @Integer @FlagJETADI = 0
- @Endif
-
- @If ('g' [= @Group)
- @Integer @FlagVADI = 1
- @Else
- @Integer @FlagVADI = 0
- @Endif
-
- @If ('h' [= @Group)
- @Integer @FlagAADI = 1
- @Else
- @Integer @FlagAADI = 0
- @Endif
-
- @If ('i' [= @Group)
- @Integer @FlagHIPOWER = 1
- @Else
- @Integer @FlagHIPOWER = 0
- @Endif
-
-
- @EndVars
-
- /* END OF MANUAL INSTALL */
-
-
- @Else
-
-
- /* START OF AUTOMATIC INSTALL */
-
- ChooseSW:
-
- @GetGroups
- @Cls
- Which software do you want to use with your plotter?
-
-
-
-
-
-
-
-
-
-
- Press the [Space Bar] to select one or more of the above.
-
- Use the [Up Arrow] and [Down Arrow] keys to move the blinking bar
- between selections.
-
- Press the [Enter] key to proceed.
-
- @Set a="AutoCAD-386, Release 12"
- @Set b="AutoCAD-386, Release 10 or 11"
- @Set c="AutoCAD, all other versions"
- @Set d="AutoSketch"
- @Set e="JetView Plus or JetView Professional"
- @Set f="LDScan 3.0 or above"
-
- @CheckBox
- @EndGroups
-
- @If (('a'[=@Group)||('b'[=@Group)||('c'[=@Group)||('d'[=@Group)||('e'[=@Group)||('f'[=@Group))
- @Else
- @Goto ChooseSW
- @Endif
-
- @GetOption
- @Cls
- Which type of plotter do you have?
-
-
-
-
-
-
-
-
-
-
-
- Use the [Up Arrow] and [Down Arrow] keys to move the blinking bar
- to the desired selection.
-
- Press the [Enter] key to proceed.
- @If (('a' [= @Group) || ('b' [= @Group) || ('c' [= @Group) || ('d' [= @Group))
- @Option 6="HI 7000 or DMP-160 Series pen-plotter"
- @Option 1="All other DMP Series pen-plotters"
- @Endif
- @Option 3="JetPro V50 or JetPro V100 ink-jet plotter"
- @Option 2="JetPro 360 or JetPro Plus ink-jet printer/plotter"
- @If (('e' [= @Group) || ('f' [= @Group))
- @Option 4="Versatec electrostatic plotter"
- @Option 5="Atlantek direct-thermal plotter"
- @Endif
- @Option 666="None of the above"
- @EndOption
-
-
-
-
-
-
-
- @DefineVars
-
- @Integer @PerformInstall = 1
-
- /* AutoCAD-386, r10 or r11 with any vector plotter */
- @If (('b' [= @Group) && (1 [= @Option || 6 [= @Option || 3 [= @Option))
- @Integer @FlagDMPL386b = 1
- @Else
- @Integer @FlagDMPL386b = 0
- @Endif
-
- /* AutoCAD-386, r12 with a non HPGL/2 plotter */
- @If (('a' [= @Group) && (1 [= @Option))
- @Integer @FlagDMPL386a = 1
- @Else
- @Integer @FlagDMPL386a = 0
- @Endif
-
- /* AutoCAD-386, r12 with an HPGL/2 plotter */
- @If (('a' [= @Group) && (6 [= @Option || 3 [= @Option))
- @Integer @FlagHIPOWER = 1
- @Else
- @Integer @FlagHIPOWER = 0
- @Endif
-
- /* Other AutoCAD or Autosketch, with any vector plotter */
- @If (('c' [= @Group || 'd' [= @Group) && (1 [= @Option || 6 [= @Option || 3 [= @Option))
- @Integer @FlagDMPLADI = 1
- @Else
- @Integer @FlagDMPLADI = 0
- @Endif
-
- /* AutoCAD-386, r10 or r11 with a Jetpro raster plotter */
- @If (('b' [= @Group) && (2 [= @Option))
- @Integer @FlagJET386b = 1
- @Else
- @Integer @FlagJET386b = 0
- @Endif
-
- /* AutoCAD-386, r12 with a Jetpro raster plotter */
- @If (('a' [= @Group) && (2 [= @Option))
- @Integer @FlagJET386a = 1
- @Else
- @Integer @FlagJET386a = 0
- @Endif
-
- /* Various AutoCAD, LDScan, JetView, and Jetpro combinations */
- @If ( (('c' [= @Group || 'd' [= @Group || 'e' [= @Group || 'f' [= @Group) && (2 [= @Option)) ||
- (('e' [= @Group || 'f' [= @Group) && (3 [= @Option)) )
- @Integer @FlagJETADI = 1
- @Else
- @Integer @FlagJETADI = 0
- @Endif
-
- /* LDScan or JetView with a Versatec plotter */
- @If ( (('e' [= @Group || 'f' [= @Group) && (4 [= @Option)) )
- @Integer @FlagVADI = 1
- @Else
- @Integer @FlagVADI = 0
- @Endif
-
- /* LDScan or JetView with an Atlantek plotter */
- @If ( (('e' [= @Group || 'f' [= @Group) && (5 [= @Option)) )
- @Integer @FlagAADI = 1
- @Else
- @Integer @FlagAADI = 0
- @Endif
-
-
- @EndVars
-
- /* END OF AUTOMATIC INSTALL */
-
- @EndIf /* endif 2000 */
-
- @Endif /* endif 3000 */
-
-
-
- @DefineVars
-
- @If (@FlagHIPOWER || @FlagDMPL386a || @FlagDMPL386b || @FlagDMPLADI || @FlagJET386a || @FlagJET386b || @FlagJETADI || @FlagVADI || @FlagAADI)
- @Integer @InstalledFlag = 1
- @Else
- @Integer @InstalledFlag = 0
- @Endif
-
- @EndVars
-
-
-
-
-
- @If (@PerformInstall)
-
- @GetOutDrive
- @Cls
- Which disk drive do you want to copy the driver files to?
-
-
-
-
-
-
-
-
-
-
-
- NOTE: The drive you select will be used for ALL files. If you need
- to install different drivers to different drives, please re-run
- INSTALL once for each individual drive.
-
- Use the [Up Arrow] and [Down Arrow] keys to move the bar to the
- disk drive you want to install the drivers on.
-
- Press the [Enter] key to proceed, or press the [Esc] key to cancel.
-
- @EndOutDrive
-
-
-
-
- /**********************************************/
- /* Install HIPOWER for R12 if appropriate */
- /**********************************************/
-
- @If (@FlagHIPOWER)
- @GetSubdir @AcadDrvDir
- @Cls
-
-
- The HI-POWER plotter driver will be installed for AutoCAD-386 R12.
-
- This driver will be copied into the AutoCAD driver directory, and
- named PLHIPOWR.EXP so AutoCAD will find it automatically.
-
- @Prompt = "Where are AutoCAD's drivers installed?"
- @EndSubdir
-
- @DefineDisk
- @Label = "DISK 1"
- @File HIPOWER\PLHIPOWR.EXP @out @AcadDrvDir\PLHIPOWR.EXP @size 54000
- @EndDisk
-
- @EndIf
-
-
- /**********************************************/
- /* Install DMPL386 for R10/R11 if appropriate */
- /**********************************************/
-
-
- @If (@FlagDMPL386b)
- @GetSubdir @AcadDir
- @Cls
- The DMPL386 plotter driver will be installed for AutoCAD-386 R10/R11.
-
- This driver will be copied into the same directory as AutoCAD, and
- renamed to ADIPLOT.EXP so AutoCAD will find it automatically.
-
- @Prompt = "Where is AutoCAD installed?"
- @EndSubdir
-
- @DefineDisk
- @Label = "DISK 1"
- @File DMPL386\DMPL386.EXP @out @AcadDir\ADIPLOT.EXP @size 42000
- @EndDisk
-
- @EndIf
-
-
-
-
-
-
- /**********************************************/
- /* Install DMPL386 for R12 if appropriate */
- /**********************************************/
-
- @If (@FlagDMPL386a)
- @GetSubdir @AcadDrvDir
- @Cls
-
-
- The DMPL386 plotter driver will be installed for AutoCAD-386 R12.
-
- This driver will be copied into the AutoCAD driver directory, and
- renamed to PLHIDMPL.EXP so AutoCAD will find it automatically.
-
- @Prompt = "Where are AutoCAD's drivers installed?"
- @EndSubdir
-
- @DefineDisk
- @Label = "DISK 1"
- @File DMPL386\DMPL386.EXP @out @AcadDrvDir\PLHIDMPL.EXP @size 42000
- @EndDisk
-
- @EndIf
-
-
-
-
-
-
-
-
- /**********************************************/
- /* Install DMPLADI if appropriate */
- /**********************************************/
-
-
- @If (@FlagDMPLADI)
- @GetSubdir
- @Cls
-
- The DMPLADI plotter driver for all AutoCAD versions will be installed.
-
- This driver may be copied into any subdirectory on the selected drive.
-
- @Prompt = "Where do you want to install DMPLADI?"
- @EndSubdir
-
- @DefineDisk
- @Label = "DISK 1"
- @File DMPLADI\DMPLADI.EXE @out DMPLADI.EXE @size 24000
- @EndDisk
-
- @EndIf
-
-
-
-
-
-
-
-
-
- /**********************************************/
- /* Install JET386 for R10/R11 if appropriate */
- /**********************************************/
-
- @If (@FlagJET386b)
-
- @GetSubdir @AcadDir
- @Cls
-
-
-
-
- The JET386 plotter driver will be installed for AutoCAD-386 R10/R11.
-
- This driver will be copied into the same directory as AutoCAD, and
- renamed to ADIPLOT.EXP so AutoCAD will find it automatically.
-
- @Prompt = "Where is AutoCAD installed?"
- @EndSubdir
-
- @DefineDisk
- @Label = "DISK 1"
- @File JET386\JET386.EXP @out @AcadDir\ADIPLOT.EXP @size 61000
- @EndDisk
-
- @EndIf
-
-
-
-
-
-
-
-
-
- /**********************************************/
- /* Install JET386 for R12 if appropriate */
- /**********************************************/
-
- @If (@FlagJET386a)
-
- @GetSubdir @AcadDrvDir
- @Cls
-
-
-
- The JET386 plotter driver will be installed for AutoCAD-386 R12.
-
- This driver will be copied into the AutoCAD driver directory, and
- renamed to PLHIJET.EXP so AutoCAD will find it automatically.
-
- @Prompt = "Where are AutoCAD's drivers installed?"
- @EndSubdir
-
- @DefineDisk
- @Label = "DISK 1"
- @File JET386\JET386.EXP @out @AcadDrvDir\PLHIJET.EXP @size 61000
- @EndDisk
-
- @EndIf
-
-
-
-
-
-
- /**********************************************/
- /* Install JETADI if appropriate */
- /**********************************************/
-
- @If (@FlagJETADI)
-
- @GetSubdir
- @Cls
-
-
- The JETADI printer/plotter driver for JetView Plus, JetView Professional,
- LDScan, and AutoCAD will be installed.
-
- This driver may be placed in any subdirectory on the selected drive.
-
- @Prompt = "Where do you want to install JETADI?"
- @EndSubdir
-
- @DefineDisk
- @Label = "DISK 1"
- @File JETADI\JETCFG.EXE @out JETCFG.EXE @size 8800
- @File JETADI\JET180.EXE @out JET180.EXE @size 11000
- @File JETADI\JET360.EXE @out JET360.EXE @size 12000
- @File JETADI\JET180P.EXE @out JET180P.EXE @size 11000
- @File JETADI\JET360P.EXE @out JET360P.EXE @size 12000
- @File JETADI\JETADI.BAT @out JETADI.BAT @size 1000
- @EndDisk
-
- @EndIf
-
-
-
-
-
-
-
-
- /**********************************************/
- /* Install VADI if appropriate */
- /**********************************************/
-
- @If (@FlagVADI)
-
- @GetSubdir
- @Cls
-
- The VADI printer/plotter driver for JetView Plus, JetView Professional,
- and LDScan will be installed.
-
- This driver may be placed in any subdirectory on the selected drive.
-
- @Prompt = "Where do you want to install VADI?"
- @EndSubdir
-
- @DefineDisk
- @Label = "DISK 1"
- @File VADI\VADI.EXE @out VADI.EXE @size 5000
- @EndDisk
-
- @EndIf
-
-
-
-
-
-
-
-
-
- /**********************************************/
- /* Install AADI if appropriate */
- /**********************************************/
-
- @If (@FlagAADI)
-
- @GetSubdir
- @Cls
-
-
- The AADI printer/plotter driver for JetView Plus, JetView Professional,
- and LDScan will be installed.
-
- This driver may be placed in any subdirectory on the selected drive.
-
- @Prompt = "Where do you want to install AADI?"
- @EndSubdir
-
- @DefineDisk
- @Label = "DISK 1"
- @File AADI\AADI.EXE @out AADI.EXE @size 19000
- @EndDisk
-
- @EndIf
-
-
- @EndIf /* PerformInstall */
-
-
-
-
-
- @Finish
-
- @ChDrive @InDrive
- @ChDir "\\"
-
- @Cls
-
- @If (@InstalledFlag)
-
- @If (@PerformInstall)
- The appropriate driver(s) for the plotter and application software
- you selected have been copied onto your disk.
-
- You will now be shown the on-line documentation files for those
- drivers. These contain instructions on how to configure your
- application software before plotting, and other information
- specific to each driver.
-
- Please read this information carefully before attempting to plot!
-
- To display these files again, re-run INSTALL and select the
- "Display on-line documentation for drivers" option.
-
- If you want printed copies, note the document filenames on the
- screen and print the ones you want when INSTALL finishes.
-
- @Pause
- @Endif
-
- @If (@FlagHIPOWER)
- @Spawn("PAGEFILE \\HIPOWER\\HIPOWER.DOC")
- @Endif
-
- @If (@FlagDMPL386b || @FlagDMPL386a)
- @Spawn("PAGEFILE \\DMPL386\\DMPL386.DOC")
- @Endif
-
- @If (@FlagDMPLADI)
- @System "cd @InDrive:\\DMPLADI"
- @Spawn("@InDrive:\\PAGEFILE")
- @System "cd @InDrive:\\"
- @Endif
-
- @If (@FlagJET386b || @FlagJET386a)
- @Spawn("PAGEFILE \\JET386\\JET386.DOC")
- @Endif
-
- @If (@FlagJETADI)
- @Spawn("PAGEFILE \\JETADI\\JETADI.DOC")
- @Endif
-
- @If (@FlagVADI)
- @Spawn("PAGEFILE \\VADI\\VADI.DOC")
- @Endif
-
- @If (@FlagAADI)
- @Spawn("PAGEFILE \\AADI\\AADI.DOC")
- @Endif
-
- @Cls
-
- @If (@PerformInstall)
- FILE INSTALLATION COMPLETE.
-
- Remember to configure your application software before plotting.
- @Else
- INSTALL PROGRAM IS DONE.
- @Endif
-
- Thank you for using Houston Instrument products!
-
- @Else
-
- @If (@PerformInstall)
- No drivers were installed. Please re-run INSTALL and make sure to
- select the correct plotter type and applications software. If this
- still doesn't install the drivers you think you need, you may use the
- "Manually select and install drivers by name" option, or copy the files
- from the DOS prompt yourself.
-
- @Else
- No drivers selected - no documentation shown!
-
- @Endif
-
- @Endif
-
- @Pause
-
- @EndFinish
-
-
- /* end-of-file */
-