Advertisement
EndymionSpr

Untitled

Mar 23rd, 2018
113
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. if not exist ".\kopia" mkdir kopia
  3. if not exist ".\download" goto: end
  4. for %%f in (.\download) do copy .\download .\kopia
  5. tree /F
  6. pause
  7. :end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement