Created
May 12, 2016 03:39
-
-
Save sistematico/886d8751a97a9c18850c910945d1f8a5 to your computer and use it in GitHub Desktop.
Atualiza o servidor de CS:S
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title Counter-Strike: Source Server UPDATE | |
cd C:\steamcmd | |
steamcmd.exe +runscript css.txt | |
@exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ShutdownOnFailedCommand 1 | |
@NoPromptForPassword 1 | |
login anonymous | |
force_install_dir C:/servidor/css/ | |
// Source | |
app_update 232330 validate | |
// CS:GO | |
//app_update 740 validate | |
quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment