james
james

Reputation: 33

Create shortcut to .pyw file from within python

I was wondering how to create a shortcut in python to .pyw extensions and .exe's.

Upvotes: 0

Views: 974

Answers (1)

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 799520

You need to create and use a IShellLink via COM.

Upvotes: 2

Related Questions