Created
May 22, 2019 06:34
-
-
Save rwv/eec7db5c69dd6a55b344c284734fdd0c to your computer and use it in GitHub Desktop.
do not add new line at the end of "EOF"
This file contains 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
:: do not add new line at the end of "EOF" | |
echo|set /p="EOF" >> "%filename%" | |
echo add EOF to %filename% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment