Set email

From Pumping Station One
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 navigation Jump to search

@echo off

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

setx EMAIL %TEMPVAL%