blob: 27a8d41683be5d6c07478fdacd94d30709ad5f08 [file] [log] [blame]
REM both xcopy and copy require backward slashes
@echo off
set dst=%2
set dst=%dst:/=\%
copy %1 %dst%