I am trying to get Robocopy to show all files copied onscreen, regardless of whether they exist or not. In short, I just want to watch the read activity onscreen as it scans over the files. Is there any way to do this?
Type robocopy /??? at the command line and you will find:
/V : produce Verbose output, showing skipped files.
[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
Thanks, only /v doesn't seem to work on files that are copied, only ones that are not. I want to see all files copied and not copied scroll up onscreen, regardless of its status. XCOPY and XXOPY do this just file, but where is it in ROBOCOPY?
/X : report all eXtra files, not just those selected.
try that.
[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
Nope, that doesn't seem to do anything. Maybe Robocopy doesn't support what I'm looking for. It's hard to watch the progress as it's happening real-time without this switch.
----------------------------------------------------------------------
ROBOCOPY v 1.96 : Robust File Copy for Windows NT
----------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 1 0 1 0 0 0
Files : 8 8 0 0 0 0
Bytes : 5.46 m 5.46 m 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Speed : 22027630 bps.
Speed : 1260.431 mb/min.
Ended : Tue Jun 14 14:47:54 2005
C:\Temp>robocopy c:\Temp c:\Test /V /X
----------------------------------------------------------------------
ROBOCOPY v 1.96 : Robust File Copy for Windows NT
----------------------------------------------------------------------
8 c:\Temp\
same 92600 bass.dll
same 324043 bookmarks.html
same 716846 bookmarksfromhome.html
same 1795 file_id.diz
same 2656 scene.org.txt
same 3066372 sor.dat
same 93696 sor.exe
same 1429176 sor.mp3
Total Copied Skipped Mismatch FAILED Extras
Dirs : 1 0 1 0 0 0
Files : 8 0 8 0 0 0
Bytes : 5.46 m 0 5.46 m 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Ended : Tue Jun 14 14:48:56 2005
Notice that it showed me the files that were not copied.
[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
When I use that command line, /copyAT is flagged by Robocopy as an invalid parameter as is /b, /zb, /nfl, /ndl. When I remove those, it works for me. I would also point out that /r:0 /w:0 and /r:1 /w:1 contradict each other.
[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
OK thanks for the R: and W: discrepancies. I was in a hurry when I made this. Actually these switches are the latest in the Robocopy XP version. Maybe there's something there that's conflicting.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.