Jump to content

Recommended Posts

Posted

F:\iPhoto Library\Masters\2013\12\09\20131209-211435>robocopy IMG_0882.MOV i:\

 

I get Error 267. "The directory name is invalid." Which is impossible since I cd'd it to the subfolder "20131209-211435" and then xcopied (no results) then robocopied it (no results either, except for the error message). I also created a destination folder after i:\. No go.

Posted (edited)
"The directory name is invalid."

You are getting that error because the syntax you're using is wrong. IMG_0882.MOV is not the source directory, it's a file.

 

As you can see in the example below, the files to copy is specified between the destination folder and the options.

 

RoboCopy "F:\iPhoto Library\Masters" "I:\iPhoto Library\Masters" *.mov /E

 

More Info: Robocopy « SS64

Edited by Arthur

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...