Skip to content

Instantly share code, notes, and snippets.

@nawada
Created August 5, 2020 15:38
Show Gist options
  • Save nawada/ab8a7702ff57f999a38e14940a342933 to your computer and use it in GitHub Desktop.
Save nawada/ab8a7702ff57f999a38e14940a342933 to your computer and use it in GitHub Desktop.
@echo off
chcp 65001
set DATE=%date:~0,4%%date:~5,2%%date:~8,2%
echo コピー中...
xcopy /S /I /H /R /Y /Q %APPDATA%\7DaysToDie .\7DaysToDie__%DATE%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment