In the DOS command line, I used to be able to enter ¶ between commands to put multiple commands on one line.
For example, instead of typing
c:\> cls
c:\> cd
I could enter
c:\> cls¶cd
Has this functionality been removed or has this been replaced by something else?
How can I run multiple commands from one line?
cls && cdworks in the WIN7 cmd.exe, but I'm not sure if it works in a dos shell – user685684 Dec 16 '11 at 14:50