3 lines
76 B
Batchfile
3 lines
76 B
Batchfile
|
|
@if not %2 == "" %2
|
||
|
|
@if not %3 == "" cd %3
|
||
|
|
patch -p0 --backup --batch < %1
|