Robocopy to an external drive drives me crazy

D

Dag N

Hi.
I am trying to write a script so I can use the various options in Robocopy.
..
I have use /Mir and /S /XO.
And what ever I do, the folder where I copy my documents into on my external
drive does not shows up, either in My Computer or via command prompt.
How can I avoid this happening?
I am using Vista Pro with all service packs.

Thank you in advance.

Dag N
 
S

Synapse Syndrome

Dag N said:
Hi.
I am trying to write a script so I can use the various options in
Robocopy. .
I have use /Mir and /S /XO.
And what ever I do, the folder where I copy my documents into on my
external drive does not shows up, either in My Computer or via command
prompt.
How can I avoid this happening?
I am using Vista Pro with all service packs.


Have you tried using the same command, but making the destination on the
same drive as the source? If it works then, it is pretty likely to be a
Permissions/UAC issue.

I find making complex command with Robocopy pretty confusing to be honest,
as there are so many parameters. The GUI for it has field boxes and
tooltips to make it a lot easier to use.

What you could do is try the GUI, using the option to Save the script. You
can then check the saved script to make sure that you have the syntax
correct.

http://www.microsoft.com/technet/technetmag/issues/2006/11/UtilitySpotlight/

ss.
 
D

Dag N

Thx!
Will try this during the week-end
DagN
Synapse Syndrome said:
Have you tried using the same command, but making the destination on the
same drive as the source? If it works then, it is pretty likely to be a
Permissions/UAC issue.

I find making complex command with Robocopy pretty confusing to be honest,
as there are so many parameters. The GUI for it has field boxes and
tooltips to make it a lot easier to use.

What you could do is try the GUI, using the option to Save the script.
You can then check the saved script to make sure that you have the syntax
correct.

http://www.microsoft.com/technet/technetmag/issues/2006/11/UtilitySpotlight/

ss.
 
F

FlyingHorse

Hi.
I am trying to write a script so I can use the various options in Robocopy.
.
I have use /Mir and /S /XO.
And what ever I do, the folder where I copy my documents into on my external
drive does not shows up, either in My Computer or via command prompt.
How can I avoid this happening?
I am using Vista Pro with all service packs.

By default Robocopy will mark the top level destination folder with
the Hidden and System attributes. Have you configured Windows Explorer
to show hidden files?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top