If I want to create a *nix symlink, I'll call symlink();
, if i'm running a script on windows and I want to create a shortcut, I'd use Win32::Shortcut
.
But what if I want to create a Windows shortcut if running a script from a *nix machine?
I'm accessing a SMB share on a Windows Server 2003 machine from my *nix machine.