home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / progwin / readme.asc < prev   
Encoding:
Text File  |  1990-11-12  |  1.2 KB  |  38 lines

  1.      -----------------------------------------------
  2.       Companion Diskettes for "Programming Windows"
  3.       (c) Charles Petzold, 1990
  4.      -----------------------------------------------
  5.  
  6.      This diskette contains source code and executable
  7. (.EXE) files for all the sample programs described in
  8. "Programming Windows" by Charles Petzold (Microsoft Press,
  9. 1990).  The programs are stored in subdirectories
  10. corresponding to the book chapters.
  11.  
  12.      The easiest way to copy these programs to your fixed
  13. disk is by using the XCOPY command.  First, create a
  14. subdirectory on your fixed disk:
  15.  
  16.           MD \PROGWIN
  17.  
  18. Switch to that subdirectory:
  19.  
  20.           CD \PROGWIN
  21.  
  22. Put the diskette in drive A and execute:
  23.  
  24.           XCOPY A:\*.* /S
  25.  
  26.      If you want to recreate all the .EXE files, you can run
  27. the MAKEALL.BAT batch file.  To do this, you'll need a
  28. properly installed version of the Microsoft Professional
  29. Development System (also known as C 6.0) and the Microsoft
  30. Software Development Kit 3.0.
  31.  
  32.      If this diskette is defective, contact:
  33.  
  34.           Microsoft Press
  35.           Consumer Sales
  36.           One Microsoft Way
  37.           Redmond, WA  98052-6399
  38.