jtriangle
New Member
I know it's possible to pull a sensor value with the %v perameter as per this thread: http://www.hwinfo.com/forum/Thread-...-run-a-program?highlight=environment+variable
What I'm wondering is how that happens? I'm using an app called mailsend to send me an email/text when my server gets hot, but I can't seem to get it to spit out how hot it is.
Here's my code sofar:
This does work, but the %v parameter doesn't fill, it just says "v"
What I'm wondering is how that happens? I'm using an app called mailsend to send me an email/text when my server gets hot, but I can't seem to get it to spit out how hot it is.
Here's my code sofar:
Code:
c:\mailsend.exe -to [email protected] -name "%COMPUTERNAME%" -from [email protected] -starttls -smtp mymailserver.net -port 587 -sub " %COMPUTERNAME% TEMP WARNING %time%" -M "%COMPUTERNAME% temperature threshhold (60C) was exceeded on: %date% %time% Current Temperature is %v " +cc +bc -q -auth-plain -user "myusername" -pass "mypassword"
This does work, but the %v parameter doesn't fill, it just says "v"