home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Supreme Volume 6 #1
/
swsii.zip
/
swsii
/
220
/
BABY.ZIP
/
INSTALL.DAT
< prev
next >
Wrap
Text File
|
1993-08-16
|
2KB
|
101 lines
@DefineProject
@Name = "Smart -N- Easy Baby Planner" /* Program Name */
@Version = "1.0" /* Version Number */
@Subdir ="\\BABY\\" /* This is the Default Install Directory */
@OutDrive =C
@Requires 1000000 /* Requires 3 meg of free disk space */
@EndProject
@Display
@Cls
AUTOMATED SYSTEMS
P.O. BOX 503
WEST PATERSON, NJ 07424
(201) 812-1428
This program will install an EVALUATION COPY of The
@Name Version @Version on your computer.
If you like this program, and wish to continue using it
after the 30 day trial period, you must register the
program with Automated Systems.
Other Programs From Automated Systems:
The Smart -N- Easy Wedding Planner
The Smart -N- Easy Party Planner
The Smart -N- Easy Order Pro
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
Which disk drive do you wish to install @Name?
@EndOutDrive
@GetSubdir
@Cls
Now you need to specify the destination subdirectory on your
hard disk where the @Name will be installed.
The default subdirectory "BABY" 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"
@file PROGRAM.EXE /* Files Contained in Library */
@EndDisk
@SetConfig
@ASKOverwrite
@Buffers = 20
@Files = 20
@EndConfig
@Finish
@Cls
@ChDrive @OutDrive /* change to the output drive */
@ChDir "@Subdir" /* change to the output subdirectory */
@SYSTEM "program.exe"
@SYSTEM "DEL PROGRAM.EXE"
Installation Complete !
To Run The @Name program, Type BABY.
Note: If CONFIG.SYS has been created or modified,
you must reboot your system.
@pause
@EndFinish
/* end-of-file */