Hello
I am new here and looking for a sample batch file to copy directory from one drive to another drive using 'override all older'
Can I get some help here ?
thanks !!!
Copy directories in batch
Moderators: Hacker, petermad, Stefan2, white
Re: Copy directories in batch
Give a look to robocopy or xxcopy and create your batch using it.gonen52 wrote:Hello
I am new here and looking for a sample batch file to copy directory from one drive to another drive using 'override all older'
Can I get some help here ?
thanks !!!
With TC is is also possible to synchonize, copy only newest file, ...
Re: Copy directories in batch
You could use 'download lists'.gonen52 wrote:I am new here and looking for a sample batch file to copy directory from one drive to another drive using 'override all older'
Example: Create a backup of the windows directory, overwriting all older files, no confirmation before overwriting Read only/Hidden/System files, skip all which cannot be opened for reading
* Create a file with the following contents.
Code: Select all
copyflags:243
copy:c:\windows -> i:\windows
* Execute the list by using menu option Net/"FTP Download From List".
See also:
[wish] Total Commander batch files
very nice
and almost exactly what I needed...
Can this 'download list' command be executed via .bat file ?
or
Can I define a shortcut to run this 'download list' command (so I do not need to type again the name of the file )
Thank you !!!
Can this 'download list' command be executed via .bat file ?
or
Can I define a shortcut to run this 'download list' command (so I do not need to type again the name of the file )
Thank you !!!
Re: very nice
No.gonen52 wrote:Can this 'download list' command be executed via .bat file ?
You can assign cm_FtpDownloadList to a shortcut key, but you would still need to enter the name. The last used name is remembered and stored in wincmd.ini.gonen52 wrote:Can I define a shortcut to run this 'download list' command (so I do not need to type again the name of the file )