So erhalten Sie den Batterieprozentsatz mithilfe der Stapeldatei

# Type this command in cmd or powershell
powershell -command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
Weary Weasel