Advertisement
raava403

Untitled

Oct 7th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. @echo off
  2. move *.png D:\Pictures\Downloads
  3. move *.jpg D:\Pictures\Downloads
  4. move *.jpeg D:\Pictures\Downloads
  5. move *.psd D:\Pictures\Downloads
  6. move *.gif D:\Pictures\Downloads
  7. move *.webp D:\Pictures\Downloads
  8. move *.zip D:\Downloads\Compressed
  9. move *.rar D:\Downloads\Compressed
  10. move *.exe D:\Downloads\Programs
  11. move *.msi D:\Downloads\Programs
  12. move *.iso D:\Downloads\Programs
  13. move *.msu D:\Downloads\Programs
  14. move *.img D:\Downloads\Programs\Images
  15. del *.torrent
  16. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement