Quote Originally Posted by ELD View Post
Any idea on how i can get all steam games to run through a custom command?
Here is the contents of a desktop file created by steam:
Code:
[Desktop Entry]
Name=World of Goo
GenericName=Steam game
Comment=Play this game
Exec=steam steam://rungameid/22000
Icon=steam_icon_22000
Terminal=false
Type=Application
Categories=Game;
So, if you know the game's id, you just need to call/start steam like this:
Code:
steam steam://rungameid/<game's_id>
Hope that helps.