Created
September 19, 2018 22:54
-
-
Save jtrent238/12cd5e6af57e672797c63a6153a71706 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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