I'd like to have an entry in my favourites menu to copy a file from c:\ to the current directory (.). What is the right command?
THX
Copy a file with a favorite entry
Moderators: Hacker, petermad, Stefan2, white
Re: Copy a file with a favorite entry
I'm not sure to understand what your looking for.jpcv wrote:I'd like to have an entry in my favourites menu to copy a file from c:\ to the current directory (.). What is the right command?
THX
You know how copy with F5 from one file Window to the other, I suppose.
Do you want always the same file copy e.g c:\ autoexec.bat to the current directory?
Then add a new button in Buttonbar. Set as Command 'xcopy' set as Parameter 'c:\autoexec.bat %P' . The %P sets the current path incl. '\' , so each time you click at this button, the 'auteoexec.bat' file will be copied to the current directory. Of course you can the same add at your TC-Start menu.
sheepdog