About 646,000 results
Open links in new tab
  1. Commmand line command to copy entire directory (including directory ...

    It can quickly copy entire folders without having to worry about defining the contents. For example, to copy all of the contents of the C:\tools directory to the new folder D:\backup\tools, enter the following: …

  2. windows - How to copy specific files from one folder to another from ...

    Nov 14, 2016 · 5 I have a large folder of pictures (thousands), and I have a long list of files, by exact file name, that I need to copy to another folder using Windows commands, through cmd prompt only. I …

  3. Batch file to copy files from one folder to another folder

    Jun 12, 2009 · I have a storage folder on a network in which all users will store their active data on a server. Now that server is going to be replaced by a new one due to place problem so I need to copy …

  4. filesystems - copy all files and folders from one drive to another ...

    Aug 24, 2011 · 81 i want to copy all files and folders from one drive to another drive using MS-DOS. How to do it? I am trying xcopy I:\*.* N:\ But it copies only files, not folders. So how to copy all files …

  5. copying all contents of folder to another folder using batch file?

    Feb 11, 2017 · I have a folder: C:\Folder1 I want to copy all the contents of Folder1 to another location, D:\Folder2 How do I do this using a batch file?

  6. windows - How to copy a file to a directory in DOS, and create ...

    How can I copy a file using DOS commands into a directory structure that may not yet exist? I need to be able to force the creation of the directory path to the target file location if that location doesn't …

  7. How to copy one directory to another with window command prompt?

    Jun 8, 2017 · Further Reading An A-Z Index of the Windows CMD command line A categorized list of Windows CMD commands robocopy - Robust File and Folder Copy. xcopy - Copy files and/or …

  8. How do I write a Windows batch script to copy the newest file from a ...

    Feb 12, 2019 · I need to copy the newest file in a directory to a new location. So far I've found resources on the forfiles command, a date-related question here, and another related question. I'm just having …

  9. Copy files to network computers on windows command line

    Feb 4, 2016 · Copies a folder from the admin PC into a group of network PCs by specifying the ip address / range For each destination PC, Navigate into the folder and run another script file.

  10. Create a batch file to copy and rename file - Stack Overflow

    Apr 6, 2017 · 27 I need to write a batch file that copies a file to a new folder and renames it. At the moment, my batch file consists of only this command: COPY ABC.PDF \\Documents As you can see, …