compare

English speaking visitors may post here. (No registration reqd.)
Antworten
Steven

compare

Beitrag von Steven »

Hey guys, im dutch.
Ive got a problem with some comp codes.. Im working on an IP-Checker for an online-multiplayer game..
The problem is that the comp line only compares the size of the two ".txt" files..
How to compare 2 files @ whats the info in both files?

This is whats in file 1:

Code: Alles auswählen


Windows IP Configuration





Ethernet adapter Local Area Connection:



        Connection-specific DNS Suffix  . : lokaal

        IP Address. . . . . . . . . . . . : 192.168.1.33

        Subnet Mask . . . . . . . . . . . : 255.255.255.0

        Default Gateway . . . . . . . . . : 192.168.1.254

And this is whats in file 2:

Code: Alles auswählen


Windows IP Configuration





Ethernet adapter Local Area Connection:



        Connection-specific DNS Suffix  . : lokaal

        IP Address. . . . . . . . . . . . : 192.168.1.36

        Subnet Mask . . . . . . . . . . . : 255.255.255.0

        Default Gateway . . . . . . . . . : 192.168.1.254

I need to have everything in it to be compared, for it to see the difference between both IP Addresses [192.168.1.33 - 192.168.1.36]
Only then my ip-checker works.. Ive searched all over google, i cant find what im lookin' for though..
Could you please help me?

- Steven
bttr

Beitrag von bttr »

What do you mean by "comp codes"?
Steven

Beitrag von Steven »

bttr hat geschrieben:What do you mean by "comp codes"?
Compare-codes, how to compare whats in both files, not just the size. bit by bit. :wink:
bttr

Beitrag von bttr »

Look at

Code: Alles auswählen

fc /?
Steven

Beitrag von Steven »

bttr hat geschrieben:Look at

Code: Alles auswählen

fc /?
WOW, Realy thankyou! :-P that has helped me alot!
Antworten