Creating a desktop shortcut
Published: February 22, 2017 - 3:16 PM
Hello,
First, I'd like to mention that I've looked at this link:
https://dev.tranquil.it/sphinxdocs/sour ... p_shortcut
Here's how I'm trying to create my shortcut in the setup.py file:
def session_setup():
create_user_desktop_shortcut(ShortcutName,target='targetFile','my.exe')
There must be something I'm missing.
Could someone describe the command in plain English?
Thank you
First, I'd like to mention that I've looked at this link:
https://dev.tranquil.it/sphinxdocs/sour ... p_shortcut
Here's how I'm trying to create my shortcut in the setup.py file:
def session_setup():
create_user_desktop_shortcut(ShortcutName,target='targetFile','my.exe')
There must be something I'm missing.
Could someone describe the command in plain English?
Thank you