Announcement

Collapse
No announcement yet.

Unknown Command "File-Report"

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

  • Unknown Command "File-Report"

    I am getting the above error message when i am executing the below script. Any ideas?

    log verbose c:\_Userdata\log.log
    load C:\_UserData\Test1 C:\_UserData\Test2
    expand all
    select all.files
    file-report layout:side-by-side options:display-mismatches output-to:c:_Userdata\report.txt c:\_UserData\Test1 c:\_UserData\Test2

  • #2
    Re: Unknown Command \"File-Report\"

    Try removing the directory names at the end of the file-report command.

    log verbose c:\_Userdata\log.log
    load C:\_UserData\Test1 C:\_UserData\Test2
    expand all
    select all.files
    file-report layout:side-by-side options:display-mismatches output-to:c:_Userdata\report.txt

    File-report can either operate on the currently selected files, as in the above example, or it can operate on two named files, where the named files are given at the end of the command.
    Chris K Scooter Software

    Comment


    • #3
      Re: Unknown Command \"File-Report\"

      Is this commans supported in Beyond Compare 2.0.1?

      Comment


      • #4
        Re: Unknown Command \"File-Report\"

        I just noticed the output path for the report was missing a "\".

        Here's the corrected script:

        log verbose c:\_Userdata\log.log
        load C:\_UserData\Test1 C:\_UserData\Test2
        expand all
        select all.files
        file-report layout:side-by-side options:display-mismatches output-to:c:\_Userdata\report.txt

        Also, the above script won't work with Beyond Compare 2.0.1.

        Our current release is Beyond Compare 2.4.3. All version 2 releases use the same license key, so you can use the current release. To update to the new release, install it over the top of the older version.

        You can get the current release from:
        http://www.scootersoftware.com/download.php
        Chris K Scooter Software

        Comment

        Working...
        X