| 1. |
Solve : Setting up an "array" of files in a batc? |
|
Answer» I have a bunch of files with a .a extension. They are located in various subdirectories (nested various levels deep) off my current directory. I can list the files by executing the command 'dir /s *.a' to recurse through the directory STRUCTURE. What I'd like to do |
|