home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Supreme Volume 6 #1
/
swsii.zip
/
swsii
/
220
/
WEDDING.ZIP
/
INSTALL.DAT
< prev
next >
Wrap
Text File
|
1993-08-16
|
2KB
|
113 lines
/* INSTALLATION OF PROGRAM: */
/*
* FILE:INSTALL.DAT
*
* DESC:
*/
@DefineProject
@Name = "Smart -N- Easy Wedding Planner" /* Program Name */
@Version = "3.0" /* Version Number */
@Subdir ="\\WEDDING\\" /* This is the Default Install Directory */
@OutDrive =C
@Requires 3000000 /* Requires 3 meg of free disk space */
@EndProject
@Display
@Cls
Automated Systems
PO Box 503
West Paterson NJ 07424
(201) 812-1428
Smart -N- Easy Wedding Planner Installation:
This program will install @Name @version
evaluation program on your computer system and verify the
integrity of the distribution disk.
Note: This program requires a hard drive. If your system does not
have a hard drive, abort the installation.
You may press the [Esc] key at any time to abort the installation.
@Pause
@EndDisplay
@GetOutDrive
@Suppress A /* Do not allow installation to A: */
@Suppress B /* Do not allow installation to B: */
@Cls
On which drive do you wish to install @Name?
@EndOutDrive
@GetSubdir
@Cls
Now you need to specify the destination subdirectory on your
hard disk where @Name will be
installed.
The default subdirectory @subdir will be used.
You may modify the directory name by backspacing over the
default directory and entering a new directory name.
@Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
@EndSubdir
/* First Disk */
@DefineDisk
@Label = "DISK 1"
@Beginlib PROGRAM.LIF
@file *.* /* Files Contained in Library */
@EndLib
@BeginLib DATA.LIF
@file *.*
@EndLib
@EndDisk
@SetConfig
@ASKOverwrite
@Buffers = 20
@Files = 40
@EndConfig
@Finish
@Cls
@ChDrive @OutDrive /* change to the output drive */
@ChDir "@Subdir" /* change to the output subdirectory */
Installation Complete!
To run @Name program, Type WEDDING
and press enter.
Note: If CONFIG.SYS has been created or modified,
you must reboot your system.
@pause
@EndFinish
/* end-of-file */