home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / vb_utils / read.txt next >
Text File  |  1991-06-07  |  2KB  |  53 lines

  1.  
  2.  
  3.    This .ZIP file contains two utilities for use with Microsofts
  4.    Visual Basic. These utilities are called VBCOPY.EXE and VBDEL.EXE.
  5.    They are used to copy or delete Visual Basic projects.
  6.  
  7.    Visual Basic stores information about the project in the .MAK
  8.    file. VBCOPY and VBDEL read the .MAK file and determine which
  9.    forms and/or other files belong to the project. VBCOPY will
  10.    copy the .MAK file and the other files for the project to
  11.    another directory. VBDEL will DELETE the .MAK file and ALL the
  12.    other files for the project.
  13.  
  14.    These utilities will tell you if it doesn't think the .MAK
  15.    file is a Visual Basic .MAK file. The error messages out of
  16.    these utilities are simple. Most of the time any error message
  17.    indicates that the .MAK file or path is incorrect or that the
  18.    destination path is incorrect. VBDEL will prompt you before it
  19.    deletes any project.
  20.  
  21.  
  22.    The format for the utilities are:
  23.  
  24.        VBCOPY <source .MAK file> <destination path>
  25.  
  26.              source .MAK file can contain a path
  27.              and you can also specify *.MAK or
  28.              *.* (which defaults to *.MAK)
  29.  
  30.              destination path is where you want the
  31.              .MAK file and the other files to go. If
  32.              you don't specify the destination it will
  33.              copy them to the current directory
  34.  
  35.        VBDEL <.MAK file to delete>
  36.  
  37.              This will delete the .MAK file and ALL releated
  38.              files found in the .MAK file. You can specify a
  39.              path for this also.
  40.  
  41.  
  42.    I have used these utilities many times without any problems.
  43.    I determined the format of the .MAK file on my own so I
  44.    cannot guarantee that it will always find the correct forms
  45.    even though is has so far.
  46.  
  47.    Please report any bugs found with this utilities to me so
  48.    I can fix them and upload a new copy. Thank You.
  49.  
  50.                               George M. White
  51.                               Compuserve ID 71511,1072
  52.  
  53.