4 lines
43 B
Batchfile
4 lines
43 B
Batchfile
@echo off
|
|
if "%1" == "-f" shift
|
|
move %1 %2
|
@echo off
|
|
if "%1" == "-f" shift
|
|
move %1 %2
|