@touch Target.txt > nul
@del Target.txt
java FileCopy Source.txt Target.txt
type Target.txt
pause
