i have a batch script and it has a variable '%4' and it's random file names but sometimes it has names like:
some.thing.here.mp3
some.other.thing.mp3
and.another.mp3
and.some.file.mp3
and i want to have it goto EOF if the file name contains the word 'some' (so all but the third file..)
i have this so far but it's not working
IF /I "%4"=="some" GOTO EOF