Search found 2 matches

by cpjust
14 Apr 2014 20:42
Forum: DOS Batch Forum
Topic: Nested for loops, not quite working
Replies: 2
Views: 2223

Re: Nested for loops, not quite working

Thank you! That works perfectly.
I'll definitely have to remember that SETLOCAL enableDelayedExpansion trick.
by cpjust
14 Apr 2014 18:57
Forum: DOS Batch Forum
Topic: Nested for loops, not quite working
Replies: 2
Views: 2223

Nested for loops, not quite working

I'd like to run some code on each of the following categories "Monthly Weekly Daily Smoke_Test Smoke_Machine" except for any of those words are in the ExcludeList variable. The following code is a simple example I tried, but even though Weekly & Daily are in the ExcludeList, everything...