in reply to Re^4: Filename Surrounded by Quotes in a Scalar Variable Causes Open to Fail
in thread Filename Surrounded by Quotes in a Scalar Variable Causes Open to Fail
C:\>cd with a space C:\with a space>
I think this is a very special case in cmd.exe (and maybe also in command.com): cd/chdir needs exactly one parameter since MS DOS 1.0, so if it is passed more than one, cmd.exe silently combines them into a single parameter.
Alexander
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Filename Surrounded by Quotes in a Scalar Variable Causes Open to Fail
by syphilis (Archbishop) on Sep 14, 2020 at 13:38 UTC |