I wanted to copy selected epub files to Dropbox folder to share easily, so I wrote this command line in a cmd file
Code:
copy %1 "F:\Data\Clouds\Dropbox\public\Books2Share"
I then config Open with to point to that cmd file. But it doesn't function.
Please advise me.