Hi,

I'm trying to copy one file from folder1 to the same file to folder2.

I'm using
Code:
/copy -o folder1/file.name folder2/file.name


But I can't copy it, I only got:

Code:
* /copy: unable to open file 'C:\mirc\folder2\file.name'


But when I use

Code:
/copy -o folder1/file.name file.name


it copy file to C:\mirc\

Is this a bug or what. If so, please move to Bug section.

Regards

Last edited by DeSync; 20/12/10 12:33 PM.