singrdk/base/build/SingSharpRegistration/CopyBits.cmd

8 lines
140 B
Batchfile
Raw Permalink Normal View History

2008-11-17 18:29:00 -05:00
@echo off
set FROM=%1
set TO=%2
set PDB=%FROM:~0,-4%.pdb
set ASSEMBLY=%TO:~0,-4%
copy /y %1 > nul
if exist %PDB% copy /y %PDB% > nul