Announcement

Collapse
No announcement yet.

Unable to take folder compare report

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Unable to take folder compare report

    Helo Team,

    I have tried to take folder compare report using script give below but not working

    load N:\folder1 N:\folder2
    expand all
    folder-report layout:side-by-side options:display-mismatches output-to:bcresults1.htm output-options:html-color

    but I got error - Fatal Scripting Errors: unable to load base folder

    can you please provide the script to get the folder compare report - show what are files are diff
    Thank you
    Last edited by kamaraj; 13-Aug-2021, 08:11 PM. Reason: Hello Aaraon , Can you please edit the Code section ,need to keep the folder name confidential, thank you

  • #2
    Hello,

    Add quotes around each base folder path to capture the spaces:

    Code:
    load "N:\folder 1" "N:\folder 2"
    expand all
    folder-report layout:side-by-side options:display-mismatches output-to:"c:\temp\bcresults1.html" output-options:html-color
    You can also keep the relative path for the report, but making it absolute may offer better control.
    Last edited by Zoë; 13-Aug-2021, 08:35 PM.
    Aaron P Scooter Software

    Comment


    • #3
      Hello Aaraon , Can you please edit the Code section ,need to keep the folder name confidential

      load N:\folder1 N:\folder2

      Thank you

      Comment

      Working...
      X