How to make batch files in Windows 7

type in “powershell”, don’t press enter
Right-click powershell from the choices and click ‘Run as administrator’ from the sub-menu.

Good point. This works instead:


for /l %a in (0, 1, 9) do for /l %b in (0, 1, 9) do for /l %c in (0, 1, 9) do type nul > filename%a%b%c.txt