Created
December 5, 2021 17:24
-
-
Save joe-oli/0f1f67fb98c5f44cf230ad17ecc817e5 to your computer and use it in GitHub Desktop.
Windows cmd or bat file - Break command across multiple lines
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 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