Advertisement
Alexqq11

3temfile

Dec 8th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.16 KB | None | 0 0
  1. @echo off
  2. set tempfile=1.tmp
  3. :f
  4. set /a R="%random% %% 100"
  5. if EXIST %tempfile% (
  6.     set tempfile=%R%%tempfile%
  7.     goto  f
  8.     )
  9. echo. > %tempfile%
  10. echo sucses!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement