home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1990-10-02 | 10.9 KB | 341 lines |
- @DefineProject
- @ABANNER = " AutoSketch "
- @BATCHFILE = "SKETCH3.BAT"
- @NAME = "AutoSketch"
- @VERSION = "3"
- @SUBDIR = "\\SKETCH3"
- @OUTDRIVE = C
- @GROUP = "A"
- @ENDSKTMSG
- @Requires @HardDisk
- @Requires 1900000
- @EndProject
-
- @DefineVars
- @Dir @Subdir2 ="\\SUPPORT"
- @EndVars
-
- @WELCOME
- @CLS
-
- This program installs @NAME Version @VERSION on your computer
- system and checks the distribution disks for errors. You can
- specify the drive and directory where you want to install
- @NAME, as well as the subdirectory where you want to
- install @NAME Support files. Install automatically
- creates these directories for you.
-
- Each screen of this program offers a choice and a default
- response. Press the RETURN key to accept the default;
- otherwise type or select another response and then press the
- RETURN key. If you make a mistake while typing, press the
- BACKSPACE key and retype the entry.
-
- You can press the ESC key any time to cancel installation and
- return to the operating system.
-
- @PAUSE
- @EndWelcome
-
- @GetOutDrive
- @Supress A
- @Supress B
- @CLS
- On which disk drive do you want to install @NAME?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the up and down cursor keys to scroll through the
- list of disk drives. Press the RETURN key when you have
- selected a drive.
- @EndOutDrive
-
- @GetSubdir
- @CLS
- Specify here the name of the directory where you want
- @NAME installed.
-
- The program locates the directory below the root directory
- of the disk drive you selected. If you have no preference,
- choose the default by pressing the RETURN key.
-
- To change the directory name, backspace over it and type a
- new name. Press the RETURN key when you have finished.
-
-
-
-
-
-
- @PROMPT = " Which subdirectory [@Subdir\\]? "
- @EndSubdir
-
- @If (@Exists "@OutDrive:@SubDir")
- @GetOption
- A directory already exists with the name @OutDrive:@SubDir.
-
- Do you want to continue installing @NAME
- over the files in this directory?
-
- @Option 1 = "Yes"
- @Option 2 = "No"
-
-
- @EndOption
- @Endif
-
- @Display
- @If(2 [= @Option)
- @Abort
- @Endif
- @EndDisplay
-
- @GetSubdir @Subdir2
- @Default = "@Subdir\\@Subdir2\\"
- @CLS
-
- Now specify the directory for the @NAME Support files.
- The @NAME Text Font, Pattern, and Icon files will be
- installed in this subdirectory.
-
-
-
-
-
-
-
-
-
-
-
- @PROMPT = " Which subdirectory [@Subdir2\\]? "
- @EndSubdir
-
- @If ("@OutDrive:@SubDir" != "@OutDrive:@SubDir2")
- @If (@Exists "@OutDrive:@SubDir2")
- @GetOption
- A directory already exists with the name @OutDrive:@SubDir2.
-
- Do you want to continue installing @NAME
- over the files in this directory?
-
- @Option 3 = "Yes"
- @Option 4 = "No"
-
-
- @EndOption
- @Endif
- @Endif
-
- @Display
- @If(4 [= @Option)
- @Abort
- @Endif
- @EndDisplay
-
- @GetOption
- @CLS
-
- @NAME does not require a math coprocessor but performs
- faster on a computer equipped with an 8087, 80287, or 80387
- coprocessor.
-
- @If (@NDP)
-
- The program has detected a math coprocessor in your computer.
- To take full advantage of the math coprocessor, the program
- will install the Enhanced version of @NAME.
-
- @PAUSE
- @Else
-
- The program has not detected a math coprocessor in your computer.
- The program will install the Standard version of @NAME.
- If you buy a math coprocessor later, be sure to reinstall
- @NAME to get the full speed advantage.
-
- @PAUSE
- @Endif
-
- @CLS
- The @NAME disks include sample drawings.
- Would you like them installed on your system?
-
- @Option 101 = "YES"
- @Option 102 = "No"
- @EndOption
-
- /*Disk.#1*/
- @DefineDisk
- @LABEL = "Disk 1"
- @If (@NDP != 1) /* If no math coprocessor */
- @File SKETCH.EXE
- @Endif
- @File README.DOC
- @File SKETCH1.MID
- @EndDisk
-
- /*Disk.#2*/
- @DefineDisk
- @LABEL = "Disk 2"
- @If (@NDP != 1) /* If no math coprocessor */
- @File SKETCH.OVL
- @File SKETCH2.MID
- @Endif
- @EndDisk
-
- /*Disk.#3*/
- @DefineDisk
- @LABEL = "Disk 3"
- @If (@NDP != 1) /* If no math coprocessor */
- @BeginLib SKOVL1.LIF
- @File SKETCH1.OVL
- @EndLib
- @File SKETCH3.MID
- @Endif
- @EndDisk
-
- /*Disk.#4*/
- @DefineDisk
- @LABEL = "Disk 4"
- @If (@NDP) /* If math coprocessor present */
- @File SKEXE.001 @Out SKETCH.EXE @Decompress
- @FILE SKOVL.001 @Out SKETCH.OVL @Decompress
- @Endif
- @File ERICSON1.SKD
- @FILE SKETCH4.MID
- @EndDisk
-
- /*Disk.#5*/
- @DefineDisk
- @LABEL = "Disk 5"
- @If (@NDP) /* If math coprocessor present */
- @FILE SKOVL1.001 @Out SKETCH1.OVL @Decompress
- @Endif
- @File DS8514.EXE
- @File DSMCGA.EXE
- @File ICONLIB.EXE
- @File EP.EXE
- @File EP.HLP
- @File ASSY.SKD @Option 101
- @File ACOMPASS.SKD @Option 101
- @File SKETCH5.MID
- @EndDisk
-
- /*Disk.#6*/
- @DefineDisk
- @LABEL = "Disk 6"
- @File ANGLE.PAT @Out \\@Subdir2\\*.*
- @File ANSI31.PAT @Out \\@Subdir2\\*.*
- @File ANSI32.PAT @Out \\@Subdir2\\*.*
- @File ANSI33.PAT @Out \\@Subdir2\\*.*
- @File ANSI34.PAT @Out \\@Subdir2\\*.*
- @File ANSI35.PAT @Out \\@Subdir2\\*.*
- @File ANSI36.PAT @Out \\@Subdir2\\*.*
- @File ANSI37.PAT @Out \\@Subdir2\\*.*
- @File ANSI38.PAT @Out \\@Subdir2\\*.*
- @File AR-B816.PAT @Out \\@Subdir2\\*.*
- @File AR-B816C.PAT @Out \\@Subdir2\\*.*
- @File AR-B88.PAT @Out \\@Subdir2\\*.*
- @File AR-BRELM.PAT @Out \\@Subdir2\\*.*
- @File AR-BRSTD.PAT @Out \\@Subdir2\\*.*
- @File AR-CONC.PAT @Out \\@Subdir2\\*.*
- @File AR-HBONE.PAT @Out \\@Subdir2\\*.*
- @File AR-PARQ1.PAT @Out \\@Subdir2\\*.*
- @File AR-RROOF.PAT @Out \\@Subdir2\\*.*
- @File AR-RSHKE.PAT @Out \\@Subdir2\\*.*
- @File AR-SAND.PAT @Out \\@Subdir2\\*.*
- @File BOX.PAT @Out \\@Subdir2\\*.*
- @File BRASS.PAT @Out \\@Subdir2\\*.*
- @File BRICK.PAT @Out \\@Subdir2\\*.*
- @File CLAY.PAT @Out \\@Subdir2\\*.*
- @File CORK.PAT @Out \\@Subdir2\\*.*
- @File CROSS.PAT @Out \\@Subdir2\\*.*
- @File DASH.PAT @Out \\@Subdir2\\*.*
- @File DOLMIT.PAT @Out \\@Subdir2\\*.*
- @File DOTS.PAT @Out \\@Subdir2\\*.*
- @File EARTH.PAT @Out \\@Subdir2\\*.*
- @File ESCHER.PAT @Out \\@Subdir2\\*.*
- @File FLEX.PAT @Out \\@Subdir2\\*.*
- @File FONTS.ICN @Out \\@Subdir2\\*.*
- @File GRASS.PAT @Out \\@Subdir2\\*.*
- @File GRATE.PAT @Out \\@Subdir2\\*.*
- @File HEX.PAT @Out \\@Subdir2\\*.*
- @File HONEY.PAT @Out \\@Subdir2\\*.*
- @File HOUND.PAT @Out \\@Subdir2\\*.*
- @File INSUL.PAT @Out \\@Subdir2\\*.*
- @File ITALICC.SHX @Out \\@Subdir2\\*.*
- @File LINE.PAT @Out \\@Subdir2\\*.*
- @File MONOTXT.SHX @Out \\@Subdir2\\*.*
- @File MUDST.PAT @Out \\@Subdir2\\*.*
- @File NET.PAT @Out \\@Subdir2\\*.*
- @File NET3.PAT @Out \\@Subdir2\\*.*
- @File PATTERNS.ICN @Out \\@Subdir2\\*.*
- @File PLAST.PAT @Out \\@Subdir2\\*.*
- @File PLASTI.PAT @Out \\@Subdir2\\*.*
- @File PULSE.SKD @Option 101
- @File QUILT1.SKD @Option 101
- @File ROMANC.SHX @Out \\@Subdir2\\*.*
- @File ROMANS.SHX @Out \\@Subdir2\\*.*
- @File SACNCR.PAT @Out \\@Subdir2\\*.*
- @File SCRIPTC.SHX @Out \\@Subdir2\\*.*
- @File SQUARE.PAT @Out \\@Subdir2\\*.*
- @File STARS.PAT @Out \\@Subdir2\\*.*
- @File STEEL.PAT @Out \\@Subdir2\\*.*
- @File SWAMP.PAT @Out \\@Subdir2\\*.*
- @File SYMAP.SHX @Out \\@Subdir2\\*.*
- @File SYMATH.SHX @Out \\@Subdir2\\*.*
- @File SYMUSIC.SHX @Out \\@Subdir2\\*.*
- @File TRANS.PAT @Out \\@Subdir2\\*.*
- @File TRIANG.PAT @Out \\@Subdir2\\*.*
- @File ZIGZAG.PAT @Out \\@Subdir2\\*.*
- @File SKETCH6.MID
- @EndDisk
-
- /*Disk.#7*/
- @DefineDisk
- @LABEL = "Disk 7"
- @File FRNHOUSE.SKD @Option 101
- @File MTNBIKE2.SKD @Option 101
- @File PATIO.SKD @Option 101
- @File SKETCH7.MID @Option 101
- @EndDisk
-
- /*Disk.#8*/
- @DefineDisk
- @LABEL = "Disk 8"
- @File ORDER.SKD @Option 101
- @File ENGINE.SKD @Option 101
- @File GRK-TMPL.SKD @Option 101
- @File QUILT2.SKD @Option 101
- @File SKETCH8.MID @Option 101
- @EndDisk
-
- @SetAutoexec
- @AskOverwrite
- @Path = "@Outdrive:@Subdir"
- @Verbatim = "set asketch=@Outdrive:@Subdir2"
- @Verbatim = "set asketchcfg=@Outdrive:@Subdir"
- @Verbatim = "sketch %1 %2 %3"
- @EndAutoexec
-
- @SetConfig
- @AskOverwrite
- @Files = 20
- @Buffers = 20
- @EndConfig
-
- /* end-of-file */
-