@echo off
echo "Hello"
echo "Hello ^
my name is Florian"
I have read the post from here where it is taught that you can split a long command in MS DOS with ^ However above example does not print "Hello my name is Florian" . Instead, I get an error "Misspelled command my or the command my could not be found" What do I do wrong?