home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / distrib / msw / vcupdate.bat < prev    next >
DOS Batch File  |  2002-01-18  |  291b  |  10 lines

  1. @echo off
  2. Rem Replace the DLL version number in the VC++ project files
  3.  
  4. input Enter the old version name (e.g. msw232): %%oldName
  5. input Enter the new version name (e.g. msw233): %%newName
  6.  
  7. call %wxwin\distrib\msw\filerepl.bat %oldName %newName %wxwin\distrib\msw\vc.rsp
  8. echo Done.
  9.  
  10.