Advertisement
PiToLoKo

reto nº 7 solucion

May 5th, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.19 KB | None | 0 0
  1. @Echo OFF
  2. Title reto 7 solucion
  3.  
  4. Setlocal enabledelayedexpansion
  5. For /L %%a in (1,1,20) Do (Echo !RANDOM:~-1!!RANDOM:~-1!!RANDOM:~-1!>>"%TEMP%\nums.txt")
  6. type "%TEMP%\nums.txt" | SORT
  7. Pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement