Created
September 19, 2017 00:34
-
-
Save kdrnic/985fe9de5f8bf3e1ee15d18bd0bb4ef5 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
| *.c | |
| *.cfg | |
| *.js | |
| *.json | |
| *.bat | |
| *.h | |
| *.md | |
| samples/* | |
| sprites/* |
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
| echo %DATE%|sed -r 's_([0-9]+)/([0-9]+)/([0-9]+)_\3\2\1_'> date.tmp | |
| set /p gooddate=<date.tmp | |
| "C:\Program Files\7-Zip\7zG.exe" a -tzip allegjs%gooddate%.zip @listfile.txt | |
| del date.tmp | |
| move /y .\allegjs%gooddate%.zip "C:\Users\Qbex\Google Drive\" | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment