Hi all
in CMD env.
when i wrote ping 8.8.8.8 > E:\out.txt
the output of this command is written to e:\out.txt
but in PB env
when i wrote
Run(" ping 8.8.8.8 > E:\out.txt")
or even
Run(" ping 8.8.8.8 > E:\out.txt", Maximized!)
there was no output file?
what is error?
Thanks
Ahmed