YF-GoogleCodeBackups / greatagent

Automatically exported from code.google.com/p/greatagent
0 stars 0 forks source link

不能自动打开goagent-win8 #138

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
批处理建议增加系统版本判断,然后调用对应的goagent程序,�
��在我只能手动打开goagent-win8.exe了

Original issue reported on code.google.com by Wong.Syrone on 9 Jun 2014 at 12:42

GoogleCodeExporter commented 8 years ago
应该判断了呀
你在cmd下执行ver把结果给我看看

Original comment by wwqgtxx on 9 Jun 2014 at 4:00

GoogleCodeExporter commented 8 years ago
6.3.9600  win8.1 pro

Original comment by Wong.Syrone on 9 Jun 2014 at 4:41

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
ver | find "6.2." > NUL &&  start goagent-win8.exe  
 这是你写的判断,版本应该再加一行 8和8.1貌似不同

Original comment by Wong.Syrone on 9 Jun 2014 at 4:44

GoogleCodeExporter commented 8 years ago
应该要加上
ver | find "6.3." > NUL &&  start goagent-win8.exe
win8和win8.1的版本号不同

Original comment by a...@live.cn on 9 Jun 2014 at 5:00

GoogleCodeExporter commented 8 years ago
谢谢了,等有时间,就修改

Original comment by wwqgtxx on 9 Jun 2014 at 6:13

GoogleCodeExporter commented 8 years ago
https://github.com/greatagent3/ga/commit/6eaa880be9357c551a446eb8c609d94c37f9928
b

Original comment by wwqgtxx on 14 Jun 2014 at 8:05