Created
August 29, 2018 05:48
-
-
Save ishideo/602dd30375128d856b318308a5223975 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd C:\XXX | |
7z a %date:~0,4%%date:~5,2%%date:~8,2%.zip AAA BBB | |
pushd "\\XXX\abc" | |
move /y "C:\backup\%date:~0,4%%date:~5,2%%date:~8,2%.zip" . | |
cmd.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment