Jak uzyskać procent baterii za pomocą pliku wsadowego

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