Set email

From PS:1 Wiki Dev
Revision as of 17:14, 11 April 2010 by Mjbraun (talk | contribs) (Created page with '@echo off set /p TEMPVAL=Please enter the email address to receive rip results and press return: %=% setx EMAIL %TEMPVAL%')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

@echo off

set /p TEMPVAL=Please enter the email address to receive rip results and press return: %=%

setx EMAIL %TEMPVAL%