summaryrefslogtreecommitdiff
path: root/common/cp.bat
blob: 89e162d90bcf8633040f39bba2069de667a92100 (plain)
1
2
3
4
5
6
7
8
9
10
@echo off
if "%2"=="." goto ne
   if exist _.tmp erase _.tmp
   rem >_.tmp
   copy /B %1+_.tmp %2
   erase _.tmp
goto x
:ne
   copy /B %1 %2
:x