Is it possible to compare 2 text files? - 03/02/17 05:03 PM
I'm trying to make a script, where mIRC asks for the content of 1 text file and compares it to another, then executes a certain order.
(I can post the script, though it should not be needed, as it is just a question about the program.
)
As in: if text1.txt != text2.txt
write text2.txt $read(text1.txt)
[This will overwrite the textfile 2 with the content of text1.]
Thanks in advance for any help! =)
(I can post the script, though it should not be needed, as it is just a question about the program.

As in: if text1.txt != text2.txt
write text2.txt $read(text1.txt)
[This will overwrite the textfile 2 with the content of text1.]
Thanks in advance for any help! =)