Okay here we go:
You
can just whack all your
WeiDU commands into a batch file (.txt renamed .bat) and run it. This should work but it is the long way round and it's not flexible. However with the use of a spreadsheet to make a large table this is by far the easiest way for a novice.
For a flexible method the --traify# command becomes a bit of a problem. But without it the problems go away. However, DOS changes between Win9x and WinXP (of course it does, this
is Microsoft

), so this again get complicated. Hopefully you have WinXP therefore you can simply do this in the command line (no batch required):
FOR %1 IN (MyMod/d/*.d) DO WeiDU --traify %1 --dout ify-%1
(If that doesn't work take out the ify- (I haven't tried this yet) from the new filename and use the --out command.) If you want to use it in a batch file use %%1.
For Win9x it is more complicated. I won't go into it here, but I'll point you to a very good batch file help site:
http://ericphelps.com/batch/If there is a demand for this I could make up a series of simply batch files for mass decompiling/compiling, -traify-ing etc. (I might even be able to solve the --traify# problem.) I already have the basics a a cross-platform method for doing this, but
XP/NT users really only need to use the FOR command - it is extremely powerful. It's 9x users who are screwed