Announcement

Collapse
No announcement yet.

BC3 reused instance

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

  • BC3 reused instance

    I need a command for a batch file to show a text compare of two files, but not open a new tab. E.g. launch BC3 or reuse that tab if already launched.

    Any ideas?

    (Ideal would be launch/refresh a named instance.)

    Thanks.

  • #2
    Options....

    believe the way to do this is to either use the bcomp.exe command that will launch and wait for exit on a single version or use bcompare.exe and /solo switch.

    Comment


    • #3
      Neither does, sadly. In particular /solo causes rather than avoids a new instance.

      Comment


      • #4
        We don't provide any way to do that. Programmatically you might be able to fake it using WM_DROPFILES, but that's about it.

        Incidentally, I've been wondering what kind of things people would want exposed if we added a COM API or a more complete scripting language. No promises, but if you're doing something that would benefit from from something like that I'd like to hear it.
        Zoë P Scooter Software

        Comment


        • #5
          OK, thanks.

          What I'd want here simply e.g.

          bcompare.exe -name "myinstancename" "filea.txt" "fileb.txt"

          Comment

          Working...
          X