Skip to content

Instantly share code, notes, and snippets.

@sterkenburgsara-zz
Last active January 8, 2016 21:24
Show Gist options
  • Save sterkenburgsara-zz/89fe633db65daa25759a to your computer and use it in GitHub Desktop.
Save sterkenburgsara-zz/89fe633db65daa25759a to your computer and use it in GitHub Desktop.
Batch convert files
#### CONVERT
rename *.log *.txt
#### DELETE
del /S *.html (or substitute other file extension)
*ensure you are in the right directory before running this command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment