Search found 1 match
- 20 Jan 2010 02:28
- Forum: DOS Batch Forum
- Topic: For loop: operation on a stack of files [newbie]
- Replies: 2
- Views: 4491
For loop: operation on a stack of files [newbie]
Hi everyone! I've never worked with batch files before, but just found out I need it for the project I'm working on... I've got a stack of files: temp0000.000, temp0000.001,... temp0000.364. Now, I want to perform the same operation on all of these files. Is there an easy way to do this? (e.g. with ...