tieyiren 当前离线
列兵
apang 当前离线
上将
@echo off for /f "tokens=1,2" %%a in ('wmic path win32_desktopMonitor get screenHeight^,screenWidth^|findstr "^[1-9]"') do ( if "%%b*%%a"=="1280*1024" echo a.exe if "%%b*%%a"=="1680*1050" echo b.exe ) pause复制代码
评分人数
TOP