Search found 2 matches

by cwsterling
18 Apr 2008 14:00
Forum: DOS Batch Forum
Topic: Help with IF NOT Problem
Replies: 3
Views: 8541

So you are saying something like @echo off setlocal enabledelayedexpansion c: cls echo ********************************************* echo **Delete Given File Names that can Be found** echo ********************************************* echo Studying the file for banned file names. for /f %%A in (...
by cwsterling
16 Apr 2008 14:08
Forum: DOS Batch Forum
Topic: Help with IF NOT Problem
Replies: 3
Views: 8541

Help with IF NOT Problem

i am working on some code that works fine when I am not testing with IF NOT, but when I have the IF NOT statements in, the code only loops once, then stops working. the file gameList.txt looks something like name1.exe name2.exe name3.dll and then the script I am using looks like this @echo off setlo...