Skip to content

Instantly share code, notes, and snippets.

@denblackstache
Last active April 28, 2016 07:13
Show Gist options
  • Save denblackstache/b82ff14509d71119bce6 to your computer and use it in GitHub Desktop.
Save denblackstache/b82ff14509d71119bce6 to your computer and use it in GitHub Desktop.
Steam idling without Installing the game
@echo off
set /p steamappid=Enter Steam App ID:
echo %steamappid% > steam_appid.txt
echo running steam app id %steamappid%
C:\\Python27\\python.exe -c "import time; import ctypes; s=ctypes.CDLL('steam_api.dll'); s.SteamAPI_Init(); time.sleep(9999);"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment