Creating windows links on Linux?
Posted
by
Bart B
on Server Fault
See other posts from Server Fault
or by Bart B
Published on 2011-09-06T15:42:58Z
Indexed on
2013/11/10
15:59 UTC
Read the original article
Hit count: 445
linux
I'm running a SAMBA file store for our Windows users, and I'd like to automatically generate windows LNK files linking to other network shares that the user needs access to.
I've done quite a bit of googling and I can't find a way of creating windows links on Linux, or through Perl. I did find a perl module that looked promising in CPAN, but it will only run on Windows unfortunately.
If it's not possible to create .LNK files, perhaps there is an alternative solution people can suggest to allow the users to click on a file in one SAMBA store to be linked to a different SAMBA share?
Thanks,
Bart.
© Server Fault or respective owner