home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l409 / 1.img / VB-DEVGD.EXE / COMPILED / README.TXT < prev    next >
Encoding:
Text File  |  1993-01-07  |  2.5 KB  |  78 lines

  1. VISUAL BASIC FOR WINDOWS DEVELOPERS GUIDE
  2. by D.F. Scott   
  3. (copyright 1992, Sams Publishing)
  4.  
  5. ----------------------------------------------------------------------
  6. README.TXT
  7. ----------------------------------------------------------------------
  8.  
  9.  
  10. Each *.EXE file on this disk is a compressed archive that can contain
  11. a number of files. When one of these *.EXE files is run, it will 
  12. automatically decompress and store files on your hard drive.
  13.  
  14. NOTE: You need at least 2.8 megabytes of free space on your hard drive
  15.       to install the files from this disk.
  16.  
  17. Follow these instructions to run the installation program. This program
  18. will automatically decompress the files you need, and install them on 
  19. your C: hard drive.
  20.  
  21.     1. You need to be at a DOS prompt. Double-click on the MSDOS 
  22.        Prompt icon in Program Manager.
  23.  
  24.     2. From the DOS prompt, set your default drive to the drive that
  25.        contains the installation disk. For example, if the A: drive
  26.        hold the disk, type A: and press the Enter key.
  27.  
  28.     3. Type the following and then press the Enter key:
  29.        
  30.        INSTALL drive              
  31.        
  32.        ("drive" is the drive letter of your hard drive)
  33.  
  34.        For example, INSTALL C: would install the files to your 
  35.        C: hard drive.
  36.        
  37. This will install all of the files to your hard drive.
  38.  
  39.  
  40. ----------------------------------------------------------------------
  41.  
  42.  
  43. LOCATION OF FILES:
  44.  
  45. * The Visual Basic source code from the book is in \VB-DEVGD\SOURCE.
  46.  
  47. * The compiled programs are in \VB-DEVGD\COMPILED. This directory
  48.   also contains the VBRUN200.DLL and other Visual Basic run-time
  49.   files that are needed for running the compiled programs.
  50.  
  51. * A Word for Windows help file template is stored in \VB-DEVGD\TEMPLATE.
  52.  
  53. * The DLL and EXE files for the vxBase library are stored in your Windows
  54.   directory.
  55.  
  56. * The sample data files for vxBase are stored in \VB\VXBASE\AIRPLANE 
  57.   and \VB\VXBASE\SAMPLE.
  58.  
  59. * The vxBase documentation is stored in \VB\VXBASE\DOCS.
  60.  
  61.  
  62. *********************************************************************
  63. IMPORTANT! Before you use vxBase, read VXBASE.WRI (the documentation 
  64.            file, in Windows Write format)
  65. *********************************************************************
  66.  
  67.  
  68.  
  69. A technical note...
  70. --------------------
  71.  
  72. The compressed files on this disk were created using version 2.13 of
  73. the LHA utility. They are self-extracting archives, and the files are
  74. stored with expanded filenames. They will automatically extract to the
  75. proper directory.
  76.  
  77.  
  78. *** End ***