Share via

Robocopy - Invalid Parameter

Anonymous
2010-04-08T08:11:56+00:00

I am running the following command to copy files from my local drive to my external drive. Both drives are formatted NTFS and the files being copied are well below the 4gb limit.

robocopy C:\ToadTrial\Toad for Oracle\User Files             G:\DailyBackup\Toad\User Files\ /E

The command line returns: ERROR : Invalid Parameter #3 : "Oracle\User"

Clearly robocopy doesnt seem to like the space in the directory name, but I would have thought this should not have been a problem for Vista. Copying of other directories (without spaces) is working fine. Any suggestions?

many thanks.

Windows for home | Previous Windows versions | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-04-08T23:55:07+00:00

Hi siwebley,

As you figured out it’s because of the space between the words, you are getting an error message.

You may use double quotes for pointing the directory name separtated by spaces

C:\ToadTrial**\”Toad for Oracle”**User Files

Let us know if this helps

For more information, see the link below

http://technet.microsoft.com/en-us/library/ee156811.aspx

http://blogs.msdn.com/tims/archive/2006/09/07/the-coolest-command-line-tool-in-windows-vista.aspx

Thanks and Regards:

Ajay K

Microsoft Answers Support Engineer


Visit our Microsoft Answers Feedback Forum and let us know what you think.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful