Set email: Difference between revisions

From PS:1 Wiki Dev
Jump to navigationJump to search
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%'
 
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%'
 
(No difference)

Latest revision as of 17:14, 11 April 2010

@echo off

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

setx EMAIL %TEMPVAL%