Robocopy: Windows Explorer file folder mismatch

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
falcios
Posts: 43
Joined: 02 Mar 2017 05:38

Robocopy: Windows Explorer file folder mismatch

#1 Post by falcios » 16 Mar 2017 10:31

Batch file with command

robocopy "c:\users\user1\sfd pixs" "f:\sfdb pixs" /MIR

After using Robocopy, Explorer displays sfd pixs on the f drive. When viewing contents of the folder, in the titler bar it displays sfdb pixs.

I rename the folder in F drive to sfdb pixs and when I run Robocopy again, it changes it to sfd pixs.

Has anyone seen this behavior? If so, do you know the issue.

Thanks in advance.

pieh-ejdsch
Posts: 239
Joined: 04 Mar 2014 11:14
Location: germany

Re: Robocopy: Windows Explorer file folder mismatch

#2 Post by pieh-ejdsch » 17 Mar 2017 17:28

Do you have a File named desktop.ini in the directory?

Post Reply