Dunkelgrn Jun 11, 2023 @ 3:59am
Steam Console in CMD
Hey there,

Is there any way to run Steam console commands in the cmd from windows and the terminal in linux?

I've tried to ran the steam.exe and steam://open/console with the parameters, but without success.
< >
Showing 1-7 of 7 comments
LuckyStrike Jun 11, 2023 @ 4:16am 
https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-Line_Parameters_4

if you just want to run steam from command line without any gui, try steamcmd
Last edited by LuckyStrike; Jun 11, 2023 @ 4:33am
Dunkelgrn Jun 11, 2023 @ 4:28am 
Originally posted by Blood Princess:
You can also create a shortcut and add in: -console (as target) then Steam will launch with the console activated.

Example: H:\Steam\steam.exe -console

Yes i know. But i just wanna execute specific Steam console commands in a batch/bash script
Dunkelgrn Jun 11, 2023 @ 4:37am 
Originally posted by LuckyStrike:
https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-Line_Parameters_4

if you just want to run steam from command line with any gui, try steamcmd

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
LuckyStrike Jun 11, 2023 @ 4:45am 
you can use
app_update <appid> [-validate] [-language <lang>] [-beta <betaname>] [-betapassword <pwd>] Make sure a Steam application is up-to-date
with steamcmd

e.g. as batch:
start /W steamcmd.exe app_update <appid> -validate
steamcmd.exe app_run <appid>
Dunkelgrn Jun 11, 2023 @ 5:40am 
Originally posted by LuckyStrike:
you can use
app_update <appid> [-validate] [-language <lang>] [-beta <betaname>] [-betapassword <pwd>] Make sure a Steam application is up-to-date
with steamcmd

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?
LuckyStrike Jun 11, 2023 @ 5:47am 
as you can see from the command list that I've linked earlier there is no app validate command for steam

But it don't really know what you're trying to accomplish. A script that only updates / validates games without launching them?
Minecrafter Apr 17, 2024 @ 6:19am 
Originally posted by LuckyStrike:
as you can see from the command list that I've linked earlier there is no app validate command for steam

But it don't really know what you're trying to accomplish. A script that only updates / validates games without launching them?
there is now
app_mark_validation - <appId> <0|1:full>
and
app_start_validation - <appId>
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Jun 11, 2023 @ 3:59am
Posts: 7