home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1993-03-04 | 22.0 KB | 762 lines |
- /****************************************************************/
- /* INSTALL.DAT */
- /* */
- /* Copyright (c) 1992 Computer Associates International */
- /* All Rights Reserved */
- /* */
- /* Last revision: 03/04/93 */
- /****************************************************************/
-
- @DefineProject
- @Group = "A"
- @Requires @HardDisk
- @Name = "CA-Clipper 5.2"
- @Version = "5.2"
- @OutDrive = C
- @Subdir = "\\CLIPPER5"
- @EndProject
-
- @DefineVars
- @Integer @InDisk = 0 /* change for proper input disk type */
- @Integer @Fails = 0
- @Integer @Totsize = 0
- @Integer @TotKB = 0
- @Integer @Asize = 2400
- @Integer @Bsize = 1700
- @Integer @Csize = 500
- @Integer @Dsize = 2000
-
- @Integer @DBUsize = 650
- @Integer @PEsize = 250
- @Integer @RLsize = 450
- @Integer @PLLsize = 350
-
- /* Maxsize is the sum of A, B, C, and Dsize. Must be updated if any of those
- are changed!!! */
- @Integer @Maxsize = 6600
- @Dir @Bin = "\\BIN"
- @Dir @Include = "\\INCLUDE"
- @Dir @Lib = "\\LIB"
- @Dir @Pll = "\\PLL"
- @Dir @Obj = "\\OBJ"
- @Dir @Dbu = "\\SOURCE\\DBU"
- @Dir @Pe = "\\SOURCE\\PE"
- @Dir @Rl = "\\SOURCE\\RL"
- @Dir @Sample = "\\SOURCE\\SAMPLE"
- @Dir @Sys = "\\SOURCE\\SYS"
- @Dir @Ng = "\\NG"
- @Qstring @NewLine = "\n"
- @Qstring @Qs1 = " System Files "
- @Qstring @Qs2 = " Utilities "
- @Qstring @Qs3 = " Sample Programs "
- @Qstring @Qs4 = " On-line Documentation "
- @Qstring @Qs10 = "Database Utility - DBU.EXE"
- @Qstring @Qs11 = "Program Editor - PE.EXE"
- @Qstring @Qs12 = "Report and Label Utility - RL.EXE"
- @Qstring @Qs13 = "Pre-linked Library - BASE52.PLL"
- @Qstring @Yes = "=> "
- @EndVars
-
- @Display
- @Cls
- █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ @Name Intl. Installation
- █ Computer █
- █ Associates █ This program will install the international
- █ International █ version of Clipper 5.2 on your computer system
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█ and verify the integrity of the distribution
- ▄▄▄▄▄▄▄▄▄ disks. The basic steps in the installation
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ procedure are as follows:
-
- ■ Select target drive and directory
- ■ Select files you want to install
- ■ Install selected files
- ■ Update AUTOEXEC.BAT and CONFIG.SYS
-
-
- You will be prompted step by step through the procedure and, when
- you are finished, @Name will be installed on your hard disk.
- Press Esc at any time to stop the installation.
-
- @Pause
-
- @EndDisplay
-
- DrivePick:
- @GetOutDrive
- @Suppress A
- @Suppress B
- @LocalWindow(11,36)
- @Cls
- █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ @Name Intl. Installation
- █ Computer █
- █ Associates █ Select Target Drive:
- █ International █
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
- ▄▄▄▄▄▄▄▄▄
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
-
-
-
-
-
-
-
-
-
-
-
- Use and to highlight a drive, and press ─┘ to select and continue.
- Press Esc to exit.
- @EndOutDrive
-
- @GetSubdir
- @LocalWindow(6,56)
- @Cls
- █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ @Name Intl. Installation
- █ Computer █
- █ Associates █ Select Target Directory
- █ International █
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
- ▄▄▄▄▄▄▄▄▄
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
-
-
- ┌──────────────────────────────────────────────────────────────────┐
- │ WARNING! The installation will overwrite the files in the │
- │ target directory. If another release of CA-Clipper is installed │
- │ in the target directory that is displayed, you may want to │
- │ install CA-Clipper 5.2 into a different directory to prevent │
- │ losing files. Please note that \CLIPPER52 is not a valid │
- │ directory name, as it will be truncated to \CLIPPER5. │
- └──────────────────────────────────────────────────────────────────┘
-
- Type a directory name (limit 8 characters), and press ─┘ to
- continue. Press Esc to exit.
-
- @EndSubdir
-
- GroupPick:
- @Totsize = (0)
- @GetGroups
- @LocalWindow(7,40)
- @SetGroup(A)
- @SetGroup(B)
- @SetGroup(C)
- @SetGroup(D)
- @CheckBox
- @Cls
- @Name Intl. Installation
-
- Select Groups to Install:
-
-
-
-
-
-
- ■ System Files are the basic files necessary to compile, link
- and debug programs.
- ■ Utilities are additional utilities to aid you in application
- development. If you choose to install the utilities, you will
- be given the option to select which utilities to install.
- ■ Sample Programs are the source code files for the sample
- programs and replaceable system files.
- ■ On-line Documentation consists of the files required to access
- the on-line documentation.
-
- Use and to highlight a group, and press Space to change its status.
- Press ─┘ to continue or Esc to exit.
- @Set A = "@Qs1 @Asize KB"
- @Set B = "@Qs2 @Bsize KB"
- @Set C = "@Qs3 @Csize KB"
- @Set D = "@Qs4 @Dsize KB"
- @EndGroups
-
- @If ('B' [= @Group)
- @GetOption
- @CheckBox
- @SetOption(10)
- @SetOption(11)
- @SetOption(12)
- @SetOption(13)
- @LocalWindow(7,40)
- @Cls
- @Name Intl. Installation
-
- Install the Following Utilities:
-
-
-
-
- @Option 10 = "Database Utility - DBU.EXE @DBUSize KB "
- @Option 11 = "Program Editor - PE.EXE @PESize KB "
- @Option 12 = "Report and Label Utility - RL.EXE @RLSize KB "
- @Option 13 = "Pre-linked Library - BASE52.PLL @PllSize KB "
-
- @Newline
- The Utilities Group contains additional utilities that are
- available to aid you in application development. The files
- will be installed to the following directories:
-
- Executables => @Subdir\BIN
- DBU source => @Subdir\SOURCE\DBU
- RL source => @Subdir\SOURCE\RL
- PE source => @Subdir\SOURCE\PE
- PLL => @Subdir\PLL
-
- Use and to highlight a group, and press Space to change its status.
- Press ─┘ to continue or Esc to exit.
- @EndOption
- @EndIf
-
- /* Calculate installation disk space size */
-
- @If ('A' [= @Group)
- @Totsize = (@Totsize + @Asize)
- @EndIf
-
- @If ('B' [= @Group)
- @If (10 [= @Option)
- @Totsize = (@Totsize + @DBUsize)
- @Endif
- @If (11 [= @Option)
- @Totsize = (@Totsize + @PEsize)
- @Endif
- @If (12 [= @Option)
- @Totsize = (@Totsize + @RLsize)
- @Endif
- @If (13 [= @Option)
- @Totsize = (@Totsize + @PLLsize)
- @Endif
- @EndIf
-
- @If ('C' [= @Group)
- @Totsize = (@Totsize + @Csize)
- @EndIf
-
- @If ('D' [= @Group)
- @Totsize = (@Totsize + @Dsize)
- @EndIf
-
- @TotKB = (@Totsize * 1024)
-
- @If (@TotKB > @DiskFree @OutDrive)
- @GetOption
- @ClearOption(1)
- @ClearOption(2)
- @ClearOption(3)
- @ClearOption(4)
-
- @LocalWindow(7,42)
- @Cls
- █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ @Name Intl. Installation
- █ Computer █
- █ Associates █ Select an Action:
- █ International █
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
- ▄▄▄▄▄▄▄▄▄
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
-
- @Option 1 = "Select a different drive"
- @Option 2 = "Select different file groups"
- @Option 3 = "Continue with installation"
- @Option 4 = "Exit to DOS"
-
- @NewLine
- ┌───────────────────────────────────────────────────────────────┐
- │ WARNING! There is not enough disk space to complete this │
- │ installation. │
- └───────────────────────────────────────────────────────────────┘
-
- The installation requires @TotKB bytes and DRIVE @OutDrive has only
- @DiskFree @OutDrive bytes available.
-
-
- Use and to highlight an option, and press ─┘ to select and continue.
- Press Esc to exit.
- @EndOption
-
- @If (1 [= @Option)
- @Goto DrivePick
- @EndIf
- @If (2 [= @Option)
- @Goto GroupPick
- @EndIf
- @If (4 [= @Option)
- @Display
- @Cls
- @Abort
- @EndDisplay
- @EndIf
- @EndIf
-
- @Display
- @Cls
- █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ @Name Intl. Installation
- █ Computer █
- █ Associates █ The groups denoted with '=>' will be installed
- █ International █
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█ @If ('A' [= @Group) @Yes @Qs1 @Else @Qs1 @Endif
- ▄▄▄▄▄▄▄▄▄ @If ('B' [= @Group) @Yes @Qs2 @Else @Qs2 @Endif
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ @If (10 [= @Option) @Yes @Qs10 @Else @Qs10 @Endif
- @If (11 [= @Option) @Yes @Qs11 @Else @Qs11 @Endif
- @If (12 [= @Option) @Yes @Qs12 @Else @Qs12 @Endif
- @If (13 [= @Option) @Yes @Qs13 @Else @Qs13 @Endif
- @If ('C' [= @Group) @Yes @Qs3 @Else @Qs3 @Endif
- @If ('D' [= @Group) @Yes @Qs4 @Else @Qs4 @Endif
-
- @Totsize KB is required for the installation.
-
-
-
- @pause
- @EndDisplay
-
- @If ('A' [= @Group)
- @GetOption
- @LocalWindow(7,38)
- @Cls
- █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ @Name Intl. Installation
- █ Computer █
- █ Associates █ Allow changes to AUTOEXEC.BAT?
- █ International █
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
- ▄▄▄▄▄▄▄▄▄
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
-
- @Option 101 = " Yes "
- @Option 102 = " No "
- @Newline
- For CA-Clipper to work correctly, the DOS environment variables
- LIB, INCLUDE, OBJ, and PLL must be set. It is recommended that
- you allow the install to make the necessary changes to your
- AUTOEXEC.BAT file. If you choose not to allow changes, the
- proposed changes will be written to AUTOEXEC.NEW.
-
- @EndOption
- @EndIf
-
- @If ('A' [= @Group)
- @GetOption
- @LocalWindow(7,38)
- @Cls
- █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ @Name Intl. Installation
- █ Computer █
- █ Associates █ Allow changes to CONFIG.SYS?
- █ International █
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
- ▄▄▄▄▄▄▄▄▄
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
-
- @Option 201 = " Yes "
- @Option 202 = " No "
- @Newline
- For CA-Clipper to work correctly, the FILES and BUFFERS settings
- must be adjusted. It is recommended that you allow the install
- to make the necessary changes to your CONFIG.SYS file. If you
- choose not to allow changes, the proposed changes will be written
- to CONFIG.NEW.
-
- @EndOption
- @EndIf
-
- @If (@DiskSize @InDrive < 400000)
- @Indisk = 360
- @ElseIf (@DiskSize @InDrive < 750000)
- @Indisk = 720
- @ElseIf (@DiskSize @InDrive < 1300000)
- @Indisk = 1200
- @ElseIf (@DiskSize @InDrive < 1500000)
- @Indisk = 1440
- @Else
- @Indisk = 0
- @EndIf
-
- @If (@InDisk == 720)
- @DefineDisk
- @Label = "Installation Disk 1"
-
- @File README. @Group A
- @File NATION.DOC @Group A
-
- @BeginLib BIN.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Bin\*.* @Group A
- @EndLib
-
- @BeginLib PLL.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Pll\*.* @Option 13
- @EndLib
-
- @EndDisk
-
- @DefineDisk
- @Label = "Installation Disk 2"
-
- @BeginLib OBJ.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Obj\*.* @Group A
- @EndLib
-
- @BeginLib LIB1.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Lib\*.* @Group A
- @EndLib
-
- @BeginLib LIB2.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Lib\*.* @Group A
- @EndLib
-
- @BeginLib INCLUDE.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Include\*.* @Group A
- @EndLib
-
- @EndDisk
-
- @DefineDisk
- @Label = "Installation Disk 3"
-
- @BeginLib DBU.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 10
- @File *.HLP @Out @Outdrive:\@Subdir\@Bin\*.* @Option 10
- @File *.HLP @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.PRG @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.RMK @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.LNK @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @EndLib
-
- @BeginLib SYS.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Sys\*.* @Group C
- @EndLib
-
- @BeginLib NG1.LIF
- @File *.* @Out @Outdrive:\@NG\*.* @Group D
- @EndLib
-
- @EndDisk
-
- @DefineDisk
- @Label = "Installation Disk 4"
-
- @BeginLib SAMPLE.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Sample\*.* @Group C
- @EndLib
-
- @BeginLib RL.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 12
- @File *.PRG @Out @Outdrive:\@Subdir\@Rl\*.* @Option 12
- @File *.RMK @Out @Outdrive:\@Subdir\@Rl\*.* @Option 12
- @EndLib
-
- @BeginLib PE.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 11
- @File *.PRG @Out @Outdrive:\@Subdir\@Pe\*.* @Option 11
- @File *.RMK @Out @Outdrive:\@Subdir\@Pe\*.* @Option 11
- @EndLib
-
- @BeginLib NG2.LIF
- @File *.* @Out @Outdrive:\@NG\*.* @Group D
- @EndLib
-
- @BeginLib NATION.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Obj\*.* @Group A
- @EndLib
-
- @EndDisk
-
- @ElseIf (@InDisk == 1200)
- @DefineDisk
- @Label = "Installation Disk 1"
-
- @File README. @Group A
- @File NATION.DOC @Group A
-
- @BeginLib BIN.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Bin\*.* @Group A
- @EndLib
-
- @BeginLib OBJ.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Obj\*.* @Group A
- @EndLib
-
- @BeginLib LIB1.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Lib\*.* @Group A
- @EndLib
-
- @BeginLib INCLUDE.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Include\*.* @Group A
- @EndLib
-
- @BeginLib PLL.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Pll\*.* @Option 13
- @EndLib
-
- @EndDisk
-
- @DefineDisk
- @Label = "Installation Disk 2"
-
- @BeginLib LIB2.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Lib\*.* @Group A
- @EndLib
-
- @BeginLib DBU.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 10
- @File *.HLP @Out @Outdrive:\@Subdir\@Bin\*.* @Option 10
- @File *.HLP @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.PRG @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.RMK @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.LNK @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @EndLib
-
- @BeginLib PE.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 11
- @File *.PRG @Out @Outdrive:\@Subdir\@Pe\*.* @Option 11
- @File *.RMK @Out @Outdrive:\@Subdir\@Pe\*.* @Option 11
- @EndLib
-
- @BeginLib RL.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 12
- @File *.PRG @Out @Outdrive:\@Subdir\@Rl\*.* @Option 12
- @File *.RMK @Out @Outdrive:\@Subdir\@Rl\*.* @Option 12
- @EndLib
-
- @BeginLib SYS.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Sys\*.* @Group C
- @EndLib
-
- @BeginLib SAMPLE.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Sample\*.* @Group C
- @EndLib
-
- @EndDisk
-
- @DefineDisk
- @Label = "Installation Disk 3"
-
- @BeginLib NG1.LIF
- @File *.* @Out @Outdrive:\@NG\*.* @Group D
- @EndLib
-
- @BeginLib NG2.LIF
- @File *.* @Out @Outdrive:\@NG\*.* @Group D
- @EndLib
-
- @BeginLib NATION.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Obj\*.* @Group A
- @EndLib
-
- @EndDisk
-
- @ElseIf (@InDisk == 1440)
- @DefineDisk
- @Label = "Installation Disk 1"
-
- @File README. @Group A
- @File NATION.DOC @Group A
-
- @BeginLib BIN.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Bin\*.* @Group A
- @EndLib
-
- @BeginLib OBJ.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Obj\*.* @Group A
- @EndLib
-
- @BeginLib LIB1.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Lib\*.* @Group A
- @EndLib
-
- @BeginLib LIB2.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Lib\*.* @Group A
- @EndLib
-
- @BeginLib INCLUDE.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Include\*.* @Group A
- @EndLib
-
- @BeginLib RL.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 12
- @File *.PRG @Out @Outdrive:\@Subdir\@Rl\*.* @Option 12
- @File *.RMK @Out @Outdrive:\@Subdir\@Rl\*.* @Option 12
- @EndLib
-
- @EndDisk
-
- @DefineDisk
- @Label = "Installation Disk 2"
-
- @BeginLib NG1.LIF
- @File *.* @Out @Outdrive:\@NG\*.* @Group D
- @EndLib
-
- @BeginLib NG2.LIF
- @File *.* @Out @Outdrive:\@NG\*.* @Group D
- @EndLib
-
- @BeginLib DBU.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 10
- @File *.HLP @Out @Outdrive:\@Subdir\@Bin\*.* @Option 10
- @File *.HLP @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.PRG @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.RMK @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.LNK @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @EndLib
-
- @BeginLib PE.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 11
- @File *.PRG @Out @Outdrive:\@Subdir\@Pe\*.* @Option 11
- @File *.RMK @Out @Outdrive:\@Subdir\@Pe\*.* @Option 11
- @EndLib
-
- @BeginLib PLL.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Pll\*.* @Option 13
- @EndLib
-
- @BeginLib SYS.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Sys\*.* @Group C
- @EndLib
-
- @BeginLib SAMPLE.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Sample\*.* @Group C
- @EndLib
-
- @BeginLib NATION.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Obj\*.* @Group A
- @EndLib
-
- @EndDisk
-
- @ElseIf (@InDisk == 0) /* hard disk */
-
- @DefineDisk
- @Label = "Installation Disk 1"
-
- @File README. @Group A
- @File NATION.DOC @Group A
-
- @BeginLib BIN.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Bin\*.* @Group A
- @EndLib
-
- @BeginLib OBJ.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Obj\*.* @Group A
- @EndLib
-
- @BeginLib LIB1.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Lib\*.* @Group A
- @EndLib
-
- @BeginLib LIB2.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Lib\*.* @Group A
- @EndLib
-
- @BeginLib INCLUDE.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Include\*.* @Group A
- @EndLib
-
- @BeginLib DBU.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 10
- @File *.HLP @Out @Outdrive:\@Subdir\@Bin\*.* @Option 10
- @File *.HLP @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.PRG @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @File *.RMK @Out @Outdrive:\@Subdir\@Dbu\*.* @Option 10
- @EndLib
-
- @BeginLib PE.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 11
- @File *.PRG @Out @Outdrive:\@Subdir\@Pe\*.* @Option 11
- @File *.RMK @Out @Outdrive:\@Subdir\@Pe\*.* @Option 11
- @EndLib
-
- @BeginLib RL.LIF
- @File *.EXE @Out @Outdrive:\@Subdir\@Bin\*.* @Option 12
- @File *.PRG @Out @Outdrive:\@Subdir\@Rl\*.* @Option 12
- @File *.RMK @Out @Outdrive:\@Subdir\@Rl\*.* @Option 12
- @EndLib
-
- @BeginLib PLL.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Pll\*.* @Option 13
- @EndLib
-
- @BeginLib NG1.LIF
- @File *.* @Out @Outdrive:\@NG\*.* @Group D
- @EndLib
-
- @BeginLib NG2.LIF
- @File *.* @Out @Outdrive:\@NG\*.* @Group D
- @EndLib
-
- @BeginLib SAMPLE.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Sample\*.* @Group C
- @EndLib
-
- @BeginLib SYS.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Sys\*.* @Group C
- @EndLib
-
- @BeginLib NATION.LIF
- @File *.* @Out @Outdrive:\@Subdir\@Obj\*.* @Group A
- @EndLib
-
- @EndDisk
-
- @Else
-
- ERROR: Invalid input disk size. Install terminated.
- @Pause
- @Abort
-
- @Endif
-
- @SetAutoexec
- @If ('A' [= @Group)
- @If (101 [= @Option)
- @Overwrite
- @Else
- @DiskProto
- @Endif
-
- @Verbatim "PATH=@OutDrive:\\@SubDir\\@Bin;@OutDrive:\\@Ng;%path%"
- @SetPrepend("INCLUDE","@OutDrive:\\@SubDir\\@Include")
- @SetPrepend("LIB","@OutDrive:\\@SubDir\\@Lib")
- @SetPrepend("OBJ","@OutDrive:\\@SubDir\\@Obj")
- @SetPrepend("PLL","@OutDrive:\\@SubDir\\@Pll")
- @Endif
- @EndAutoexec
-
- @SetConfig
- @If ('A' [= @Group)
- @If (201 [= @Option)
- @Overwrite
- @Else
- @DiskProto
- @Endif
-
- @Files = 25
- @Buffers = 15
- @Endif
- @EndConfig
-
- @Finish
- @ChDrive(@OutDrive)
- @ChDir("@SubDir")
-
- @Cls
- █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ @Name Intl. Installation
- █ Computer █
- █ Associates █ CA-Clipper 5.2 has been successfully installed
- █ International █ on your computer. Please run NATION.BAT located
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█ in the @Subdir\OBJ directory if you
- ▄▄▄▄▄▄▄▄▄ require non-ASCII collation for sorting and
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ indexing.
-
- Before using the product, view the files README
- and NATION.DOC using your word processor or the
- DOS TYPE command. These files are located in the
- @SubDir directory.
-
- @Pause
- @EndFinish
-
- /*---------------------* EOF INSTALL.DAT *--------------------*/
-
-