Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted by ButterMonkey ( 15 years ago )
ECHO Would you like use the stored user information?
ECHO Yes (y)
ECHO No (n)
SET Choice=
SET /P Choice=Type Y or N and press Enter:
IF NOT '%Choice%'=='' SET Choice=%Choice:~0,1%
ECHO.
IF /I '%Choice%'=='y' GOTO PreLoop
IF /I '%Choice%'=='n' Del /q "user.ini"
IF /I '%Choice%'=='n' GOTO SteamName
ECHO "%Choice%" is not valid. Please try again.
Revise this Paste