ikas-mc / ContextMenuForWindows11

Add Custom Context Menu For Windows11
GNU Lesser General Public License v3.0
1.85k stars 90 forks source link

建议:是否可以提供一个不包含文件后缀名的{path} #98

Closed Faith-YSQ closed 7 months ago

Faith-YSQ commented 11 months ago

最近想要给7zip添加一个解压到文件夹右键,但是在新建文件夹时如果有后缀名会导致创建失败

ikas-mc commented 11 months ago

下次更新 应该可以加上

目前可以使用powershell脚本处理

[System.Diagnostics.Process]::Start('"C:\Program Files\7-Zip\7zG.exe"',  '"x "{path}" -o"{parent}\' +[System.IO.Path]::GetFileNameWithoutExtension('"{name}"') + '"')

7z Extract.zip

ikas-mc commented 7 months ago

与https://github.com/ikas-mc/ContextMenuForWindows11/issues/99 合并 测试版已经加上了,actions编译版本