Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how do you wildcards in IF statements?  (Read 5130 times)

0 Members and 1 Guest are viewing this topic.

KFalcon

  • Guest
how do you wildcards in IF statements?
« on: September 12, 2004, 04:10:46 PM »
Is there a way I can put wildcards into this statement...

IF %1==(where I want to put wildcards) GOTO OK

I want to make it so that if someone enters in an IP address, (in the format of *.*.*.*) then the program will run

But it is taking the *'s literally... Is there another way?