Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. @echo off
  2. set max=1000
  3. set count=0
  4. :LOOP
  5. rdfc.exe H:\test-%count%.avi 750 MB
  6. set /A count=count+1
  7. if not %count%==%max% goto LOOP
  8. echo all done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement