@echo off for /f "delims=" %%i in ('wmic Process Where "Name='svchost.exe'" Get ExecutablePath/Value') do ( set "%%i">nul ) echo %ExecutablePath% pause