Ken Williams <[EMAIL PROTECTED]> writes: > > >Is there no way to use the multi-arg system() to avoid these >quoting issues altogether?
No - it does not avoid the issue only moves it. You can use it to move the problem to the win32 system() code which has to assemble a command line from the multi-args. But I guess that code should be in good shape by now, and if not is maintained by people that should know the issues. -- Nick Ing-Simmons http://www.ni-s.u-net.com/
