Lug*_*axx 11 bash samba windows
是否可以在 Bash 中创建 Windows 快捷方式文件 (.lnk)?
不,我不是在谈论符号链接......
我需要在我的 Samba 共享中放置一些 Windows 快捷方式。
Lug*_*axx 14
下面是一个 Linux 工具的链接,它允许您创建 Windows 快捷方式。源代码在 Bash 和 C 中都可用:
http://www.mamachine.org/mslink/index.en.html
# Combine with WINE to target a path in a WINE installation
mslink.sh -l "$(winepath -w /linux/path/to/target )" -o /path/to/link.lnk
Run Code Online (Sandbox Code Playgroud)