home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / extras / readme.txt
Text File  |  1995-05-30  |  560b  |  24 lines

  1. Many of the games in the \EXTRAS directory will not run off of the
  2. CD-ROM. You will need to copy the gaem files onto your hard drive. 
  3. Some of the games have subdirectories, so use the xcopy command.
  4.  
  5. For example, to copy LIFE:
  6.  
  7. 1)  Make a directory on your hard drive.
  8.  
  9.     md life
  10.  
  11. 2)  Log onto that directory.
  12.  
  13.     cd life
  14.  
  15. 3)  Copy the files.
  16.  
  17.     xcopy /s d:\extras\life
  18.  
  19.     (This example assumes that your CD-ROM drive is D:.
  20.      The /s parameter copies the entire directory structure.)
  21.  
  22. 4) Run the game from the new directory.
  23.  
  24.