Creating a shortcut
Published: July 1, 2016 - 10:45 PM
Good evening,
I'm brand new here and have a lot to learn!
So, my first question will probably seem simplistic, but I'm already stuck...
Looking at the generated setup.py file, I hope to understand and grasp some of the syntax.
But for now, I don't see how I can create a shortcut anywhere other than on the public desktop.
For example, for an executable program (avimeca in this case):
`create_desktop_shortcut(r'avimeca2', target=r'C:\Program Files (x86)\avimeca2\avimeca2.exe')`.
Do you have an example of the command to enter so that the shortcut is created in the desired folder?
Thank you,
Franck
I'm brand new here and have a lot to learn!
So, my first question will probably seem simplistic, but I'm already stuck...
Looking at the generated setup.py file, I hope to understand and grasp some of the syntax.
But for now, I don't see how I can create a shortcut anywhere other than on the public desktop.
For example, for an executable program (avimeca in this case):
`create_desktop_shortcut(r'avimeca2', target=r'C:\Program Files (x86)\avimeca2\avimeca2.exe')`.
Do you have an example of the command to enter so that the shortcut is created in the desired folder?
Thank you,
Franck