Skip to content

Instantly share code, notes, and snippets.

@joe-oli
Created December 5, 2021 17:24
Show Gist options
  • Save joe-oli/0f1f67fb98c5f44cf230ad17ecc817e5 to your computer and use it in GitHub Desktop.
Save joe-oli/0f1f67fb98c5f44cf230ad17ecc817e5 to your computer and use it in GitHub Desktop.
Windows cmd or bat file - Break command across multiple lines
@REM bin\ffprobe -v quiet -print_format json -show_format -show_streams^
@REM "D:\path\to\myfile.mp4"
bin\ffprobe -v quiet -show_streams^
"D:\path\to\myfile.mp4"
@REM *** NOTE THE USE OF THE carret^ at the end of the line you wish to continue ***
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment