Useful Windows Command Line Stuff: Difference between revisions

From Ideasplace
Jump to navigation Jump to search
Created page with "How to Copy a Folder with Batch File *xcopy /s /i "THE FOLDER ADDRESS YOU WANT TO COPY" "DESTINATION LOCATION""
(No difference)

Revision as of 15:05, 30 May 2024

How to Copy a Folder with Batch File

  • xcopy /s /i "THE FOLDER ADDRESS YOU WANT TO COPY" "DESTINATION LOCATION"