home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
KGB/CIA World Factbook
/
KGB-CIA_World_Factbook_MOST_1993.iso
/
install.dat
< prev
next >
Wrap
Text File
|
1993-03-08
|
3KB
|
122 lines
@DefineProject
@Name = "KGBCIA" /* Product Textual Name: */
@Version = "V1.0"
@Subdir = "KGBCIAD" /* default subdirectory for files */
@OutDrive = C
@Group = "A"
@Requires 1500000 /* requires 1.5 megabytes */
@Requires @Harddisk
@EndProject
@Display
@Cls
This program will install the DOS @Name
Version @Version on your computer system.
You may press the [Esc] key at any time to abort the
installation. INSTALL will ask you several questions about your
computer hardware.
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
@if (@VideoGraph < 18)
@Display
Your system appears not to have a VGA display with at least
256K memory. This means that you will not be able to view the
opening screens included with @name,
and display of text will be in "limited" mode. We recommend
installation of a VGA or Super VGA display for maximum enjoyment
of @Name.
@pause
@EndDisplay
@endif
@GetOutDrive
@Suppress A
@Suppress B
@Cls
On which disc drive do you wish to install
@Name?
@EndOutDrive
@GetSubdir
@Cls
Now you need to specify the disc destination subdirectory.
The subdirectory is the location on your disc where
@Name system will be installed.
If you don't know what a "subdirectory" is, you probably need not
worry about it and should just press Enter at the next prompt.
@Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
@EndSubdir
@If (@Exists "@OutDrive:\\@Subdir\\CNM.EXE")
@GetGroups
This product appears to already be installed. Do you wish to write over the
prior version? Enter 'No' to change the directory.
@SET A = "Yes"
@SET B = "No"
@EndGroups
@EndIf
@If ('A' [= @Group)
@Goto DirEx
@Else
@Goto NewDir
@EndIf
NewDir:
@GetSubdir
@Cls
Enter a new subdirectory name other than @Outdrive:@Subdir:
@Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
@EndSubdir
DirEx:
@DefineDisk
@Label = "MOST V1.0"
@EndDisk
@SetConfig
@Overwrite
@Files = 30
@EndConfig
@Finish
Copying files to @OutDrive:@Subdir
@System "MkDir @Outdrive:\\@Subdir"
@System "Copy @Indrive:\\DOS\\*.* @Outdrive:\\@Subdir"
Modifying files
@System "Modexein @Outdrive:\\@Subdir @Indrive"
@System "Moddict @Outdrive:\\@Subdir @Indrive"
@System "@Outdrive:"
@System "chDir @Subdir"
@System "Dir *.sdf /b > dirsdf.txt"
@System "@Indrive:"
@System "Rmodsdf @Outdrive:\\@Subdir @Indrive"
@ChDrive @OutDrive
@Cls
Installation of @name is complete.
To run @name, simply enter CNM
at the DOS prompt, from within drive @Outdrive:@Subdir.
If your CONFIG.SYS file was modified, you will
need to reboot your computer before running @name.
@pause
@EndFinish