Useful Windows Command Line Stuff: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 November 2023

  • curprev 14:2814:28, 28 November 2023WikiSysop talk contribs 111 bytes −355 No edit summary
  • curprev 14:2814:28, 28 November 2023WikiSysop talk contribs 466 bytes +466 Created page with "How to Copy a Folder with Batch File xcopy /s /i "THE FOLDER ADDRESS YOU WANT TO COPY" "DESTINATION LOCATION" Edit the code in batch file. You have to make some minor changes in the batch file you just created. In the code, type the actual values instead of the capital text. For example, if you want to copy a folder named folder1 from D: to E:, then enter D:\folder1 instead of THE FOLDER ADDRESS YOU WANT TO COPY and E:\folder1 instead of DESTINATION LOCATION."