Guest User

Untitled

a guest
Jun 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @echo off
  2.  
  3. powershell -command "$bytes = [System.IO.File]::ReadAllBytes('%1'); [Convert]::ToBase64String($bytes) | Out-File -FilePath '%1.base64' -Encoding ASCII -NoNewline"
Add Comment
Please, Sign In to add comment