How to get chrome version using command prompt in windows
问题 Is it possible to get version installed chrome version using command prompt in windows? Tried, "C:\Program Files\Google\Chrome\Application\chrome.exe" -version "C:\Program Files\Google\Chrome\Application\chrome.exe" --version "C:\Program Files\Google\Chrome\Application\chrome.exe" -product-version "C:\Program Files\Google\Chrome\Application\chrome.exe" --product-version When i do that, a browser instance is opening. What flag should I be using to get the version. I am using Windows 7. Google