I'm back with another question, this time it's about the FC console command. I'm making a chat program and my problem is:
I want people available to change password, but how do I check if the password is the same password as the last one?
EDIT: Thanks to Stephan for the answer!
if "%newpassword%"=="%oldpassword%" echo same password
EDIT2: The command above doesn't notice case-sensitive words. But I've already fixed that problem myself by using the command FC.