summaryrefslogtreecommitdiff
path: root/gs/lib/cp.bat
blob: d7c49abf53631d9f0cfaddc182404cc10dd4a78f (plain)
1
2
3
4
5
6
7
8
9
10
11

@echo off
if "%2"=="." goto ne
erase _.tmp
rem >_.tmp
copy /B %1+_.tmp %2
erase _.tmp
goto x
:ne
copy /B %1 %2
:x