Guest User

Copy 01.txt 98 times

a guest
Jan 28th, 2015
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.10 KB | None | 0 0
  1. FOR /L %%x in (2, 1, 99) do IF %%x LSS 10 (
  2.   COPY 01.txt 0%%x.txt
  3. ) ELSE (
  4.   COPY 01.txt %%x.txt
  5. )
Advertisement
Add Comment
Please, Sign In to add comment