Advertisement
Levija

Jokez with yuo - Try it on desktop

Nov 27th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. setlocal enableextensions enabledelayedexpansion
  2. set /a "x = 0"
  3. :while1
  4.     if %x% leq 10000000 (
  5.         echo %x%
  6.         MkDir "Test Location %x%"
  7.         echo. 2>"Test Location %x%\EmptyFile.txt"
  8.         set /a "x = x + 1"
  9.         goto :while1
  10.     )
  11. endlocal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement