scrappy
dxdiag /t %TEMP%\nv.txt
set n=Card name: NVIDIA GeForce GT 750M
set m=Card name: NVIDIA GeForce GT 1060
set l=Card name: NVIDIA GeForce GT 1080
FOR /f "tokens=1-5 delims= " %%a in (\'type %TEMP%\nv.txt^|find "%n%"\') do (copy d:\tools\pubg\750.ini E:\我的游戏\单机游戏\PUBG\GameOP\nmenu_res\GOP\2.ini 
)
FOR /f "tokens=1-5 delims= " %%a in (\'type %TEMP%\nv.txt^|find "%l%"\') do (copy d:\tools\pubg\1080.ini E:\我的游戏\单机游戏\PUBG\GameOP\nmenu_res\GOP\2.ini 
)
FOR /f "tokens=1-5 delims= " %%a in (\'type %TEMP%\nv.txt^|find "%m%"\') do (copy d:\tools\pubg\1060.ini E:\我的游戏\单机游戏\PUBG\GameOP\nmenu_res\GOP\2.ini 
)
exit

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-03
  • 2021-05-05
  • 2021-06-11
  • 2021-08-11
  • 2021-12-01
相关资源
相似解决方案