Batch

Never let it be said that MS-DOS is dead; I’ve just saved at least thirty minutes with

FOR %%F IN (35 50) DO FOR %%n IN (7 9 11 13 15 20) DO ansi_exp_ten.exe < in\F0%%Fc%%n.in
FOR %%F IN (35 50) DO FOR %%n IN (7 9 11 13 15 20) DO ansi_exp_ten.exe < in\F0%%Fc%%nshift.in
FOR %%F IN (100) DO FOR %%n IN (11 13 15 20) DO ansi_exp_ten.exe < in\F0%%Fc%%n.in
FOR %%F IN (100) DO FOR %%n IN (11 13 15 20) DO ansi_exp_ten.exe < in\F0%%Fc%%nshift.in

Yay! FYI, this is part of an initial stage of my Part II psychology project; I might have some pretty graphs to show here at some point in the near future…:)

One Comment

  1. alsuren says:

    Yeah, so CMD.exe is made of fail… Especially if you can’t format scripts to make them look readable.

Leave a Reply