Can I run Robocopy in "abbreviated" mode?


  1. Posts : 1
    Windows 7 32-bit
       #1

    Can I run Robocopy in "abbreviated" mode?


    I use Robocopy to do a lot of copies. However, it generates an extraordinary volume of output to the screen; starting with a header, then a list of the copied files and some statistics. This gets annoying when I'm running a BAT file to copy thousands of files. Is there a way to suppress that and only display one line indicating the file that was copied?
      My Computer


  2. Posts : 5,642
    Windows 10 Pro (x64)
       #2

    Try: "/NP /NJH /NJS"
      My Computer


  3. Posts : 1,814
    XP / Win7 x64 Pro
       #3

    Here is the list of options for preventing certain logging outputs:

    Code:
    Logging options                 
    /L : List only - don't copy, timestamp or delete any files.                
    /NP : No Progress - don't display % copied.          
    /LOG:file : Output status to LOG file (overwrite existing log).       
    /UNILOG:file : Output status to Unicode Log file (overwrite) ##         
    /LOG+:file : Output status to LOG file (append to existing log).      
    /UNILOG+:file : Output status to Unicode Log file (append) ##                
    /TS : Include Source file Time Stamps in the output.                
    /FP : Include Full Pathname of files in the output.                
    /NS : No Size - don't log file sizes.                
    /NC : No Class - don't log file classes.               
    /NFL : No File List - don't log file names.               
    /NDL : No Directory List - don't log directory names.               
    /TEE : Output to console window, as well as the log file.               
    /NJH : No Job Header.               
    /NJS : No Job Summary.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:31.
Find Us