Advertisement
Benjamin_Loison

Installation Steamcmd on windows

Jun 29th, 2018
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. mkdir C:\Apps\Steam
  2. cd C:\Apps\Steam
  3. powershell "& {$url='https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip';$c=new-object System.Net.WebClient;$c.DownloadFile($url,'%cd%\steamcmd.zip')}"
  4. powershell.exe -NoP -NonI -Command "Expand-Archive '.\steamcmd.zip' '.'"
  5. del steamcmd.zip
  6. steamcmd.exe
  7. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement