Created
September 10, 2016 08:09
-
-
Save JLChnToZ/7f03e682f3c4a3dcb28d1d57c7e40c01 to your computer and use it in GitHub Desktop.
Self expanding batch file
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 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