When I use call below from cmd prompt BC3 seems to convert I:Bar.txt into I:\Bar.txt:
BComp C:\Foo.txt I:Bar.txt
although if I use complete path instead they are resolved correctly:
"c:\Program Files (x86)\Beyond Compare 3\BComp.exe" C:\Foo.txt I:Bar.txt
BComp C:\Foo.txt I:Bar.txt
although if I use complete path instead they are resolved correctly:
"c:\Program Files (x86)\Beyond Compare 3\BComp.exe" C:\Foo.txt I:Bar.txt
Comment