Reputation: 33
I was wondering how to create a shortcut in python to .pyw extensions and .exe's.
Upvotes: 0
Views: 974
Reputation: 799520
You need to create and use a IShellLink via COM.
Upvotes: 2