This disk contains the source code for the programs presented throughout
this book. The programs are grouped within subdirectories by book sections. 

To reduce the amount of disk space the source files consume on your hard
disk, you can copy the files one at a time or a directory at a time as 
you read about the files, or your can copy all the files to your hard
disk at one time (less than 300Kb). To copy all the files to your hard
disk, create a directory named 1001_C as shown here:

C:\> MKDIR \1001_C  <ENTER>

Next, issue the following XCOPY command:

C:\> XCOPY A:\*.* C:\1001_C /S  <ENTER>

