dxdiag /t output.txt
FOR %%GeForce IN output.txt DO echo You have an NVIDIA GPU.
FOR %%Radeon IN output.txt DO echo You have an AMD GPU.
以上是我创建的批处理文件的片段。当我运行它时,会出现以下错误消息:
%GeForce was unexpected at this time.
批处理文件退出。我已经尝试过其他答案,但似乎没有任何帮助。我的语法有什么问题吗?我在 Dell Latitude E6400 上运行 Windows XP SP3。