If I want to create a * nix symbolic link, I will call symlink();if I run the script on Windows and I want to create a shortcut, I would use Win32::Shortcut.
But what if I want to create a Windows shortcut when running a script from a * nix machine?
I access the SMB resource on a Windows Server 2003 machine from my * nix machine.
source
share