Search found 1 match

by ac90254
23 Mar 2011 23:16
Forum: DOS Batch Forum
Topic: Double file double loop
Replies: 1
Views: 2658

Double file double loop

Hello everyone, I have a group of files *.bat and *.txt that are required to run in pairs (1 bat, 1 txt). I've been trying to call the batch and execute the command for the txt file in the same loop but I am having some troubles figuring out how to use variables and loop everything out. Here is an e...