J
Jim Michaels
in the cmd shell help (from cmd shell do set /?), it gives the example
set VAR=before
if "%VAR%" == "before" (
set VAR=after
if "%VAR%" == "after" @echo If you see this, it worked
)
the "if you see this, it worked" never shows.
I am using XP Pro SP3 32-bit on an HT processor that thinks it's a
dual-core.
set VAR=before
if "%VAR%" == "before" (
set VAR=after
if "%VAR%" == "after" @echo If you see this, it worked
)
the "if you see this, it worked" never shows.
I am using XP Pro SP3 32-bit on an HT processor that thinks it's a
dual-core.