Error 123 saving from C-drive to USB

I am trying to save multiple files at the end of a work session from C-drive to USB stick. I don't know what I am doing wrong to get the message "ERROR 123 (00000007B).

I have not seen examples of using robocopy to save from HD (C) to a USB stick or DVD.

Am I trying to do something for which robocopy has not been designed?

With thanks for any response, 

Ulrike


August 30th, 2015 9:38pm

Hi,

Thank you for the link. I see that copying a folder from C drive to I drive (USB port) should be possible.

I do want to copy at least one folder. The best version I came up with changed at least the ERROR message to "3 <0x00000003) Accessing Source Directory C:\Documents\Blind\  The system cannot find the path specified."

I used:

robocopy C:\Documents\Blind\  I:\Documents\Blind /e /np /tee /log:backup_log.txt
pause

My Command Prompt is "C:\Users\DELL>" Does that mean I have to specify the file path to the folder differently?

With thanks,


Free Windows Admin Tool Kit Click here and download it now
August 31st, 2015 7:40am

Hi UIlack,

Here is a link for reference of using "Robocopy".
Robocopy
https://technet.microsoft.com/en-us/library/Cc733145.aspx?f=255&MSPPError=-2147217396

Please open an administrator command line to have a check and ensure the source path(C:\Documents\Blind\) is the correct. According to my experience, the "Documents" folder should usually be located in the Users folder(C:\Users\user name\Documents).

Best r

September 3rd, 2015 3:20am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics