Programme to copy movies between 2 portable HDDs

marco79

Expert Member
Joined
Sep 18, 2008
Messages
4,482
Reaction score
548
Location
Back in CPT!
Could anyone recommend a good programme to use to copy movies from 1 portable hard drive to another? It's both Samsung HDDs. Or should I just use the standard Windows copy and paste.

Sent from my Desire HD using MyBroadband Android App
 
Teracopy because its a +1 and you can queue files so it moves at a constant speed.

:)
 
I will try teracopy. Thanks.

Sent from my Desire HD using MyBroadband Android App
 
Or this free one:
Code:
@echo off
cls
@echo Copy MOVIES from USB Drive J to USB Drive K
@echo. 
@echo. 
pause
xcopy J:\Movies\*.* K:\Movies\*.* /D /E /H /Y /Z /J
pause
Make appropriate changes for your drives and folders, then save in a TXT file and rename is to CMC.cmd (for "Copy My Movies", or whatever you prefer) and execute.
 
Or this free one:
Code:
@echo off
cls
@echo Copy MOVIES from USB Drive J to USB Drive K
@echo. 
@echo. 
pause
xcopy J:\Movies\*.* K:\Movies\*.* /D /E /H /Y /Z /J
pause
Make appropriate changes for your drives and folders, then save in a TXT file and rename is to CMC.cmd (for "Copy My Movies", or whatever you prefer) and execute.

Rather use TeraCopy, it can confirm, shutdown the PC, stay open, close and a lot more.
 
Rather use TeraCopy, it can confirm, shutdown the PC, stay open, close and a lot more.

Geez you guys have become lazy :D

You can easily shut down by using a shutdown /f /<insert other switch here> command at the end of the batch file.
 
Top
Sign up to the MyBroadband newsletter
X