- Jul
- 534
- 10
Why does an equals sign in the filename parameter here make iff totally forget that it’s in an iff?
Sorry for lack of better phrasing here, but I just can’t get error-free output on my latest project when dealing with files that have equal signs in them.
Sorry for lack of better phrasing here, but I just can’t get error-free output on my latest project when dealing with files that have equal signs in them.
Code:
@echo off
iff "%1" != "" .and. "%2" == "" then
gosub check_for_filemask
endiff
quit
:check_for_filemask
echo Hello, world!
return