About 74,500 results
Open links in new tab
  1. windows - Commmand line command to copy entire 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. How to copy one directory to another with window command prompt?

    Jun 8, 2017 · I read alot of guides about to copy directories. On SO also read the posts Commmand line command to copy entire directory (including directory folder) to another directory copying all contents …

  3. How to copy entire folders/directories in command prompt?

    Sep 8, 2019 · 1 My laptop isn’t booting, so I’m running a Windows ISO off a DVD and attempting to backup some files to an external hard drive plugged into the USB via Command Prompt. With …

  4. windows - Robocopy - Copy directory into another directory - Super User

    May 24, 2017 · I can't believe that I am having trouble in copying a directory into another directory via the windows command line. What I want to do is simple -: Lets say I have a directory -: C:\\test and I …

  5. Copy large number of files but exclude certain sub folders on Windows ...

    Jul 15, 2015 · Give robocopy a try - it was designed to support the same command options as xcopy but features a lot of improvements - long path support, buffering, unicode, it preserves timestamps etc. …

  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. windows - Using a .bat file how do I copy a file from its current ...

    Sep 21, 2023 · From your description I get the feeling that this .bat file is enough: copy "test.txt" "C:\". This is too simple, so please give more details. Note: The `C:` root directory should be avoided as a …

  8. how to copy file/folder and preserve their creation date on windows 10

    Oct 22, 2022 · The difference is because when you copy a file on your computer, a new file is created with a new timestamp. To copy and keep creation date is possible using the Windows utility of …

  9. windows 7 - How to copy a directory structure without copying files ...

    Jan 8, 2013 · I have a folder with a lot of subfolders and files in them. Is there a way to copy the folder and subfolders directory structure without copying the files they contain, using cmd or powershell?

  10. windows - How to copy a list of file names to text file? - Super User

    Jul 28, 2014 · It's very, very easy in the Windows Command-Line Interpreter (all Windows OSes): Open a command prompt (Start -> Run -> cmd Enter) Navigate (cd) to the directory whose files you want …