Microsoft DOS
--
Questions
--
Followers
Top Experts
I am trying, (like heck), to create a bat file to backup some files. The files are located at C:\Users\Public\Public Documents\zeiss\calypso\wo
Here is my current bat file syntax:
xcopy "C:\Users\Public\Public Documents\zeiss\calypso\wo
Thank you
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
robocopy.exe "C:\Users\Public\Public Documents\zeiss\calypso\workarea\inspections" "\\dc1\data\BEPAC_CMM\Zeiss_1" *.* /e /r:0 /np /tee /log:"C:\Temp\robocopy.log"
robocopy.exe "C:\Users\Public\Public Documents\my conceptdraw" "d:\test *.* /e /r:0 /np /tee /"
I attached my results
If you don't need the log file, you can drop the /tee and /np as well:
robocopy.exe "C:\Users\Public\Public Documents\my conceptdraw" "d:\test" *.* /e /r:0"






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
I have attached the results

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
In Explorer, browse to the folder you want to use as source. Now click in the empty part of the address bar, to the right of the end of the address (not on the breadcrumbs); the display should now switch to a single highlighted string (probably to "C:\Users\Public\Documents






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Microsoft DOS
--
Questions
--
Followers
Top Experts
Microsoft Disk Operating System (MS-DOS) was an operating system for x86-based personal computers, and traces of it are still found in the Windows operating system. DOS is still used in some embedded systems and for certain legacy 16-bit networks.