Hello,
Important Note: I suck at command line everything.......I am spoiled to Windows GUI.....
I am trying to copy both a .zip and a separate folder of the extracted contents from my desktop (Win11 Pro) to a USB external HD attached on the back of my NAS enclosure. The zip and the extracted are both extremely large (tons of folders, sub folders and files) I am running into the typical "long path" and "long file name" error....I have already checked my registry for the long paths registry hack and it is already enabled. I think extremely like an administrative assistant using physical filing cabinets when I name folders and files on my computers which is why you will see spaces in the folder & file names.
I am trying to use XCopy but I keep getting errors about the invalid number of parameters.......I have already been to Chat GPT and been given several suggestions but none of them are working. Here's what I've tried already:
xcopy <C:\Users\amazo\Desktop\original-scrape /e/h/c/i [<X:\Scraping Project\2023\USAR And Their Agencies\USAR DOJ Full Site DL\WGET Recursive\RPF Scrape Versions\11-05-2023>]
xcopy original-scrape X:\Scraping Project\2023\USAR And Their Agencies\USAR DOJ Full Site DL\WGET Recursive\RPF Scrape Versions\11-05-2023
xcopy original-scrape\* X:\Scraping Project\2023\USAR And Their Agencies\USAR DOJ Full Site DL\WGET Recursive\RPF Scrape Versions\11-05-2023
I have also tried using RoboCopy but I am getting a similar error:
robocopy "C:\Users\amazo\Desktop\original-scrape\" "\\X:\Scraping Project\2023\USAR And Their Agencies\USAR DOJ Full Site DL\WGET Recursive\RPF Scrape Versions\11-05-2023" /e /copy
AT /dcopy:T
ERROR : Invalid Parameter #5 : "Agencies\USAR"
Apparently I am having problems with the commands not liking the spaces in the folder name for USAR And Their Agencies and I don't know how to get around that other than to rename the folder which is too easy an answer....I don't want an easy answer I want to know what I am doing wrong....
I am really intent on getting past my "I suck at command line" and this will further my learning....
Thank you.
Sincerely,
WndrWmn
Important Note: I suck at command line everything.......I am spoiled to Windows GUI.....
I am trying to copy both a .zip and a separate folder of the extracted contents from my desktop (Win11 Pro) to a USB external HD attached on the back of my NAS enclosure. The zip and the extracted are both extremely large (tons of folders, sub folders and files) I am running into the typical "long path" and "long file name" error....I have already checked my registry for the long paths registry hack and it is already enabled. I think extremely like an administrative assistant using physical filing cabinets when I name folders and files on my computers which is why you will see spaces in the folder & file names.
I am trying to use XCopy but I keep getting errors about the invalid number of parameters.......I have already been to Chat GPT and been given several suggestions but none of them are working. Here's what I've tried already:
xcopy <C:\Users\amazo\Desktop\original-scrape /e/h/c/i [<X:\Scraping Project\2023\USAR And Their Agencies\USAR DOJ Full Site DL\WGET Recursive\RPF Scrape Versions\11-05-2023>]
xcopy original-scrape X:\Scraping Project\2023\USAR And Their Agencies\USAR DOJ Full Site DL\WGET Recursive\RPF Scrape Versions\11-05-2023
xcopy original-scrape\* X:\Scraping Project\2023\USAR And Their Agencies\USAR DOJ Full Site DL\WGET Recursive\RPF Scrape Versions\11-05-2023
I have also tried using RoboCopy but I am getting a similar error:
robocopy "C:\Users\amazo\Desktop\original-scrape\" "\\X:\Scraping Project\2023\USAR And Their Agencies\USAR DOJ Full Site DL\WGET Recursive\RPF Scrape Versions\11-05-2023" /e /copy
ERROR : Invalid Parameter #5 : "Agencies\USAR"
Apparently I am having problems with the commands not liking the spaces in the folder name for USAR And Their Agencies and I don't know how to get around that other than to rename the folder which is too easy an answer....I don't want an easy answer I want to know what I am doing wrong....
I am really intent on getting past my "I suck at command line" and this will further my learning....
Thank you.
Sincerely,
WndrWmn