WshShell.Exec - Help with StdOut -
01-25-2005
, 01:55 PM
Hi,
I've written a script that executes a command using WshShell.Exec(). The
problem I've encountered is that when I read the standard output from the
command, it is truncated. I'd like to avoid redirecting the standard output
to a file. Does anyone know a workaround for this?
Thanks for your help! |