home *** CD-ROM | disk | FTP | other *** search
-
- @DefineProject
- @Name = "TitusDOS"
- @Version = "2.01 DEMO"
- @Subdir = "\\TITUSDOS"
- @OutDrive = Z
- @Group = "I"
- @EndProject
-
- @Display
- @Cls
- This program will install @Name Version @Version on your computer
- system and verify the integrity of the distribution disk(s).
- You may press the [Esc] key at any time to abort the installation.
- INSTALL will ask you where you would like to install @Name
- on your computer and, if you have previously installed @Name,
- give you the several options of installing @Name (such as upgrading).
-
- Each question has a default answer. If the default answer is
- correct, press the ENTER key in response to the question.
- Otherwise, type the answer and then press the ENTER key.
-
- If you make a mistake while typing, press the BACKSPACE key
- and then retype the answer.
-
- @Pause
- @EndDisplay
-
- @GetOutDrive
- @Suppress A
- @Suppress B
- @CLS
-
- On which disk drive do you wish to install @Name:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
- bar to the disk drive you wish to install to and then press the
- [Enter] key.
- @EndOutDrive
-
- @GetSubdir
- @CLS
-
- Now you need to specify the destination subdirectory where the
- @Name system will be installed.
-
- @PROMPT = " Which subdirectory ? "
- @EndSubdir
-
- @If (@Exists "@Outdrive:\\@Subdir\\TITUSDOS.EXE")
-
- @GetGroups
- @CLS
- Select the installation you wish to preform:
-
-
-
-
-
-
-
- The INSTALL program has detected that you have previously installed
- @Name onto your computer. Select the choice that best fits the
- description of your installation.
-
- @Set I = "Install @Name version @Version on a new system"
- @Set R = "Re-install @Name version @Version"
- @EndGroups
- @Endif
-
- @GetOption
-
- Do you wish to boot directly to @Name when you start your computer?
-
- @Option 1 = "YES"
- @Option 2 = "NO"
- @EndOption
-
- @DefineDisk
- @LABEL = "TITUSDOS 1/1"
-
- @BeginLib TITUSDOS.LIF
- @File TITUSDOS.EXE
- @File TITUSDOS.DAT
- @File TITUSDOS.HLP
- @File TITUSDOS.INI @Group I
- @File TITUS???.FON
- @File ????????.ICO
- @File ????????.MNU @Group I
- @File ????????.DOC @Group I
- @EndLib
- @If (@Exists "@Indrive:LICENSE.DOC")
- @File LICENSE.DOC
- @Endif
- @EndDisk
-
- @If (1 [= @Option)
- @SetAutoexec
- @Overwrite
- @Terse
- @Verbatim "@Outdrive:"
- @Verbatim "CD @Subdir"
- @Verbatim "TITUSDOS"
- @EndAutoexec
- @Endif
-
- @Finish
- @ChDrive @Outdrive
- @ChDir "@Subdir"
- @Name is now installed on your system. To enter @Name type TITUSDOS
- at the DOS prompt.
- @pause
- @EndFinish
-
- /* end-of-file */
-