Skip to content

Instantly share code, notes, and snippets.

@JLChnToZ
Created September 10, 2016 08:09
Show Gist options
  • Select an option

  • Save JLChnToZ/7f03e682f3c4a3dcb28d1d57c7e40c01 to your computer and use it in GitHub Desktop.

Select an option

Save JLChnToZ/7f03e682f3c4a3dcb28d1d57c7e40c01 to your computer and use it in GitHub Desktop.
Self expanding batch file
@echo off
echo "Self Expanding"
type %~f0 >> %~f0
rem The empty line at the end is important, or it will not works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment