标题: [文件操作] 已使用过搜索功能,对于我来说太难了 [打印本页]
作者: snowbbbb 时间: 2022-7-16 10:54 标题: 已使用过搜索功能,对于我来说太难了
本帖最后由 snowbbbb 于 2023-8-14 19:19 编辑
感谢。批处理之家大神真是多。
作者: idwma 时间: 2022-7-16 13:54
- for /f "delims=" %%i in ('"wmic path win32_videocontroller get Name,CurrentVerticalResolution /value|findstr ."') do set %%i
- for /f "tokens=4" %%i in ("%Name%") do set Name=%%i
- if %CurrentVerticalResolution% equ 1080 if %Name% lss 2070 goto 1kdi
- if %CurrentVerticalResolution% equ 1080 if %Name% gtr 2070 goto 1kgao
- if %CurrentVerticalResolution% equ 1440 if %Name% lss 2070 goto 2kdi
- if %CurrentVerticalResolution% equ 1440 if %Name% gtr 2070 goto 2kao
复制代码
作者: snowbbbb 时间: 2022-7-16 14:52
回复 2# idwma
人好技术高!
作者: Batcher 时间: 2023-8-14 20:28
回复 1# snowbbbb
提醒一下,得到解决问题的方法之后,请不要把问题删掉!
http://bbs.bathome.net/thread-1870-1-1.html
http://bbs.bathome.net/thread-963-1-1.html
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |