Bash scripting 101: Chapter 3: For he'$ a jolly good fellow (loopy loops)(the windows user page)





XP NT users can do something similar to this:

for %I in (com edu gov org net) do host %1.%I

win9x me users can do:

host %1.edu
host %1.net
host %1.com
and so forth



and put them in bat files

no explanation for these given, you run windows, suffer the consequences of calling microsoft support ;-p




w0nderer