Create windows shortcuts (.lnk files) from anywhere
Project description
Summary
=======
Create windows shortcuts (`.lnk` files) from anywhere, including linux..
Python adaptation of some bash/C from
http://www.mamachine.org/mslink/index.en.html that seems to work. I have no
clue how.. All credits go to that author for deciphering the specifications
laid out by Microsoft here:
http://msdn.microsoft.com/en-us/library/dd871305.aspx
This currently is able to at least create local windows shortcuts.
Installation
============
To install: ``pip install swinlnk``
Example
=======
```python
from swinlnk.swinlnk import SWinLnk
swl = SWinLnk()
swl.create_lnk('W:\\Foo\\Bar', '/mnt/win_share/playground/Bar_winlink.lnk')
```
=======
Create windows shortcuts (`.lnk` files) from anywhere, including linux..
Python adaptation of some bash/C from
http://www.mamachine.org/mslink/index.en.html that seems to work. I have no
clue how.. All credits go to that author for deciphering the specifications
laid out by Microsoft here:
http://msdn.microsoft.com/en-us/library/dd871305.aspx
This currently is able to at least create local windows shortcuts.
Installation
============
To install: ``pip install swinlnk``
Example
=======
```python
from swinlnk.swinlnk import SWinLnk
swl = SWinLnk()
swl.create_lnk('W:\\Foo\\Bar', '/mnt/win_share/playground/Bar_winlink.lnk')
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
swinlnk-0.1.4.tar.gz
(4.2 kB
view details)
File details
Details for the file swinlnk-0.1.4.tar.gz
.
File metadata
- Download URL: swinlnk-0.1.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bafb1701f09f80a99a97cce93940548e58b9d3e5a3f8c8c6093343a7d74eddb7
|
|
MD5 |
13d60219cb8394f32b83e67af8cfcff1
|
|
BLAKE2b-256 |
ed6e67197b79e2d151ab4bc448ee205fbe2ee0d478c54be31712757011fc21eb
|