gpt4 book ai didi

PowerShell:使用 Powershell 检查 Firefox 版本

转载 作者:行者123 更新时间:2023-12-02 22:37:22 24 4
gpt4 key购买 nike

尝试使用 powershell bat 脚本卸载 firefox。但我需要知道当前运行的是哪个 Firefox 版本以及 program files/! 下的文件夹名称是什么?我写了很多长脚本,例如:https://p0w3rsh3ll.wordpress.com/2012/02/19/get-firefoxinfo/

但我只想要一些简单的东西,它只返回当前的 firefox 版本。

最佳答案

Firefox specifically contains a command-line option to get the version ,以及有关如何在 Windows 上使用它的说明。这一行将获取您当前的 Firefox 版本(假设您在正确的文件夹中或者您的 Firefox 在系统路径中):

$ffversion = [string](.\firefox.exe -v| Write-Output)

| Write-Output 位是至关重要的,目前,由于记录在案的错误。然后将结果转换为字符串(也是必需的)并在此处保存为变量。

关于PowerShell:使用 Powershell 检查 Firefox 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29831896/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com