[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Command line Parameters for Winword-diff

From: Leon Zandman <lzandman_at_lode.nl>
Date: 2005-12-15 11:21:13 CET

> svn starts Winword for diffs of .doc-files. What are the
> command-line parameters when you trigger winword.exe? I want
> to use this directly from TotalCommander. I could not find
> any information about that.

TSVN doesn't start Word directly. It controls Word using an external
script, that controls Word using its automation interface. See the file
"diff-doc.js", which is located in the "Diff-Scripts" directory inside
the TSVN installation directory.

You can however let total-commander start this script, which accepts
command-line parameters. TSVN does it this way:

wscript.exe "<TSVN Install Dir>\Diff-Scripts\diff-doc.js" %base %mine
//E:javascript

You can see this for yourself if you go to the TSVN settings page and
click the "Advanced" button.

Greetings,

Leon Zandman

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org

--
Received on Thu Dec 15 10:23:42 2005

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.