home *** CD-ROM | disk | FTP | other *** search
- cls
- @echo off
- echo ************************************************************************
- echo *** Duracell Challenge CD Rom Version ***
- echo *** This file copies the Duracell Batteries Ltd. Prize Challenge ***
- echo *** to a formatted disk in your A: drive. ***
- echo *** You will then need to log to the A: drive and run INSTALL ***
- echo *** to build your own copy of the Duracell Batteries Prize Challenge ***
- echo *** on your hard disk. Please note that during installation your ***
- echo *** personal information will be written back to this floppy. ***
- echo *** If you are not ready to make a copy now please press CTRL C now. ***
- echo ************************************************************************
- pause
- cls
- echo Please insert your floppy into drive a: and press a key
- pause
- copy *.* a:
- a:
- dir
-
-