
Please help: redirecting output of shell started program
Again I'm stuck with part of my proggy: I can't find a relyable way of
redirecting the output of pkunzip's filetest option to a textfile. Since it
runs asynchronously, it seems to be impossible to force
RetVar=Shell("pkunzip -t myfile.zip >output.txt") to put something on
harddisk. Somebody mentioned to use Shell(Environ$("comspec"), which I
couldn't find in any documentation. Since this is nearly the last unsolved
problem, and since I need this feature urgendly - Can somebody show me a
reliable way to gt my textfile output done?
Thanks,
M. Bergmann