Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mkdir C:\Apps\Steam
- cd C:\Apps\Steam
- powershell "& {$url='https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip';$c=new-object System.Net.WebClient;$c.DownloadFile($url,'%cd%\steamcmd.zip')}"
- powershell.exe -NoP -NonI -Command "Expand-Archive '.\steamcmd.zip' '.'"
- del steamcmd.zip
- steamcmd.exe
- exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement