home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive 11 / CDROM11.iso / pc / gallery / duracell / duracell.bat < prev    next >
Encoding:
DOS Batch File  |  1995-06-15  |  912 b   |  21 lines

  1. cls
  2. @echo off
  3. echo ************************************************************************
  4. echo ***              Duracell Challenge CD Rom Version                   ***
  5. echo ***  This file copies the Duracell Batteries Ltd. Prize Challenge    *** 
  6. echo ***             to a formatted disk in your A: drive.                ***
  7. echo ***  You will then need to log to the A: drive and run INSTALL       ***
  8. echo *** to build your own copy of the Duracell Batteries Prize Challenge ***
  9. echo *** on your hard disk. Please note that during installation your     ***
  10. echo ***    personal information will be written back to this floppy.     ***
  11. echo *** If you are not ready to make a copy now please press CTRL C now. ***
  12. echo ************************************************************************
  13. pause
  14. cls
  15. echo Please insert your floppy into drive a: and press a key
  16. pause
  17. copy *.* a:
  18. a:
  19. dir
  20.  
  21.