Hi,
I'm trying to copy one file from folder1 to the same file to folder2.
I'm using
/copy -o folder1/file.name folder2/file.name
But I can't copy it, I only got:
* /copy: unable to open file 'C:\mirc\folder2\file.name'
But when I use
/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