Computer Hope

Microsoft => Microsoft DOS => Topic started by: KFalcon on September 12, 2004, 04:10:46 PM

Title: how do you wildcards in IF statements?
Post by: KFalcon 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?