Author Topic: Command line options for vsdiff v9.x?  (Read 7806 times)

irc

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Command line options for vsdiff v9.x?
« on: August 24, 2006, 04:12:28 PM »
I'm looking for command line options for the vsdiff function for the 9.0.4 release of SlickEdit. Specifically, is there a command line option that lets me tell vsdiff to do a recursive diff of two directory trees? Thanks.

- Ian

Dswag89

  • Community Member
  • Posts: 63
  • Hero Points: 4
Re: Command line options for vsdiff v9.x?
« Reply #1 on: August 24, 2006, 04:21:14 PM »
This for VS11.0.1, but you might try it to see if it works.  They indicate to use something like:

vsdiff -t -filespec "*.c *.h" c:\path1 c:\path2

The -t option tells it to recurse subdirectories.
The -filespec option indicates the file types to look for (in this case *.c and *.h).
The other two entities are (obviously) the paths to compare.

HTH,

Dan

irc

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Re: Command line options for vsdiff v9.x?
« Reply #2 on: August 24, 2006, 07:44:01 PM »
Thanks for the tip. I might just have to upgrade after all.

- Ian