CODE: [Copy to clipboard]@echo off for /f "tokens=2 delims==" %%a in ('wmic datafile where "Name='c:\\test\\shortcut.exe'" get Manufacturer /value') do echo 公司名称:%%a