http://qs1969.pair.com?node_id=184243


in reply to Re: Re: File Copy
in thread File Copy

If I remember correctly, the system function is of the form:
system($command,$arg1,$arg2,...,$argN)
So you might have better luck if you split up the command from the arguments. It's worth a try.