Skip to content

Instantly share code, notes, and snippets.

@jtrent238
Created September 19, 2018 22:54
Show Gist options
  • Save jtrent238/12cd5e6af57e672797c63a6153a71706 to your computer and use it in GitHub Desktop.
Save jtrent238/12cd5e6af57e672797c63a6153a71706 to your computer and use it in GitHub Desktop.
@echo off
@timeout off
set num=0
:loop
echo Successfuly added app with ID: %num%.
echo Successfuly added app with ID: %num%.>>steamgameadder.log
set /A num=%num%+1
::pause
goto loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment