Re: [TSVN] VBScript for comparing two MS Word documents
From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-07-08 21:50:52 CEST
SteveKing <steveking@gmx.ch> wrote on 07/08/2005 03:47:16 PM:
> Mark Phippard wrote:
%merged was the path to the file I selected. It is %mine that was wrong.
Here is a simple test script that just displays the variables:
option explicit
dim objArgs,num,sTheirDoc,sMyDoc,sBaseDoc,sMergedDoc
Set objArgs = WScript.Arguments
sMergedDoc=objArgs(0)
MsgBox "%merged - " + sMergedDoc
Mark
_____________________________________________________________________________
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.