Skip to content

Instantly share code, notes, and snippets.

@kdrnic
Created September 19, 2017 00:34
Show Gist options
  • Select an option

  • Save kdrnic/985fe9de5f8bf3e1ee15d18bd0bb4ef5 to your computer and use it in GitHub Desktop.

Select an option

Save kdrnic/985fe9de5f8bf3e1ee15d18bd0bb4ef5 to your computer and use it in GitHub Desktop.
*.c
*.cfg
*.js
*.json
*.bat
*.h
*.md
samples/*
sprites/*
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