Skip to content

Instantly share code, notes, and snippets.

@akool
Created July 28, 2017 12:48
Show Gist options
  • Select an option

  • Save akool/39fc3802c64dddffdfe12ef7a618da18 to your computer and use it in GitHub Desktop.

Select an option

Save akool/39fc3802c64dddffdfe12ef7a618da18 to your computer and use it in GitHub Desktop.
Create archive with name as current date
@ECHO OFF
7z a html%date:~-2%%date:~-7,2%%date:~-10,2%%time:~0,2%dev.zip src\* gulpfile.js package.json
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment