------------------------------------------------
Mastering Windows Programming with Borland C++ 4
(c)1994 by Tom Swan
Sams Publishing
------------------------------------------------

How To Install the Disk 

The accompanying diskette provides this book's sample listings in a 
compressed, self-extracting archive file. You must decompress the files 
before you can use them. Check that your hard drive has about 3.5 
megabytes of free space. (After installation, the unpacked files occupy 
about 2.5 megabytes.) Then, follow these instructions: 

1. If you are running Windows, open a DOS-prompt window. 

2. From the DOS prompt, create a directory to hold the decompressed 
   files. You may use any directory name and drive. To create the 
   recommended MWP directory on drive C:, enter: 

   md c:\mwp 

3. Copy MWP.EXE from the diskette to the new directory: 
   copy a:\mwp.exe c:\mwp 

4. Change to the installation drive and directory, and run the self-
   extracting archive file, MWP.EXE, by typing its name: 

   c: 
   cd \mwp 
   mwp 

5. Running MWP.EXE creates numerous subdirectories and 
   decompresses all listings and other files. When the DOS prompt 
   returns, you may delete MWP.EXE (keep a backup copy, however, in 
   case you need to reinstall the listings). 

Note: See Appendix A for compilation instructions. See 
Appendix B for an inventory of installed directories and 
files.

<END>