windows-nt/Source/XPSP1/NT/com/oleutest/balls/copyall.bat
2020-09-26 16:20:57 +08:00

23 lines
813 B
Batchfile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

rem set SRCROOT%=\\rickhi1\c$
set SRC=%1\nt\private\oleutest
set DST=%2
set PLATFORM=%3
for %%f in (tmarshal dllhost) do copy %SRC%\balls\client\%%f\daytona\obj\%PLATFORM%\*.exe %DST%
for %%f in (balls loops qi cubes mdi mixed rpctst) do copy %SRC%\balls\srv\%%f\daytona\obj\%PLATFORM%\*.exe %DST%
for %%f in (qi dlltest) do copy %SRC%\balls\dll\%%f\daytona\obj\%PLATFORM%\*.dll %DST%
copy %SRC%\balls\oleprx32\proxy\daytona\obj\%PLATFORM%\*.dll %DST%
copy %SRC%\perform\driver\daytona\obj\%PLATFORM%\*.exe %DST%
copy %SRC%\perform\rawrpc\daytona\obj\%PLATFORM%\*.exe %DST%
copy %SRC%\perform\cairole\svr\daytona\obj\%PLATFORM%\*.exe %DST%
copy %SRC%\perform\cairole\dll\daytona\obj\%PLATFORM%\*.dll %DST%
copy %SRC%\perform\driver\*.ini %DST%
copy %SRC%\balls\client\tmarshal\*.ini %DST%