Can I run Robocopy in "abbreviated" mode?

Bobt6661

New member
Local time
2:23 PM
Messages
1
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 My Computer

At a glance

Windows 7 32-bit
OS
Windows 7 32-bit
Try: "/NP /NJH /NJS"
 

My Computer My Computer

At a glance

Windows 10 Pro (x64)Intel Core i7-3930K (3.2GHz - 4.5GHz)4x Samsung 4GB PC3-12800 DDR3 (16GB 1600MHz)Nvidia Geforce GTX 690
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Alienware Aurora ALX R4
OS
Windows 10 Pro (x64)
CPU
Intel Core i7-3930K (3.2GHz - 4.5GHz)
Motherboard
Alienware Aurora-R4 x79
Memory
4x Samsung 4GB PC3-12800 DDR3 (16GB 1600MHz)
Graphics Card(s)
Nvidia Geforce GTX 690
Sound Card
SteelSeries Siberia Elite
Monitor(s) Displays
Dell UltraSharp U3011
Screen Resolution
2560x1600
Hard Drives
Samsung 850 Pro 256 GB, Seagate 1TB Desktop Hybrid HDD, 2x Western Digital 4TB Green HDD
PSU
875W Some Dell PSU <.<
Case
Alienware Aurora ALX
Cooling
Custom Liquid Cooling (EK CPU & GPU blocks) dual EK 480RAD
Keyboard
Logitech G710+ Mechanical
Mouse
Logitech G700s
Internet Speed
Verizon Fios (50 mbps average)
Other Info
Server: Intel NUC D54250WYK: i5-4250U, 16GB, 256 GB mSATA, Windows Server 2012 R2
Here is the list of options for preventing certain logging outputs:

Code:
[I]Logging options[/I]                 
/L : List only - don't copy, timestamp or delete any files.                
/NP : No Progress - don't display % copied.          
/LOG:[I]file[/I] : Output status to LOG file (overwrite existing log).       
/UNILOG:[I]file[/I] : Output status to Unicode Log file (overwrite) ##         
/LOG+:[I]file[/I] : Output status to LOG file (append to existing log).      
/UNILOG+:[I]file[/I] : 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 My Computer

At a glance

XP / Win7 x64 ProIntel Quad-Core Q9450 @ 3.2GHz2x2GB GSkill DDR2NVIDIA GeForce 8600 GTS (EVGA)
OS
XP / Win7 x64 Pro
CPU
Intel Quad-Core Q9450 @ 3.2GHz
Motherboard
Asus P5-E
Memory
2x2GB GSkill DDR2
Graphics Card(s)
NVIDIA GeForce 8600 GTS (EVGA)
Monitor(s) Displays
Dell 2408WFP
Screen Resolution
1920x1200
Back
Top