我知道 7za.exe 支持较少数量的压缩格式,但我很好奇这两者之间还有什么不同之处,除此之外?
获得关于这些的一些额外信息将帮助我了解两者之间的一些权衡,并有助于确保我选择最好的一个来满足我的特定需求。
例如,我不确定一个是否比另一个快?假设 7za.exe 支持我需要的存档格式,那么两者在规格、功能和文档性能等方面有什么实质性区别?
我有很多“发送到”目的地。我想在“发送到”文件夹中创建子文件夹。这可能吗?当我尝试时,它只会在 SendTo 文件夹中创建一个真正的文件夹。
我想从“发送到”上下文菜单中选择一个项目,以扩展到该组的 SendTo 目的地列表。
find.exe
在 PowerShell 控制台 shell 中使用这些参数时,有什么令人反感的地方?
这些命令在cmd.exe
shell 中按预期工作:
PS C:\Windows\System32\WindowsPowerShell\v1.0> find /i "System.Diagnostics.Process" *.ps1xml
FIND: Parameter format not correct
PS C:\Windows\System32\WindowsPowerShell\v1.0> find /i "System.Diagnostics.Process" *.ps1xml
FIND: Parameter format not correct
PS C:\Windows\System32\WindowsPowerShell\v1.0> C:\Windows\System32\find.exe /i "System.Diagnostics.Process" *.ps1xml
FIND: Parameter format not correct
PS C:\Windows\System32\WindowsPowerShell\v1.0> C:\Windows\System32\find.exe /i "System.Diagnostics.Process" .\DotNetTypes.format.ps1xml
FIND: Parameter format not correct
Run Code Online (Sandbox Code Playgroud)