home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2233.zip
/
wxOS2-2_3_3.zip
/
wxWindows-2.3.3
/
distrib
/
msw
/
vcupdate.bat
< prev
next >
Wrap
DOS Batch File
|
2002-01-18
|
291b
|
10 lines
@echo off
Rem Replace the DLL version number in the VC++ project files
input Enter the old version name (e.g. msw232): %%oldName
input Enter the new version name (e.g. msw233): %%newName
call %wxwin\distrib\msw\filerepl.bat %oldName %newName %wxwin\distrib\msw\vc.rsp
echo Done.