3 lines
36 B
Batchfile
3 lines
36 B
Batchfile
|
@echo on
|
||
|
robocopy src build /E
|
||
|
pause
|