Skip to content

Instantly share code, notes, and snippets.

@dlgombert
Last active September 2, 2022 20:18
Show Gist options
  • Select an option

  • Save dlgombert/3c4a86824614495fb4f85641a0a67a8c to your computer and use it in GitHub Desktop.

Select an option

Save dlgombert/3c4a86824614495fb4f85641a0a67a8c to your computer and use it in GitHub Desktop.
Windows batch File - Set variable to new line character
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