rem Rename a project. rem Assumes the destination folder alrady has the new name. rem rename %1.* %2.* set SED=C:\Downloads\UnxUtils\usr\local\wbin\sed.exe copy %2\%1.bncs_ui %2\%2.bncs_ui %SED% s/%1/%2/g %2\%1.dsw > %2\%2.dsw %SED% s/%1/%2/g %2\%1.dsp > %2\%2.dsp %SED% s/%1/%2/g %2\%1.cpp > %2\%2.cpp %SED% s/%1/%2/g %2\%1.h > %2\%2.h %SED% s/%1/%2/g %2\%1.rc > %2\%2.rc