Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
if you just want to run steam from command line without any gui, try steamcmd
Yes i know. But i just wanna execute specific Steam console commands in a batch/bash script
With steamcmd you can't run commands like app_start_validation which i need. And in the best case, there schould be no need to download anything
e.g. as batch:
start /W steamcmd.exe app_update <appid> -validate
steamcmd.exe app_run <appid>
Ah nice, thanks.
But this isn't possible with the steam client itself, is it?
But it don't really know what you're trying to accomplish. A script that only updates / validates games without launching them?
app_mark_validation - <appId> <0|1:full>
and
app_start_validation - <appId>