source2006/filecopy.bat
2020-02-25 05:28:57 +02:00

5 lines
94 B
Batchfile

@echo off
@if exist %2 attrib -r %2
@if exist %2 del %2
@copy %1 %2
@if exist %2 attrib +r %2