O
obones
Hi all
Can anyone tell me the result of running those three lines in an MS-DOS
window?
set MYVAR="hello"
set MYVAR=%MYVAR:"=%
echo %MYVAR%
Under windows XP, it returns hello without the double quotes, but I want
to be sure this would also work under other versions of Windows, ideally
all.
Thanks for your help
Can anyone tell me the result of running those three lines in an MS-DOS
window?
set MYVAR="hello"
set MYVAR=%MYVAR:"=%
echo %MYVAR%
Under windows XP, it returns hello without the double quotes, but I want
to be sure this would also work under other versions of Windows, ideally
all.
Thanks for your help