Last active
September 2, 2022 20:18
-
-
Save dlgombert/3c4a86824614495fb4f85641a0a67a8c to your computer and use it in GitHub Desktop.
Windows batch File - Set variable to new line character
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
| REM Credit: https://stackoverflow.com/a/5642300/1167442 | |
| REM Blank line after caret is required | |
| (SET LF=^ | |
| ) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment