:Ending
@echo //////////////////////////////////////////
@echo Thank you for using this tool!
@echo Good Luck!
@echo //////////////////////////////////////////
@echo on
@echo off
if DEFINED %2 goto Usage
Xcopy /S /D:%date:~0,2%-%date:~3,2%-%date:~6,4% %1 %2
@echo Done!
goto Ending
:Usage
@echo //////////////////////////////////////////
@echo Usage:backup2day.bat SourceDir DistinationDir
@echo //////////////////////////////////////////
:Ending
@echo //////////////////////////////////////////
@echo Thank you for using this tool!
@echo Good Luck!
@echo //////////////////////////////////////////
@echo on