Search found 8 matches

by skdrs
Mon Oct 02, 2017 9:16 am
Forum: Support (DiffMerge)
Topic: Folder Diff from command line
Replies: 8
Views: 27195

Re: Folder Diff from command line

okay, thanks Beth !
by skdrs
Thu Sep 28, 2017 11:09 am
Forum: Support (DiffMerge)
Topic: Folder Diff from command line
Replies: 8
Views: 27195

Re: Folder Diff from command line

Thanks for the reply, can I achieve that from Command line?
by skdrs
Wed Sep 27, 2017 2:06 pm
Forum: Support (DiffMerge)
Topic: Folder Diff from command line
Replies: 8
Views: 27195

Re: Folder Diff from command line

Thanks Beth for the prompt reply.

Let us sat Folder A : D:\Temp1\Test1\Helloworld.dll
Folder B : D\Temp1\Test1\hollaworld.dll

diff is not outputting the dll , It was able handle .txt files

File only in left:
Doesn't give the Helloworld.dll
by skdrs
Wed Sep 27, 2017 1:51 pm
Forum: Support (DiffMerge)
Topic: Folder Diff from command line
Replies: 8
Views: 27195

Re: Folder Diff from command line

Thanks Beth, Does the folder search supports any file format ? Does it have the ability to identify dlls too ?
by skdrs
Tue Sep 26, 2017 1:18 pm
Forum: Support (DiffMerge)
Topic: Folder Diff from command line
Replies: 8
Views: 27195

Folder Diff from command line

Hello, Is folder diff options are available only for registered customers? I am trying to diff folders using command line sgdm -d=D:\Result.txt "D:\Temp\Folder1" "D:\Temp\Folder2" , it returns the Exit status is 0 even though there are diff files in each folder. Thanks in advance!
by skdrs
Fri Sep 15, 2017 7:24 am
Forum: Support (DiffMerge)
Topic: how to Define Rulesets through command line?
Replies: 5
Views: 22936

Re: how to Define Rulesets through command line?

Is there any way that I can output a file with the results from one side?
Can this be achieved from Command line? if not whats the method to parse after creating the file?
Thanks !
by skdrs
Thu Sep 14, 2017 2:56 pm
Forum: Support (DiffMerge)
Topic: how to Define Rulesets through command line?
Replies: 5
Views: 22936

Re: how to Define Rulesets through command line?

Thanks for the response, how can I parse the result output?
by skdrs
Thu Sep 14, 2017 2:04 pm
Forum: Support (DiffMerge)
Topic: how to Define Rulesets through command line?
Replies: 5
Views: 22936

how to Define Rulesets through command line?

I am using sgdm diffmerge /d=C:\Users\Admin1\Desktop\Test3.txt /u C:\Users\Admin1\Desktop\Test1.txt C:\Users\Admin1\Desktop\Test2.txt . But I want to specify Rulesets where I don't want any data from the left side of the comparison. I only need information from the right side. How can I specify that...