I'll ask the question, then explain. BC3 Pro on Win7 Ent.
Is there a Command Line equivalent to perform Select Left File For Compare when one right clicks on a file?
I use TextPad as my text editor, and it has it's own, extremely primitive, compare tool. It's fine for very simple things, but by and large it isn't of any real use to me. Ideally, I'd like TextPad to be modified to integrate with an external compare tool, but that might be a long ways off.
I want to script up a command to replicate Select Left File For Compare/Compare to "File1", and hopefully it's the same command line syntax.
Sequence I'm imagining is:
- Select File1
- Run script (BCompare.exe File1 /"someoption")
- Select File2
- Run script (BCompare.exe File2 /"someoption")
- BC3 opens comparing File1 and File2
Please ask if you need me to clarify. It's clear inside my ADHD head, but that doesn't mean it's clear to others.
Is there a Command Line equivalent to perform Select Left File For Compare when one right clicks on a file?
I use TextPad as my text editor, and it has it's own, extremely primitive, compare tool. It's fine for very simple things, but by and large it isn't of any real use to me. Ideally, I'd like TextPad to be modified to integrate with an external compare tool, but that might be a long ways off.
I want to script up a command to replicate Select Left File For Compare/Compare to "File1", and hopefully it's the same command line syntax.
Sequence I'm imagining is:
- Select File1
- Run script (BCompare.exe File1 /"someoption")
- Select File2
- Run script (BCompare.exe File2 /"someoption")
- BC3 opens comparing File1 and File2
Please ask if you need me to clarify. It's clear inside my ADHD head, but that doesn't mean it's clear to others.
Comment