home *** CD-ROM | disk | FTP | other *** search
/ Black Art of 3D Game Programming / Black_Art_of_3D_Game_Programming.iso / readme.txt < prev   
Text File  |  1995-08-11  |  1KB  |  40 lines

  1.                     
  2.          BLACK ART OF 3D GAME PROGRAMMING: CD-ROM Installation Notes
  3.  
  4. To install the contents of the CD-ROM onto your computer, follow these steps:
  5.  
  6. 1. Place the CD into your CD-ROM drive.
  7. 2. Make the CD-ROM drive the current drive by typing E: or F: (or whatever 
  8.    the CD-ROM drive letter is).
  9. 3. Type in INSTALL.EXE at the DOS prompt. This will launch the installer 
  10.    program.
  11. 4. Once in the installation program, follow the on-line help and 
  12.    instructions.
  13.  
  14. IMPORTANT: Please note that the installation program installs whole 
  15. directories and not individual files. If you wish to replace a file, you
  16. will have to copy it using the DOS COPY command or Windows File Manager.
  17.  
  18. If you have trouble installing any portion of the CD-ROM to your hard drive, 
  19. use either the DOS COPY or XCOPY command to manually copy the files from the 
  20. CD to your hard drive. If you do not use the installer program and copy the 
  21. files instead, be sure to change the Read Only attribute on all the files 
  22. you copy.
  23.  
  24. To "copy" a single fileand change it'sread-only attribute:
  25.  
  26. D:\[directory name]>copy [filename] C:\[directory name] -r
  27.  
  28.  
  29. to copy multiple files and change their read-only attributes:
  30.  
  31.  
  32. D:\[directory name]>xcopy *.* C:\[directory name] -r
  33.  
  34.  
  35. To change the Read Only attribute using Windows File Manager.
  36.  
  37. Highlight the file, press ALT-ENTER. When the dialogue box comes up de-select
  38. the read-only attribute, press enter, or click okay.
  39.  
  40.