Created
November 6, 2020 08:00
-
-
Save jesusjimsa/8b9e86ecfa36a1338a775c821dbc00fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
for /f "skip=1 tokens=2 delims==" %%A in ('wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature /value') do set /a "HunDegCel=(%%~A*10)-27315" | |
echo %HunDegCel:~0,-2%.%HunDegCel:~-2% Degrees Celsius |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment