On Jan 25, 11:58 pm, "Tim Williams" <timjwilliams at gmail dot com>
wrote:
> Have you tried echoing your shell lines via debug.print and running them
> manually ?
[quoted text clipped - 42 lines]
>
> - Show quoted text -
I am not sure how to do that?
Tim Williams - 27 Jan 2008 02:59 GMT
Debug.Print "f:\axys3\rep32.exe -mperf -p" & ccm & " -u -s -vx -t" &
filesavename
Then run the string that gets printed.
Or switch to using the wscript shell.exec method, which gives to access to
stderr and stdout.
http://msdn2.microsoft.com/en-us/library/ateytk4a(VS.85).aspx
Tim
On Jan 25, 11:58 pm, "Tim Williams" <timjwilliams at gmail dot com>
wrote:
> Have you tried echoing your shell lines via debug.print and running them
> manually ?
[quoted text clipped - 47 lines]
>
> - Show quoted text -
I am not sure how to do that?