Thank you! That works perfectly.
I'll definitely have to remember that SETLOCAL enableDelayedExpansion trick.
Search found 2 matches
- 14 Apr 2014 20:42
- Forum: DOS Batch Forum
- Topic: Nested for loops, not quite working
- Replies: 2
- Views: 2223
- 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...