backup.bat

-----------------------------

 

 

ECHO OFF

ECHO Copy Begin ...

xcopy C:\dir1\file1.java C:\dir2\file2.java /Y

ECHO Copy End

PAUSE