1. Re: problem with system()-to:Al Getz
- Posted by Jim <futures8 at PCOLA.GULF.NET> Sep 06, 2000
- 537 views
Al,
Thanks. Your procedure worked perfectly.
Now, I get to figure out why that structure is necessary.
(I'll try not to have to ask you for the answer to that, too.)
Regards,
Jim
Al Getz wrote:
> Try this:
>
> procedure CopyFile(sequence PathFrom,sequence PathTo)
> --PathFrom and PathTo are respective file paths
> --such as "c:\\euphoria\\files\\file1.txt"
>
> system("copy "&34&PathFrom&34&" "&34&PathTo&34,0) --
>
> end procedure
>
> --Al

