Advertisement
EndymionSpr

Untitled

Mar 11th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @echo off
  2. if "%2" == "" goto :brak_parametru
  3. for %%f in (%1) do copy %1 ".\zwierzeta\%%f"
  4. tree /a /f .\zwierzeta
  5. goto :koniec
  6. :brak_parametru
  7. echo Brak parametru!
  8. :koniec
  9. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement