I have this 'win32 shell scipt' (?):
FOR %%filename IN (*.txt) DO (
...
)
I would like to replace the set (*.txt) with a set of strings defined as variable at the beginning of the script. Could someone please point me to the appropriate documentation of 'win32 shell scipt' or even better provide some 'code'?