dandelog
08-06-2008, 05:31 PM
I'm trying to use a LIKE comparison in an IF statement to run on DOS prompt. So I need the statement in the batch file to work as
If <variable name> LIKE *.zip echo "A" else echo "B"
Can someone please help me with the syntax?
Thanks.
If <variable name> LIKE *.zip echo "A" else echo "B"
Can someone please help me with the syntax?
Thanks.