DOS Syntax
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.
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.
Comments have been disabled for this content.