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

    Use robocopy to easily copy folders. The robocopy command replaces the xcopy command. It can quickly copy entire folders without having to worry about defining the contents. For example, to copy …

  2. How to copy text in the Windows command line 'cmd'?

    Jun 10, 2011 · Is there any way to copy text that's shown in the Command Prompt window C:\Windows\system32\cmd.exe to the clipboard?

  3. linux - Copy directory contents using 'cp' command - Super User

    The command cp -r ./a/. b will copy the contents, and only the contents, of directory a into directory b. The -a flag preserves links, timestamps etc., which is not relevant to the question.

  4. A command-line or batch cmd to concatenate multiple files

    Feb 22, 2010 · I have 50 text files in one directory. Is there a Windows command-line method to concatenate those files into a single file? I am using Windows Vista. I don't want to type the name of …

  5. What exactly happens when you use the 'copy /b' command?

    The /b flag of the copy command treats the files as binary (i.e., a raw stream of meaningless bytes), and copies them byte for byte instead of the default (or the /a) behavior which treats them as lines of text …

  6. What is the benefit of copy over xcopy on the command line?

    Feb 9, 2012 · One command line argument to pay attention to between copy and xcopy is /V. While xcopy's help states /V has xcopy compare source and destination file sizes, copy does not state the …

  7. How can I reset windows 11 password using command prompt

    Feb 19, 2025 · If the net user command doesn't work, you may need to enable the built-in administrator account to execute the command. Reset Windows 11 password using command prompt is one of the …

  8. How can I copy a file from my machine to another machine from …

    Assuming you have appropriate permissions, you can do it like this: copy local_file.txt \\target_machine\c$\dest_file.txt Use "c$" to reference C drive on the remote machine.

  9. Alternative to ssh-copy-id on windows - Super User

    Oct 14, 2022 · Perhaps the ssh-copy-id command was meant for Linux, but I was able to get some other commands meant for Linux to run. How do I copy the key from my Windows laptop to my remote …

  10. Windows copy command concatenates several files in non-numerical …

    Dec 23, 2021 · Windows copy command concatenates several files in non-numerical order Ask Question Asked 4 years, 3 months ago Modified 1 year, 3 months ago