Skip to content

Instantly share code, notes, and snippets.

@sistematico
Created May 12, 2016 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sistematico/886d8751a97a9c18850c910945d1f8a5 to your computer and use it in GitHub Desktop.
Save sistematico/886d8751a97a9c18850c910945d1f8a5 to your computer and use it in GitHub Desktop.
Atualiza o servidor de CS:S
@echo off
title Counter-Strike: Source Server UPDATE
cd C:\steamcmd
steamcmd.exe +runscript css.txt
@exit
@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