home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / baby10.zip / INSTALL.DAT < prev    next >
Text File  |  1992-12-11  |  2KB  |  101 lines

  1. @DefineProject
  2.         @Name           = "Smart -N- Easy Baby Planner"      /* Program Name   */
  3.         @Version        = "1.0"          /* Version Number */
  4.         @Subdir         ="\\BABY\\"   /* This is the Default Install Directory */
  5.         @OutDrive       =C
  6.         @Requires       1000000          /* Requires 1 meg of free disk space */
  7. @EndProject
  8.  
  9. @Display
  10.     @Cls
  11.                               AUTOMATED SYSTEMS
  12.                                 P.O. BOX 503
  13.                            WEST PATERSON, NJ 07424
  14.                                (201) 812-1428
  15.  
  16.         This program will install an EVALUATION COPY of The
  17.         @Name Version @Version on your computer.
  18.  
  19.         If you like this program, and wish to continue using it
  20.         after the 30 day trial period, you must register the
  21.         program with Automated Systems.
  22.  
  23.         Other Programs From Automated Systems:
  24.  
  25.         The Smart -N- Easy Wedding Planner
  26.         The Smart -N- Easy Party Planner
  27.         The Smart -N- Easy Order Pro
  28.  
  29.         You may press the [Esc] key at any time to abort the installation.
  30.  
  31.  
  32. @Pause
  33. @EndDisplay
  34.  
  35. @GetOutDrive
  36.         @Suppress A      /* Do not allow installation to A: */
  37.         @Suppress B      /* Do not allow installation to B: */
  38.         @Cls
  39.    Which disk drive do you wish to install @Name?
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. @EndOutDrive
  54.  
  55. @GetSubdir
  56.     @Cls
  57.     Now you need to specify the destination subdirectory on your 
  58.       hard disk where the @Name will be installed. 
  59.         
  60.       The default subdirectory "BABY" will be used.
  61.       You may modify the directory name by backspacing over the
  62.       default directory and entering a new directory name.
  63.  
  64.  
  65.  
  66.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  67. @EndSubdir
  68.  
  69. /* First Disk */
  70. @DefineDisk
  71.         @Label = "DISK 1"
  72. @file    PROGRAM.EXE         /* Files Contained in Library */
  73. @EndDisk
  74.  
  75. @SetConfig
  76.         @ASKOverwrite
  77.     @Buffers = 20
  78.         @Files = 20
  79. @EndConfig
  80.  
  81.  
  82.  
  83. @Finish
  84.     @Cls
  85.     @ChDrive @OutDrive        /* change to the output drive */
  86.     @ChDir "@Subdir"        /* change to the output subdirectory */
  87.         @SYSTEM "program.exe"
  88.         @SYSTEM "DEL PROGRAM.EXE"
  89.  
  90.         Installation Complete !
  91.  
  92.         To Run The @Name program, Type BABY.
  93.  
  94.         Note:  If CONFIG.SYS has been created or modified,
  95.                you must reboot your system.
  96.  
  97.        @pause
  98. @EndFinish
  99.  
  100. /* end-of-file */
  101.