Why does CopyFile not work, but I can get the DOS 'copy' to work through ExecFile, when the same parameters are sent to each command? I am using Blitz3D on a Win98 machine.
Is there some other trick besides:
CopyFile file$,destination$
where both file$ and destination$ are set up in code. (And the DOS command works fine with file$ and destination$)
Is there some other trick besides:
CopyFile file$,destination$
where both file$ and destination$ are set up in code. (And the DOS command works fine with file$ and destination$)