0 replies on 1 page.
Here's a new DOS command I wasn't aware of:
“for %a in (xls pdf) do dir *.%a “
will return dir's for xls and pdf files...etc. Pretty cool stuff.
From http://gearbox.maem.umr.edu/~batch/dirx.htm
Read: DOS Syntax