mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
6 lines
99 B
Batchfile
6 lines
99 B
Batchfile
![]() |
@echo off
|
||
|
@if exist %2 attrib -r %2
|
||
|
@if exist %2 del %2
|
||
|
@copy %1 %2
|
||
|
@if exist %2 attrib +r %2
|