home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1995-12-11 | 25.8 KB | 654 lines |
- /*
- * Plug and Play Kit for MS-DOS (ICU and CM) installation
- * Copyright 1993, 1994 Intel Corporation. All Rights Reserved.
- */
-
- @DefineProject
- @Name = "Plug and Play Kit for MS-DOS"
- @Version = "R1.23"
- @OutDrive = C
- @SubDir = "\\PLUGPLAY\\"
- @Requires @HardDisk
- @Requires 2500000
- @Verify
- @EndProject
-
- //@DefineVars
- // @Qstring @FileOpt = "/NOLOCK"
- //@EndVars
-
- @Display
- @ChDrive(@BootDrive)
- @Cls
-
- Plug and Play Kit for MS-DOS
- ============================
-
-
- This program installs the Plug and Play Kit for MS-DOS* & Windows on
- your hard disk. The ISA Configuration ICU (ICU) & the Configuration
- Manager (CM) are included in the kit.
-
- Press the [Esc] key at any time to quit the installation.
-
-
-
-
- * MS-DOS is a registered trademark of Microsoft Corporation.
- * Windows is a trademark of Microsoft Corporation.
-
-
- @Pause
- @EndDisplay
-
- @Display
- @Cls
-
-
-
- The installation program used to install this kit, INSTALL, is licensed
- software provided by Knowledge Dynamics Corp., P.O. Box 780068, San
- Antonio, Texas 78278 (U.S.A.). INSTALL is Copyright (c) 1987-1993 by
- Knowledge Dynamics Corp., which reserves all copyright protection
- worldwide. INSTALL is provided to you for the exclusive purpose of
- installing the Plug and Play Kit for MS-DOS. Intel Corporation is
- exclusively responsible for the support of the Plug and Play Kit for
- MS-DOS, including support during the installation phase. In no event
- will Knowledge Dynamics Corp. provide any technical support for the
- Plug and Play Kit for MS-DOS.
-
-
-
-
-
- @Pause
- @EndDisplay
-
-
- @If (@RAMAvail < 488K)
- @Display
- The installation program has detected that this system has less
- than 488K of free conventional memory.
-
- This product requires a total of 488K of conventional memory for
- installation.
-
-
-
-
-
-
-
-
-
-
-
-
- @Pause
- @Abort
- @EndDisplay
- @EndIF
-
- @GetOutDrive
- @Suppress A
- @Suppress B
- @Cls
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Select the drive where you want to install the Plug and Play Kit for
- MS-DOS. If you have already installed the Plug and Play Kit for
- Windows, we suggest you use the same drive.
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], and [Pg Dn] keys to move the
- highlighted selection bar, then press [Enter] to accept the choice.
- @EndOutDrive
-
-
-
- @GetSubDir
- @Cls
-
- Select the directory where you want to install the Plug and Play Kit.
- You can accept the default destination directory @SubDir by pressing
- [Enter], or change it by pressing [Esc] and entering a new pathname.
- If you change the destination directory pathname, do not include the
- disk drive letter, e.g., type \MYDIR, not C:\MYDIR.
-
- @Prompt = " Destination directory ([Enter] = @SubDir) "
-
- @EndSubDir
-
-
- @GetOption
- @Option 10 = "Yes - Read Release Notes"
- @Option 11 = "No - Read Release Notes later"
- @Cls
-
-
-
-
-
-
-
-
- Additional information about the Plug and Play Kit for MS-DOS can be
- found in the text file README.TXT, which will be copied to the directory
- @OutDrive:@SubDir.
-
- These product release notes contain important information compiled after
- the documentation was printed and information for the advanced user.
-
- Do you want to read the release notes when installation is complete?
-
- @EndOption
-
- @Display
- @If (11 [= @Option)
- @Cls
-
-
-
-
-
-
-
- Please read the Release Notes in @OutDrive:@SubDir\README.TXT
- before using this software!
-
-
-
-
-
-
-
-
-
- @Pause
- @Endif
- @EndDisplay
-
- // Search for an existing ESCD.RF file and prompt the user
- // for overwrite.
- @If (@Exists("@BootDrive:\\ESCD.RF"))
- @GetOption
- An ESCD.RF file exists on the Target Disk. Do you wish
- to overwrite the existing file ?
-
- @Option 20 ="Yes"
- @Option 21 ="No"
- @EndOption
- @EndIf
- // Backup the ESCD.RF file if it exists and they specified overwrite.
-
- @If (20 [= @Option)
- @If (@Exists("@BootDrive:\\ESCD.RF"))
- @COPY("@BootDrive:\\ESCD.RF", "@BootDrive:\\ESCD.BAK")
- @EndIf
- @EndIf
-
-
- @DefineDisk @Label = "Disk 1 of 1"
-
-
- // install ESCD.RF at the system root - existing file has been backed up
- @File ICU\ESCD.RF @Out @BootDrive:\ESCD.RF @Option 20
- @File ICU\ESCD.RF @Out @BootDrive:\ESCD.RF @NoOverwrite
-
- // install ESCD.RF in DRIVERS\DOS directory - overwrite only if
- // installation file is newer than existing file
-
- @If (@FileDate( "@OutDrive:\\@Subdir\\DRIVERS\\DOS\\ESCD.RF" ) <
- @FileDate( "@InDrive:\\ICU\\ESCD.RF" ))
- @File ICU\ESCD.RF @Out DRIVERS\DOS\*.*
- @EndIf
-
- // install the programs used during installation and deleted
-
- @If (@FileDate( "@OutDrive:\\Subdir\\ICU\\DB\\CFGNDX.EXE" ) <
- @FileDate( "@InDrive:\\ICU\\DB\\CFGNDX.EXE" ))
- @File ICU\DB\CFGNDX.EXE @Out ICU\DB\*.*
- @EndIf
- @If (@FileDate( "@OutDrive:\\Subdir\\ICU\\CONMOD.EXE" ) <
- @FileDate( "@InDrive:\\ICU\\CONMOD.EXE" ))
- @File ICU\CONMOD.EXE @Out ICU\*.*
- @EndIf
-
- // install everything else
-
- @If (@FileDate( "@OutDrive:\\Subdir\\README.TXT" ) <
- @FileDate( "@InDrive:\\ICU\\README.TXT" ))
- @File ICU\README.TXT @Out @Subdir\\*.*
- @EndIf
-
- @If (@FileDate( "@OutDrive:\\Subdir\\ICU\\ICU.EXE" ) <
- @FileDate( "@InDrive:\\ICU\\ICU.EXE" ))
- @File ICU\ICU.EXE @Out ICU\*.*
- @EndIf
- @If (@FileDate( "@OutDrive:\\Subdir\\ICU\\CASSIST.EXE" ) <
- @FileDate( "@InDrive:\\ICU\\CASSIST.EXE" ))
- @File ICU\CASSIST.EXE @Out ICU\*.*
- @EndIf
- @If (@FileDate( "@OutDrive:\\Subdir\\ICU\\CASSIST.CNF" ) <
- @FileDate( "@InDrive:\\ICU\\CASSIST.CNF" ))
- @File ICU\CASSIST.CNF @Out ICU\*.*
- @EndIf
- @If (@FileDate( "@OutDrive:\\Subdir\\ICU\\ICU.FRL" ) <
- @FileDate( "@InDrive:\\ICU\\ICU.FRL" ))
- @File ICU\ICU.FRL @Out ICU\*.*
- @EndIf
- @If (@FileDate( "@OutDrive:\\Subdir\\ICU\\ICU.HLP" ) <
- @FileDate( "@InDrive:\\ICU\\ICU.HLP" ))
- @File ICU\ICU.HLP @Out ICU\*.*
- @EndIf
- @If (@FileDate( "@OutDrive:\\Subdir\\ICU\\ICONS.@@" ) <
- @FileDate( "@InDrive:\\ICU\\ICONS.@@" ))
- @File ICU\ICONS.@@ @Out ICU\*.*
- @EndIf
- @If (@FileDate( "@OutDrive:\\Subdir\\ICU\\RMN3_12.@@" ) <
- @FileDate( "@InDrive:\\ICU\\RMN3_12.@@" ))
- @File ICU\RMN3_12.@@ @Out ICU\*.*
- @EndIf
- @If (@FileDate( "@OutDrive:\\Subdir\\ICU\\DOSGRAPH.INI" ) <
- @FileDate( "@InDrive:\\ICU\\DOSGRAPH.INI" ))
- @File ICU\DOSGRAPH.INI @Out ICU\*.*
- @EndIf
-
- // install DOS CM driver in DRIVERS\DOS directory - overwrite only if
- // installation file is newer than existing file
-
- @If (@FileDate( "@OutDrive:\\@Subdir\\DRIVERS\\DOS\\DWCFGMG.SYS" ) <
- @FileDate( "@InDrive:\\ICU\\DWCFGMG.SYS" ))
- @File ICU\DWCFGMG.SYS @Out DRIVERS\DOS\*.*
- @EndIf
-
-
- @File ICU\DB\!ICU19C0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1953.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0091.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01A3.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU05F0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1751.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1940.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1951.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1950.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1970.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1980.CFG @Out ICU\DB\*.*
- @File ICU\DB\!INT1000.CFG @Out ICU\DB\*.*
- @File ICU\DB\!LMS00CD.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU19D0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU19B0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ULT034F.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ULT24FA.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ARC0010.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ARC0020.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ATI1C10.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ATI3010.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ATI4410.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ATI5810.CFG @Out ICU\DB\*.*
- @File ICU\DB\!DEC20A0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!DPTA701.CFG @Out ICU\DB\*.*
- @File ICU\DB\!DPTBC01.CFG @Out ICU\DB\*.*
- @File ICU\DB\!HWP1400.CFG @Out ICU\DB\*.*
- @File ICU\DB\!HWP1820.CFG @Out ICU\DB\*.*
- @File ICU\DB\!HWP1832.CFG @Out ICU\DB\*.*
- @File ICU\DB\!HWP18A0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!HWP18C0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!HWP1C00.CFG @Out ICU\DB\*.*
- @File ICU\DB\!IBM5250.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0010.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0020.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0030.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0040.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0041.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0050.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0051.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0060.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0070.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0080.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU00A1.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU00B0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU00C0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU00D0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU00E0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0100.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0110.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0120.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0130.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0150.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0180.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0190.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01A0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01A1.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01A2.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01A4.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01A5.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01B0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01C0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01D0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01E0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01E1.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU01F0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0200.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0210.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0211.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0220.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0230.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0231.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0240.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0250.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0260.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0270.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0280.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0290.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU02A0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU02B0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU02C0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU02C1.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU02D0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU02E0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU02F0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU02F1.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0300.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0310.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0320.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0330.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0340.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0350.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0360.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0370.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0380.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0390.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU03A0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU03B0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU03C0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU03D0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU03E0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU03F0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0400.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0410.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0420.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0430.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0440.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0450.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0460.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0470.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0480.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0490.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU04A0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU04B0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU04C0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU04D0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU04E0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU04F0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0500.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0510.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0520.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0530.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0540.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0550.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0560.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0561.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0570.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0580.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0590.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU05A0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU05B0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU05C0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU05D0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU05E0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0600.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0610.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0620.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0630.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0640.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0650.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0660.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0680.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0681.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0690.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06A0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06B0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06C0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06D0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06E0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06E1.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06E2.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06E3.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06E4.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06E5.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06E6.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06E7.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06E8.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06F0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU06F1.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0700.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0710.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0720.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0730.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0740.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0750.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0760.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0770.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0780.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0790.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0800.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0810.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0820.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0830.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0840.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0850.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0860.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0870.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0880.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0890.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0900.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0910.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0920.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0950.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0960.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0970.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU0980.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1000.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1010.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1020.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1030.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1040.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1050.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1060.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1080.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1090.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1100.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1120.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1130.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1140.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1150.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1160.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1181.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1190.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1200.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1230.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1240.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1250.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1260.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1300.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1310.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1331.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1341.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1360.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1550.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1560.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1570.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1580.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1581.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1590.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1600.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1610.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1620.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1630.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1640.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1650.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1660.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1670.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1680.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1690.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1700.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1710.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1720.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1730.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1740.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1750.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1900.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1910.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1911.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1920.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1930.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1952.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1960.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1990.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1991.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1992.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1993.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1994.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU1995.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ICU19A0.CFG @Out ICU\DB\*.*
- @File ICU\DB\!IIN0B01.CFG @Out ICU\DB\*.*
- @File ICU\DB\!INT0701.CFG @Out ICU\DB\*.*
- @File ICU\DB\!INT0703.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISAB701.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISAB703.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISAB704.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISY0010.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISY0020.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISY0030.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISY0040.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISY0050.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISY0060.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISY0070.CFG @Out ICU\DB\*.*
- @File ICU\DB\!ISY0100.CFG @Out ICU\DB\*.*
- @File ICU\DB\!KTC0201.CFG @Out ICU\DB\*.*
- @File ICU\DB\!NIC1601.CFG @Out ICU\DB\*.*
- @File ICU\DB\!NIC1602.CFG @Out ICU\DB\*.*
- @File ICU\DB\!OEM5120.CFG @Out ICU\DB\*.*
- @File ICU\DB\!OLC0701.CFG @Out ICU\DB\*.*
- @File ICU\DB\!SMC8003.CFG @Out ICU\DB\*.*
- @File ICU\DB\!SMC8013.CFG @Out ICU\DB\*.*
- @File ICU\DB\!SMC8115.CFG @Out ICU\DB\*.*
- @File ICU\DB\!SMC8216.CFG @Out ICU\DB\*.*
- @File ICU\DB\!SMC8416.CFG @Out ICU\DB\*.*
-
-
- @EndDisk
-
- //Deal with the CONFIG.SYS file changes
- @GetOption
- May I create/modify your CONFIG.SYS file if needed?
-
- @Option 50 ="Yes"
- @Option 51 ="No"
-
- @EndOption
-
-
- @If (50 [= @Option)
- //If they want to modify config.sys, do this:
-
- // Backup the CONFIG.SYS file if it exists.
- @If (@Exists("@BootDrive:\\CONFIG.SYS"))
- @COPY("@BootDrive:\\CONFIG.SYS", "@BootDrive:\\CONFIG.BAK")
- @EndIf
-
- //Change the CONFIG.SYS file
- @SetConfig
- @Overwrite
- @Device = "@OutDrive:\\@SubDir\\DRIVERS\\DOS\\DWCFGMG.SYS"
- @Buffers=20
- @EndConfig
-
-
- @Else
- //If they do not want to modify config.sys,
- //Tell them what changes they need to make
-
- @Display
-
-
- @Cls
- The following changes must be incorporated into CONFIG.SYS:
-
- 1. Add the following line to the beginning of the file:
-
- Device=@OutDrive:@SubDir\DRIVERS\DOS\DWCFGMG.SYS
-
-
- 2. Make sure the size of BUFFERS is greater than or equal to 20.
-
- @Pause
- @EndDisplay
- @EndIf
-
- @Finish
- @Cls
-
- //Delete old readme files from the user's file structure
-
- @Delete ("@OutDrive:\\@Subdir\\ICU\\README.DOS")
- @Delete ("@OutDrive:\\@Subdir\\ICU\\README.CM")
- @Delete ("@OutDrive:\\@Subdir\\ICU\\README.WIN")
- @Delete ("@OutDrive:\\@Subdir\\README.CM")
- @Delete ("@OutDrive:\\@Subdir\\README.DDK")
- @Delete ("@OutDrive:\\@Subdir\\PDDK\\README.PDK")
-
- //If we changed the config.sys file, run conmod.exe
- @If (50 [= @Option)
-
- // make dwcfgmg.sys as the first driver in the config.sys if
- // it is in config.sys
-
- @If (@Spawn( "@OutDrive:\\@SubDir\\icu\\conmod.exe " ))
- @EndIf
-
- @EndIf
- @Delete("@OutDrive:\\@SubDir\\icu\\conmod.EXE")
-
- // Display README file if previously requested
- @If (10 [= @Option)
- @If (@System( "more < @OutDrive:\\@SubDir\\README.TXT" ))
- @EndIf
- @Endif
-
- // Build the ICU.NDX file in @OutDrive:\\@SubDir\\ICU\\DB .
- @ChDrive( @OutDrive )
- @ChDir( "@OutDrive:\\@SubDir\\ICU\\DB" )
- @If (@Spawn("@OutDrive:\\@SubDir\\ICU\\DB\\CFGNDX.EXE"))
- @EndIf
- // Do not delete cfgndx.exe
- // @Delete("@OutDrive:\\@SubDir\\ICU\\DB\\CFGNDX.EXE")
- @ChDir( "@OutDrive:\\@SubDir\\ICU" )
-
- // Make the CASSIST.CNF file Read-only
- // @FileAttr("@OutDrive:@SubDir\\ICU\\CASSIST.CNF", "r+")
-
- @Cls
-
- Installation of the Plug and Play Kit for MS-DOS is complete.
-
- You must reboot your system to use this software.
-
- @Pause
-
- @EndFinish
-
-