viewtopic.php?f=3&t=3435
After I parsed the tags, I have found IP, port, country, server type and anonymity. Sometimes the type is HTTPS which I am not interested so type is empty
Code: Select all
SET type=
Code: Select all
SET anonymity=
Code: Select all
if "!type!" NEQ "HTTPS" (
if "!anonymity!" NEQ "" (
echo Saving...
) else echo Anonymity is "!anonymity!"
)
Type and anonymity are strings usually, because they save descriptions of the server. So is there string operator for <> equivalent?