Guest User

Untitled

a guest
Jan 18th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. cd C:\
  2. mkdir tmplogs/k
  3. cp k\* .\tmplogs\k
  4. Compress-Archive -Path \tmplogs\k\* -DestinationPath "k-folder-logs-$(hostname).zip"
  5. rm -Force -Recurse \tmplogs
Add Comment
Please, Sign In to add comment