I have trubble with the SHELL command.
I try to pass a "DIR /O
/T:W > [my outputfile]"
to the command processor under Win2000, but my
outfile remains empty!? It works fine with
"DIR /O
> [my outputfile]" and if i write
"DIR /O
/T:W > [my outputfile]" directly at the
prompt this also works. I even tried to put the
dir command in a .bat file, and call this one via
the shell command, but no luck... What am i doing wrong?
Thanks in advance for any helpfull ideas!
------------------
I try to pass a "DIR /O

to the command processor under Win2000, but my
outfile remains empty!? It works fine with
"DIR /O

"DIR /O

prompt this also works. I even tried to put the
dir command in a .bat file, and call this one via
the shell command, but no luck... What am i doing wrong?
Thanks in advance for any helpfull ideas!
------------------
Comment