cls set _source=%userprofile% set _target=e:\Backup-Data\ set _options=/e/d/c/y/i cd %_source% xcopy %_options% *.* %_target%*.* PAUSE