home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / cosmos.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-06-01  |  455b  |  16 lines

  1. echo off
  2. echo . 
  3. echo . Shawn Hunter & Associates thanks you for purchasing 
  4. echo .      EXPLORING the COSMOS.
  5. echo . 
  6. echo . This is the installation procedure.  The INSTALL process copies all
  7. echo . of the necessary files from the distribution disk into a desired 
  8. echo . working directory.  This distribution disk must be in drive A.
  9. echo .
  10. :cop
  11. copy a:*.* %1
  12. echo .
  13. echo . EXPLORING the COSMOS has been successfully installed.
  14. echo on
  15.  
  16.