home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MPC Wizard 3.0
/
WIZARD3_0.ISO
/
drivers
/
graf_h_o
/
orch_pd2
/
install.dat
< prev
next >
Wrap
Text File
|
1993-07-09
|
29KB
|
1,126 lines
/*--------------------------------------------------------------------------
File Name: install.dat
History: Robert Gilsdorf (August 27, 1992) File created
Description: This is a script file that automates the installation process
of the ProDesigner II Series display drivers.
--------------------------------------------------------------------------*/
@DefineProject
@Name = "ProDesigner IIs"
@Version = "2.1"
@Immediate = 1
@Subdir = "\\"
@OutDrive = C
@AssumeHardDisk = 1
@EndProject
/*----------------------------- Define String -----------------------------*/
@DefineVars
@Qstring @msgDDI = "Display Driver Installation"
@Qstring @msgDrive = "Please Select Destination Drive:"
@Qstring @msgDir = "Please Enter a Directory name or select ENTER to accept default."
@Qstring @msgPSAV = "Please Select Version:"
@Qstring @msgPSAA = "Please Select An Application:"
@Qstring @msgDDNE = "does not exist."
@Qstring @msgPSAO = "Please Select an Option:"
@Qstring @msgCont = "If you choose to continue, one will be created."
@Qstring @msgNoFile = "Some files are missing in your input directory:"
@Qstring @msgNPI = "may not be properly installed."
@Qstring @Reenter = " Enter Again"
@Qstring @Cont = " Continue "
@Qstring @NameWin = "Microsoft Windows Version 3.1"
@Qstring @NameACAD = "AutoCAD"
@Qstring @NameDesk = "Desktop Publishing"
@Qstring @NameGem = "GEM Desktop"
@Qstring @NameVentura = "Ventura Publisher"
@Qstring @NameLotus = "Lotus 1-2-3"
@Qstring @NameWP = "WordPerfect"
@Qstring @NameMSWord = "Microsoft Word"
@Qstring @NameUtil = "Orchid Utilities"
@Qstring @NameMore = "More...."
@Qstring @NameOS2 = "IBM OS/2"
@Qstring @NameSCO = "SCO Unix"
@Qstring @NameOtherp = "Other Orchid Products"
@Qstring @NameTchsupt = "Technical Support"
@Qstring @NameSample = "Build Voice Notes Playback Diskette"
@EndVars
/*--------------------- Introduction Message -----------------------------*/
@Display
@If (@CheckCard ("C000", "00B6", "ProDesigner II") == 1)
@Goto MenuJumper
@Else
@Cls
█████████████████ ERROR ████████████████
█ █
█ An Orchid ProDesigner II Series █
█ video adapter is not detected in █
█ in your system. █
█ █
█ If you choose to continue this █
█ installation, the driver may not █
█ respond correctly. █
█ █
█ If you are using a Network Server, █
█ Just PRESS <ENTER> to continue. █
█ █
█ PRESS F3 TO ABORT INSTALLATION █
█ █
████████████████████████████████████████
@Pause
@Endif
@cls
MenuJumper:
@cls
@If (@CheckCard ("C000", "00B6", "ProDesigner II") == 1)
Orchid ProDesigner II Series Video Adapter
Display Driver Installation Program
Disk Release 2.1
@Pause
@Cls
@Endif
@EndDisplay
/*---------------------- Drive C: check for Installation-----------------*/
@If ("@Indrive"=="C")
@Display
The Install Program must be run from a FLOPPY DRIVE. Please use the
<ESC> key and start over from the FLOPPY DRIVE.
@Pause
@Abort
@EndDisplay
@EndIf
/*----------------------- Installation Main Menu --------------------------*/
MenuMain:
@FlushOptions
@EnableF1(1)
@GetOption
@Cls
@Option 1000 = "@NameWin"
@Option 4000 = "@NameLotus"
@Option 2000 = "@NameACAD (ADI 4.2)"
@Option 3000 = "@NameDesk"
@Option 5000 = "@NameWP"
@Option 6000 = "@NameUtil"
@Option 7000 = "@NameMore"
@EndOption
@If (@Esc)
@Exit
@Elseif (@KeyF1)
@Goto MenuMainHelp
@ElseIf (1000 [= @Option)
@Goto MenuWin
@ElseIf (2000 [= @Option)
@Goto MenuCADsys
@ElseIf (3000 [= @Option)
@Goto MenuDesktop
@ElseIf (4000 [= @Option)
@Goto MenuLotus
@ElseIf (5000 [= @Option)
@Goto MenuWordProcess
@ElseIf (6000 [= @Option)
@Goto MenuUtility
@ElseIf (7000 [= @Option)
@Goto MenuInfo
@Else
@Goto MenuMain
@Endif
/*--------------------- Handle Information Menu ------------------------*/
MenuInfo:
@ClearOption(7010)
@ClearOption(7040)
@ClearOption(7045)
@ClearOption(7050)
@EnableF1(0)
@GetOption
@Cls
@Option 7010 = "@NameOS2"
@Option 7040 = "@NameOtherp"
@Option 7045 = "Other Orchid Video Products"
@Option 7050 = "@NameTchsupt"
@EndOption
@If (@Esc)
@Goto MenuMain
@ElseIf (7010 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpOS2", "EndOS2")
@ElseIf (7040 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpOtherp", "EndOtherp")
@ElseIf (7045 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpFah", "EndFah")
@ElseIf (7050 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpTchsupt", "EndTchsupt")
@endif
@Goto MenuInfo
/*------------------------ Handle Help Menu ----------------------------*/
MenuMainHelp:
@If (1000 [= @Option) /* Windows */
@Help ("@ExePath\\install.hlp", "HelpWin", "EndWin")
@ElseIf (4000 [= @Option) /* Lotus */
@Help ("@ExePath\\install.hlp", "HelpLotus", "HelpLotusInst")
@Elseif (2000 [= @Option) /* CAD's */
@Help ("@ExePath\\install.hlp", "HelpCADMain", "EndCADMain")
@Elseif (3000 [= @Option) /* Desktop */
@Help ("@ExePath\\install.hlp", "HelpDeskMain", "EndDeskMain")
@Elseif (5000 [= @Option) /* Word Perfect */
@Help ("@ExePath\\install.hlp", "HelpWP", "EndWP")
@Elseif (6000 [= @Option) /* Utility */
@Help ("@ExePath\\install.hlp", "HelpUtilMain", "EndUtilMain")
@Elseif (7000 [= @Option) /* More.... */
@Help ("@ExePath\\install.hlp", "HelpMore", "EndMore")
@EndIf
@Goto MenuMain
/*------ Windows 3.x Driver Installation (1000) -------*/
MenuWin:
@ClearOption (1010)
@ClearOption (1020)
@EnableF1(1)
@GetOption @Cls
@LocalWindow (10,40)
@NameWin @msgDDI
(Network Server users should Press <F1> to read the Help file.)
@msgPSAO
@Option 1010 = "Microsoft Windows Standard Installation"
@Option 1020 = "Microsoft Windows Network Server Installation"
@EndOption
@If (@Esc)
@Goto MenuMain
@ElseIf (@KeyF1)
@Help ("@ExePath\\install.hlp", "HelpWin", "EndWin")
@Goto MenuWin
@Endif
MenuWindow:
@EnableF1(0)
@GetOutDrive
@Suppress A
@Suppress B
@Cls
@NameWin @msgDDI
@msgDrive
@EndOutDrive
@If (@Esc) @Goto MenuWin @EndIf
@GetSubdir
@Default = "\\WINDOWS"
@Cls
@NameWin @msgDDI
@msgDir
@EndSubdir
@If (@Esc) @Goto MenuWindow @EndIf
@ClearOption(1)
@ClearOption(2)
@EnableF1(0)
@GetOption
@LocalWindow (10,39)
@If (@Exists "@OutDrive:\\@SubDir" == 0)
@Cls
@NameWin @msgDDI
@OutDrive:@SubDir @msgDDNE
@msgCont
@ElseIf (1020 [= @Option)
@Goto MenuCopyFileWin
@ElseIf ((@Exists "@OutDrive:\\@SubDir\\winver.exe" == 0) ||
(@Exists "@OutDrive:\\@SubDir\\win.ini" == 0))
@Cls
@NameWin @msgDDI
@msgNoFile
@OutDrive:@SubDir
@NameWin @msgNPI
@Else
@Goto MenuCopyFileWin
@EndIf
@Option 1 = "@Reenter"
@Option 2 = "@Cont"
@EndOption
@If ((@Esc) || (1 [= @Option))
@Goto MenuWindow
@Endif
MenuCopyFileWin:
@DefineDisk
@Label = "Disk #1"
@BeginLib designer.001
@F MMTLHI.DRV @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F MMTLLO.DRV @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F PDSETUP.CPL @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F PDSETUP.HLP @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F PDSETUP.ORC @O @OutDrive:\@SubDir\*.* @Option 1010
@F V7VGA.3GR @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F VDDTLI4.386 @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F VGA443.DRV @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F VGA448.DRV @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F VGA464S.DRV @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F VGA474.DRV @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F VGACOLRX.GR2 @O @OutDrive:\@SubDir\SYSTEM\*.* @Option 1010
@F MMTLHI.DRV @O @OutDrive:\@SubDir\*.* @Option 1020
@F MMTLLO.DRV @O @OutDrive:\@SubDir\*.* @Option 1020
@F PDSETUP.CPL @O @OutDrive:\@SubDir\*.* @Option 1020
@F PDSETUP.HLP @O @OutDrive:\@SubDir\*.* @Option 1020
@F PDSETUP.ORC @O @OutDrive:\@SubDir\*.* @Option 1020
@F V7VGA.3GR @O @OutDrive:\@SubDir\*.* @Option 1020
@F VDDTLI4.386 @O @OutDrive:\@SubDir\*.* @Option 1020
@F VGA443.DRV @O @OutDrive:\@SubDir\*.* @Option 1020
@F VGA448.DRV @O @OutDrive:\@SubDir\*.* @Option 1020
@F VGA464S.DRV @O @OutDrive:\@SubDir\*.* @Option 1020
@F VGA474.DRV @O @OutDrive:\@SubDir\*.* @Option 1020
@F VGACOLRX.GR2 @O @OutDrive:\@SubDir\*.* @Option 1020
@EndLib
@EndDisk
@Help ("@ExePath\\install.hlp", "HelpWin", "EndWin")
@Display
@Cls
***************************************************************************
*** The installation of the Orchid Windows Driver is now completed. ***
***************************************************************************
@Pause
@EndDisplay
@Goto MenuMain
/*- Lotus 1-2-3 Driver Installation (4000) ------------*/
MenuLotus:
@Help ("@ExePath\\install.hlp", "HelpLotusInst", "EndLotus")
@Goto MenuMain
/*----------------- Utility Installation (6000) ------------------------*/
MenuUtility:
@ClearOption(6100)
@ClearOption(6200)
@ClearOption(6300)
@ClearOption(6400)
@ClearOption(6500)
@ClearOption(6600)
@ClearOption(6700)
@ClearOption(6800)
@EnableF1(1)
@GetOption
@Cls
@NameUtil Installation:
@msgPSAA
@Option 6100 = "DYNASCAN.COM (Centering Program)"
@Option 6200 = "ORCHDVSA.COM (VESA Driver)"
@Option 6300 = "SPEED_UP.SYS (Video BIOS Caching Program)"
@Option 6400 = "XANSI.SYS (ANSI file that replaces DOS ANSI)"
@Option 6500 = "XMODE.COM (Mode Changing Program)"
@Option 6600 = "All of Above (Install EVERYTHING listed above this option)"
@Option 6700 = "FONTS (Font Editor and Fonts Files)"
@Option 6800 = "8514 (8514 Driver - 16 and 256 color)"
@EndOption
@If (@Esc)
@Goto MenuMain
@Elseif (@KeyF1)
@Help ("@ExePath\\install.hlp","HelpUtilMain","EndUtilMain")
@Goto MenuUtility
@Endif
InputDirUtil:
@EnableF1(0)
@GetOutDrive
@Suppress A
@Suppress B
@Cls
@NameUtil Installation:
@msgDrive
@EndOutDrive
@If (@Esc) @Goto MenuUtility @Endif
@GetSubdir
@Default = "\\PROIIS"
@Cls
@NameUtil Installation
@msgDir
@EndSubdir
@If (@Esc) @Goto MenuUtility @Endif
@ClearOption(1)
@ClearOption(2)
@If ((@Exists "@OutDrive:\\@SubDir") == 0)
@EnableF1(0)
@GetOption
@LocalWindow (10,39)
@Cls
@NameUtil Installation
@OutDrive:@SubDir @msgDDNE
@msgCont
@Option 1 = "@Reenter"
@Option 2 = "@Cont"
@EndOption
@Endif
@If (@Esc)
@Goto MenuUtility
@ElseIf (1 [= @Option)
@Goto InputDirUtil
@Endif
@DefineDisk
@Label = "Disk #1"
@BeginLib DESIGNER.001
@F DYNASCAN.COM @O @OutDrive:\@SubDir\*.* @Option 6100
@F ORCHDVSA.COM @O @OutDrive:\@SubDir\*.* @Option 6200
@F SPEED_UP.SYS @O @OutDrive:\@SubDir\*.* @Option 6300
@F XANSI.SYS @O @OutDrive:\@SubDir\*.* @Option 6400
@F XMODE.COM @O @OutDrive:\@SubDir\*.* @Option 6500
@F ORCHDVSA.COM @O @OutDrive:\@SubDir\*.* @Option 6600
@F SPEED_UP.SYS @O @OutDrive:\@SubDir\*.* @Option 6600
@F XANSI.SYS @O @OutDrive:\@SubDir\*.* @Option 6600
@F XMODE.COM @O @OutDrive:\@SubDir\*.* @Option 6600
@F DYNASCAN.COM @O @OutDrive:\@SubDir\*.* @Option 6600
@F 6x14.fnt @O @OutDrive:\@SubDir\*.* @Option 6700
@F 6x8.fnt @O @OutDrive:\@SubDir\*.* @Option 6700
@F 8x14.fnt @O @OutDrive:\@SubDir\*.* @Option 6700
@F 8x14apl.fnt @O @OutDrive:\@SubDir\*.* @Option 6700
@F 8x14thin.fnt @O @OutDrive:\@SubDir\*.* @Option 6700
@F 8x8.fnt @O @OutDrive:\@SubDir\*.* @Option 6700
@F 8x8thin.fnt @O @OutDrive:\@SubDir\*.* @Option 6700
@F font.doc @O @OutDrive:\@SubDir\*.* @Option 6700
@F xedit.com @O @OutDrive:\@SubDir\*.* @Option 6700
@F xedit.hlp @O @OutDrive:\@SubDir\*.* @Option 6700
@F xload.com @O @OutDrive:\@SubDir\*.* @Option 6700
@F orcai-16.exe @O @OutDrive:\@SubDir\*.* @Option 6800
@F orcai.doc @O @OutDrive:\@SubDir\*.* @Option 6800
@F orcai256.exe @O @OutDrive:\@SubDir\*.* @Option 6800
@F stan0715.fnt @O @OutDrive:\@SubDir\*.* @Option 6800
@F stan0814.fnt @O @OutDrive:\@SubDir\*.* @Option 6800
@F stan1220.fnt @O @OutDrive:\@SubDir\*.* @Option 6800
@EndLib
@EndDisk
@If (6300 [= @Option)
@WriteFile ("@BootDrive:\\config.sys", "NOSECTION", "SPEED_UP.SYS",
"DEVICE=@OutDrive:\\@SubDir\\SPEED_UP.SYS", "REPLACE")
@ElseIf (6400 [= @Option)
@WriteFile ("@BootDrive:\\config.sys", "NOSECTION", "XANSI.SYS",
"DEVICE=@OutDrive:\\@SubDir\\XANSI.SYS", "REPLACE")
@ElseIf (6600 [= @Option)
@WriteFile ("@BootDrive:\\config.sys", "NOSECTION", "XANSI.SYS",
"DEVICE=@OutDrive:\\@SubDir\\XANSI.SYS", "REPLACE")
@WriteFile ("@BootDrive:\\config.sys", "NOSECTION", "SPEED_UP.SYS",
"DEVICE=@OutDrive:\\@SubDir\\SPEED_UP.SYS", "REPLACE")
@EndIf
@Help ("@ExePath\\install.hlp","HelpUtilFin","EndUtilFin")
@Goto MenuUtility
/*----------------------- CAD system Menu (2000) -------------------------*/
MenuCADsys:
@ClearOption (2105)
@ClearOption (2110)
@ClearOption (2120)
@ClearOption (2125)
@ClearOption (2130)
@ClearOption (2145)
@EnableF1(1)
@GetOption @Cls
@NameACAD @msgDDI
@msgPSAV
@Option 2105 = "ADI 4.2 Features and Commands Help Menu (Reading Recommended)"
@Option 2130 = "AutoCAD Release 11 (Protected Mode ADI 4.2)"
@Option 2145 = "AutoCAD Release 12 (Protected Mode ADI 4.2)"
@Option 2120 = "AutoDesk's 3D Studio version 1.0 & 2.0 (PADI 4.2)"
@Option 2125 = "AutoDesk's AutoShade version 2.1 (PADI 4.2)"
@Option 2110 = "AutoCAD Release 9 & 10 (Real Mode ADI 4.0)"
@EndOption
@If (@Esc)
@Goto MenuMain
@ElseIf (@KeyF1)
@Goto MenuACADHelp
@ElseIf (2105 [=@Option)
@Goto MenuADI42
@Endif
InputDirACAD:
@EnableF1(0)
@GetOutDrive
@Suppress A
@Suppress B
@Cls
@NameACAD @msgDDI
@msgDrive
@EndOutDrive
@If (@Esc) @Goto MenuCADsys @Endif
@GetSubdir
@If (2110 [= @Option)
@Default = "\\ACAD"
@Elseif (2120 [= @Option)
@Default = "\\3DS"
@Elseif (2125 [= @Option)
@Default = "\\SHADE"
@Elseif (2130 [= @Option)
@Default = "\\ACAD11"
@Elseif (2145 [= @Option)
@Default = "\\ACAD12"
@Endif
@Cls
@NameACAD @msgDDI
@msgDir
@EndSubdir
@If (@Esc) @Goto MenuCADsys @Endif
@ClearOption(1)
@ClearOption(2)
@If ((@Exists "@OutDrive:\\@SubDir") == 0)
@EnableF1(0)
@GetOption
@LocalWindow (10,39)
@Cls
@NameACAD @msgDDI
@OutDrive:@SubDir @msgDDNE
@msgCont
@Option 1 = "@Reenter"
@Option 2 = "@Cont"
@EndOption
@Endif
@If (@Esc)
@Goto MenuCADsys
@ElseIf (1 [= @Option)
@Goto InputDirACAD
@Endif
@DefineDisk
@Label = "Disk #1"
@BeginLib Designer.001
@F 15x25.fnt @O @OutDrive:\@SubDir\*.* @Option 2120
@F 16x30.fnt @O @OutDrive:\@SubDir\*.* @Option 2120
@F 6x9.fnt @O @OutDrive:\@SubDir\*.* @Option 2120
@F 8x16.fnt @O @OutDrive:\@SubDir\*.* @Option 2120
@F 9x15.fnt @O @OutDrive:\@SubDir\*.* @Option 2120
@F 12x24.fnt @O @OutDrive:\@SubDir\*.* @Option 2120
@F 12x20.fnt @O @OutDrive:\@SubDir\*.* @Option 2120
@F rcdesign.exp @O @OutDrive:\@SubDir\*.* @Option 2120
@F 15x25.fnt @O @OutDrive:\@SubDir\*.* @Option 2125
@F 16x30.fnt @O @OutDrive:\@SubDir\*.* @Option 2125
@F 6x9.fnt @O @OutDrive:\@SubDir\*.* @Option 2125
@F 8x16.fnt @O @OutDrive:\@SubDir\*.* @Option 2125
@F 9x15.fnt @O @OutDrive:\@SubDir\*.* @Option 2125
@F 12x24.fnt @O @OutDrive:\@SubDir\*.* @Option 2125
@F 12x20.fnt @O @OutDrive:\@SubDir\*.* @Option 2125
@F rcdesign.exp @O @OutDrive:\@SubDir\*.* @Option 2125
@F 15x25.fnt @O @OutDrive:\@SubDir\*.* @Option 2130
@F 16x30.fnt @O @OutDrive:\@SubDir\*.* @Option 2130
@F 6x9.fnt @O @OutDrive:\@SubDir\*.* @Option 2130
@F 8x16.fnt @O @OutDrive:\@SubDir\*.* @Option 2130
@F 9x15.fnt @O @OutDrive:\@SubDir\*.* @Option 2130
@F 12x24.fnt @O @OutDrive:\@SubDir\*.* @Option 2130
@F 12x20.fnt @O @OutDrive:\@SubDir\*.* @Option 2130
@F rcdesign.exp @O @OutDrive:\@SubDir\*.* @Option 2130
@F 15x25.fnt @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
@F 16x30.fnt @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
@F 6x9.fnt @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
@F 8x16.fnt @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
@F 9x15.fnt @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
@F 12x24.fnt @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
@F 12x20.fnt @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
@F rcdesign.exp @O @OutDrive:\@SubDir\DRV\*.* @Option 2145
@F vadi40.exe @O @OutDrive:\@SubDir\*.* @Option 2110
@F vinst.exe @O @OutDrive:\@SubDir\*.* @Option 2110
@EndLib
@EndDisk
@If (2110 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpACAD10r", "EndACAD10r")
@Elseif (2120 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "DSPADI",
"SET DSPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "RDPADI",
"SET RDPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "RCPADI",
"SET RCPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
@Goto SetAQUILA
EndFONTDS:
@Help ("@ExePath\\install.hlp", "Help3DS", "End3DS")
@ElseIf (2125 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "DSPADI",
"SET DSPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "RDPADI",
"SET RDPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "RCPADI",
"SET RCPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SHADE",
"SET SHADE=@OutDrive:\\@SubDir\\rmansupt", "REPLACE")
@Goto SetAQUILA
EndFONTS:
@Help ("@ExePath\\install.hlp", "HelpShade", "EndShade")
@Elseif (2130 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "DSPADI",
"SET DSPADI=@OutDrive:\\@SubDir\\rcdesign.exp", "REPLACE")
@Goto SetAQUILA
EndFONTA:
@Help ("@ExePath\\install.hlp", "HelpACAD11", "EndACAD11")
@Elseif (2145 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "ACADDRV",
"SET ACADDRV=@OutDrive:\\@SubDir\\drv\\", "REPLACE")
@Goto SetAQUILA
EndFONTC:
@Help ("@ExePath\\install.hlp", "HelpACAD12", "EndACAD12")
@EndIf
@Goto MenuCADsys
/*----------------------- ADI 4.2 Help -----------------------------------*/
MenuADI42:
@ClearOption(2910)
@ClearOption(2920)
@ClearOption(2925)
@ClearOption(2930)
@ClearOption(2933)
@ClearOption(2935)
@ClearOption(2940)
@ClearOption(2950)
@ClearOption(2953)
@ClearOption(2955)
@ClearOption(2960)
@ClearOption(2965)
@ClearOption(2970)
@EnableF1(0)
@GetOption
@Cls
@Option 2910 = "List of Features, Fonts, and Resolutions"
@Option 2920 = "Screen Layout and Graphics Flip Screen"
@Option 2925 = "Display List Configuration"
@Option 2930 = "Birds-Eye View"
@Option 2933 = "Birds-Eye Icons"
@Option 2935 = "Edge Pan, Page Alarm"
@Option 2940 = "Erase Buffer and Band-Free Rendering"
@Option 2950 = "ProDesigner Driver Commands Part 1"
@Option 2953 = "ProDesigner Driver Commands Part 2"
@Option 2955 = "ProDesigner Quick Reference Driver Commands"
@Option 2960 = "Custom Menu Design"
@Option 2965 = "AutoCAD Performance Tuning"
@Option 2970 = "Known Bug List and Upgrade Information"
@EndOption
@If (@Esc)
@Goto MenuCADsys
@ElseIf (2910 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpFeatures", "EndFeatures")
@ElseIf (2920 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpLayout", "EndLayout")
@ElseIf (2925 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpDLC", "EndDLC")
@ElseIf (2930 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpBird", "EndBird")
@ElseIf (2933 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpIcon", "EndIcon")
@ElseIf (2935 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpPan", "EndPan")
@ElseIf (2940 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpBand", "EndBand")
@ElseIf (2950 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpCommands", "EndCommands")
@ElseIf (2953 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpComtwo", "EndComtwo")
@ElseIf (2955 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpComquick", "EndComquick")
@ElseIf (2960 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpCMD", "EndCMD")
@ElseIf (2965 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpTuning", "EndTuning")
@ElseIf (2970 [=@Option)
@Help ("@ExePath\\install.hlp", "HelpBug", "EndBug")
@endif
@Goto MenuADI42
/*---------------------- Handle AutoCAD Help Menu -------------------------*/
MenuACADHelp:
@If (2110 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpACAD10r", "EndACAD10r")
@Elseif (2105 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpADI42", "EndADI42")
@ElseIf (2120 [= @Option)
@Help ("@ExePath\\install.hlp", "Help3DS", "End3DS")
@Elseif (2125 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpShade", "EndShade")
@Elseif (2130 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpACAD11", "EndACAD11")
@Elseif (2145 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpACAD12", "EndACAD12")
@EndIf
@Goto MenuCADsys
/*---------------- Desktop Publishing Menu (3000) ------------------------*/
MenuDesktop:
@ClearOption(3100)
@ClearOption(3200)
@EnableF1(1)
@GetOption
@Cls
@NameDesk @msgDDI
@msgPSAA
@Option 3100 = "@NameVentura"
@Option 3200 = "@NameGem"
@EndOption
@If (@Esc)
@Goto MenuMain
@Elseif (@KeyF1)
@Goto MenuDesktopHelp
@Elseif (3100 [= @Option)
@Goto MenuVentura
@Else
@Goto MenuGem
@Endif
/*-------------------- Handles Desktop Publishing Help Menu --------------*/
MenuDesktopHelp:
@If (3100 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpVentura", "EndVentura")
@Elseif (3200 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpGem", "EndGem")
@Endif
@Goto MenuDesktop
/*-------------- Ventura Publisher Driver Installation (3100) ------------*/
MenuVentura:
@EnableF1(0)
@GetOutDrive
@Suppress A
@Suppress B
@Cls
@NameVentura @msgDDI
@msgDrive
@EndOutDrive
@If (@Esc) @Goto MenuDesktop @Endif
@GetSubdir
@Default = "\\VENTURA"
@Cls
@NameVentura @msgDDI
@msgDir
@EndSubdir
@If (@Esc) @Goto MenuVentura @Endif
@ClearOption(1)
@ClearOption(2)
@If (@Exists "@OutDrive:\\@SubDir" == 0)
@EnableF1(0)
@GetOption @Cls
@LocalWindow (10,39)
@NameVentura @msgDDI
@OutDrive:@SubDir @msgDDNE
@msgCont
@Option 1 = "@Reenter"
@Option 2 = "@Cont"
@EndOption
@Endif
@If ((@Esc) || (1 [= @Option))
@Goto MenuVentura
@Endif
@DefineDisk
@Label = "Disk #1"
@BeginLib DESIGNER.001
@F sd1024.vga @O @OutDrive:\@SubDir\*.*
@F sd800.vga @O @OutDrive:\@SubDir\*.*
@EndLib
@EndDisk
EndVentura:
@Help ("@ExePath\\install.hlp", "HelpVentura", "EndVentura")
@Goto MenuDesktop
/*-------------- Gem Desktop Driver Installation (3200) ------------------*/
MenuGem:
@ClearOption(3310)
@ClearOption(3320)
@EnableF1(1)
@GetOption
@Cls
@NameGEM Installation and Resolution Selection:
@msgPSAA
@Option 3310 = "800x600 by 16 colors"
@Option 3320 = "1024x768 by 16 colors"
@EndOption
@If (@Esc)
@Goto MenuMain
@Elseif (@KeyF1)
@Help ("@ExePath\\install.hlp","HelpGEM","EndGEM")
@Goto MenuGEM
@Endif
InputDirUtil:
@EnableF1(0)
@GetOutDrive
@Suppress A
@Suppress B
@Cls
@NameGEM Installation:
@msgDrive
@EndOutDrive
@If (@Esc) @Goto MenuGEM @Endif
MenuSTARTGEM:
@GetSubdir
@Default = "\\GEMAPPS\\GEMSYS"
@Cls
@NameGEM Installation
@msgDir
@EndSubdir
@If (@Esc) @Goto MenuGEM @Endif
@ClearOption(1)
@ClearOption(2)
@If ((@Exists "@OutDrive:\\@SubDir") == 0)
@EnableF1(0)
@GetOption
@LocalWindow (10,39)
@Cls
@NameGEM Installation
@OutDrive:@SubDir @msgDDNE
@msgCont
@Option 1 = "@Reenter"
@Option 2 = "@Cont"
@EndOption
@Endif
@If (@Esc)
@Goto MenuGEM
@ElseIf (1 [= @Option)
@Goto MenuSTARTGEM
@Endif
@Rename ("@OutDrive:\\@SubDir\\sd*.vga","sd*.bak")
@DefineDisk
@Label = "Disk #1"
@BeginLib DESIGNER.001
@F sd1024.vga @O @OutDrive:\@SubDir\*.* @Option 3320
@F sd800.vga @O @OutDrive:\@SubDir\*.* @Option 3310
@EndLib
@EndDisk
EndGem:
@Help ("@ExePath\\install.hlp", "HelpGem", "EndGem")
@Goto MenuDesktop
/*- WordPerfect Driver Installation (5100) -*/
MenuWordProcess:
@EnableF1(0)
@GetOutDrive
@Suppress A
@Suppress B
@Cls
@NameWP @msgDDI
@msgDrive
@EndOutDrive
@If (@Esc) @Goto MenuMain @Endif
@GetSubdir
@Default = "\\WP"
@Cls
@NameWP @msgDDI
@msgDir
@EndSubdir
@If (@Esc) @Goto MenuWordProcess @Endif
@ClearOption(1)
@ClearOption(2)
@If ((@Exists "@OutDrive:\\@SubDir") == 0)
@EnableF1(0)
@GetOption @Cls
@LocalWindow (10,39)
@NameWP @msgDDI
@OutDrive:@SubDir @msgDDNE
@msgCont
@Option 1 = "@Reenter"
@Option 2 = "@Cont"
@EndOption
@Endif
@If ((@Esc) || (1 [= @Option))
@Goto MenuWordProcess
@Endif
@DefineDisk
@Label = "Disk #1"
@BeginLib DESIGNER.001
@F w50-800.wpd @O @OutDrive:\@SubDir\*.*
@F w50-1024.wpd @O @OutDrive:\@SubDir\*.*
@F wp51.vrs @O @OutDrive:\@SubDir\*.*
@EndLib
@EndDisk
@Help ("@ExePath\\install.hlp", "HelpWP", "EndWP")
@Goto MenuMain
/*- This block sets the AQUILA_FONT statement in autoexec.bat -*/
SetAQUILA:
MenuRETURN:
@ClearOption(50)
@ClearOption(51)
@EnableF1(1)
@GetOption
@LocalWindow (10,40)
@Cls
Do you wish to select a different Font Size other than 8x16 (Default)?
(Hit the <F1> Key for more information on Font Sizes.)
@Option 50 = "YES"
@option 51 = "NO"
@EndOption
@If (@Esc)
@Goto MenuRETURN
@Elseif (@KeyF1)
@Help ("@ExePath\\install.hlp","HelpFONT","EndFONT")
@Elseif (50 [= @Option)
@Goto MenuFNT
@Elseif (51 [= @Option)
@Goto EndAquila
@Endif
@Goto MenuRETURN
MenuFNT:
@ClearOption (10)
@ClearOption (11)
@ClearOption (12)
@ClearOption (13)
@ClearOption (14)
@ClearOption (15)
@ClearOption (16)
@EnableF1(0)
@GetOption
@If (2125 [= @Option)
@Cls
AutoShade @msgDDI
Please Select a Font Size:
@Elseif (2120 [= @Option)
@Cls
3D Studio @msgDDI
Please Select a Font Size:
@Elseif (2130 [= @Option)
@Cls
AutoCAD 11 @msgDDI
Please Select a Font Size:
@Elseif (2145 [= @Option)
@Cls
AutoCAD 12 @msgDDI
Please Select a Font Size:
@Endif
@Option 10 = "6x9"
@Option 11 = "9x15"
@Option 12 = "8x16"
@Option 13 = "12x20"
@Option 14 = "12x24"
@Option 15 = "15x25"
@Option 16 = "16x30"
@EndOption
@If (@Esc)
@Goto EndAquila
@Elseif (10 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
"SET AQUILA_FONT=6x9.fnt", "REPLACE")
@Elseif (11 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
"SET AQUILA_FONT=9x15.fnt", "REPLACE")
@Elseif (12 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
"SET AQUILA_FONT=8x16.fnt", "REPLACE")
@Elseif (13 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
"SET AQUILA_FONT=12x20.fnt", "REPLACE")
@Elseif (14 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
"SET AQUILA_FONT=12x24.fnt", "REPLACE")
@Elseif (15 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
"SET AQUILA_FONT=15x25.fnt", "REPLACE")
@Elseif (16 [= @Option)
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "SET AQUILA_FONT",
"SET AQUILA_FONT=16x30.fnt", "REPLACE")
@Endif
EndAquila:
@If (2125 [= @Option)
@Goto EndFONTS
@Elseif (2120 [= @Option)
@Goto EndFONTDS
@Elseif (2130 [= @Option)
@Goto EndFONTA
@Elseif (2145 [= @Option)
@Goto EndFONTC
@Else
@Goto MenuCADsys
@Endif