K
Kok Yong Lee
hi there,
I bumped into a weird machine in my office where in the command window when
I type in
FOR /F "usebackq delims==" %i IN (`set`) DO @echo %i
and hit enter, the command window will just close down completely like I
just issue the EXIT command.
This only happen to
FOR /F ["options"] %variable IN (`command`) DO command
[command-parameters]
If i just use the FOR to parse the content of a file, then everthing just
work as expected.
Anyone seen this kind of problem before?
I bumped into a weird machine in my office where in the command window when
I type in
FOR /F "usebackq delims==" %i IN (`set`) DO @echo %i
and hit enter, the command window will just close down completely like I
just issue the EXIT command.
This only happen to
FOR /F ["options"] %variable IN (`command`) DO command
[command-parameters]
If i just use the FOR to parse the content of a file, then everthing just
work as expected.
Anyone seen this kind of problem before?