08-Mar-2005, 07:46 AM
I used the following script to compare 2 directories on my desktop:
load c:\robocopy\s c:\robocopy\t
log verbose log.txt
criteria rules-based
compare
select diff.files orphans.files
file-report layout:statistics options:stats-tabular output-to:robo_log.txt
I run the script with no errors "bc2.exe @script.txt". I change the layout to "xml" and get "Incorrect Parameters". I change the layout back to "statistics" and get "Incorrect Parameters". I have to reboot my workstation to get the script working again.
Thanks...
load c:\robocopy\s c:\robocopy\t
log verbose log.txt
criteria rules-based
compare
select diff.files orphans.files
file-report layout:statistics options:stats-tabular output-to:robo_log.txt
I run the script with no errors "bc2.exe @script.txt". I change the layout to "xml" and get "Incorrect Parameters". I change the layout back to "statistics" and get "Incorrect Parameters". I have to reboot my workstation to get the script working again.
Thanks...