Useful Windows Command Line Stuff

From Ideasplace
Revision as of 15:05, 30 May 2024 by Wikisysop (talk | contribs) (Created page with "How to Copy a Folder with Batch File *xcopy /s /i "THE FOLDER ADDRESS YOU WANT TO COPY" "DESTINATION LOCATION"")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to Copy a Folder with Batch File

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