About 171,000 results
Open links in new tab
  1. ROBOCOPY - Create Backup Script | Tutorials - Windows 7 Help Forums

    Mar 5, 2012 · The easiest way to use the ROBOCOPY command to create a backup strategy is by creating a batch (.BAT) file. A batch file is a simple text file, that when executed, runs several …

  2. batch file - Using robocopy with source and destination as variables ...

    Apr 17, 2017 · Completely new to scripting, tried to find a solution through searching the web but I'm stumped, so asking for help please! I'm trying to use robocopy with a variable as both the source and …

  3. Batch file Robocopy - Stack Overflow

    I'm trying to automate to copy a file from drive c: to drive d, I did it by writing a batch code and scheduling it to run in task scheduler. my problem is every-time my batch run it over write the

  4. run robocopy bat to copy entire drive to another drive

    Jun 3, 2015 · windows batch-file windows-7 cmd robocopy edited Apr 25, 2014 at 20:51 asked Apr 25, 2014 at 20:05 cherrytree

  5. Writing a batch file that runs robocopy from user input

    Nov 30, 2018 · How can I write a batch file that runs cmd.exe, enters the partial command robocopy then waits for user input to complete and execute the robocopy command? It seems like it should be …

  6. Saving log from the robocopy command to a dated log file

    Dec 16, 2015 · 2017-06-29--11-19-24 To enable this function for Robocopy: Each batch file that contains robocopy commands first calls the setdtvar.cmd file (call setdtvar.cmd in the first line). This sets the …

  7. windows - Copy files without overwrite - Stack Overflow

    Robocopy, or "Robust File Copy", is a command-line directory replication command. It has been available as part of the Windows Resource Kit starting with Windows NT 4.0, and was introduced as …

  8. robocopy - Create Batch script to copy specific files from one folder ...

    Apr 4, 2021 · ROBOCOPY creates the entire target folder tree automatically on not already existing. So it is not necessary to explicitly create the three target folders using either MD or MKDIR. The batch …

  9. 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?

  10. batch file - Robocopy Windows 11 how to move target folder inside ...

    May 12, 2023 · File 6.txt File 5.txt 11 11 P File 8.txt File 9.txt Subfolder 4 File 7.txt MoveFolders.cmd It is advisable on running the batch file that none of the directories to move is the current directory of any …