This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients Bernát Gábor, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-07-21.08:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500625954.99.0.267812822398.issue30979@psf.upfronthosting.co.za>
In-reply-to
Content
That depends on the shortcut. I have some shortcuts that are designed to be run from the command line (e.g. python.lnk), which take arguments and inherit the working directory of the parent process. I add .LNK to PATHEXT so I can run them as commands without a filename extension. os.startfile doesn't allow passing command-line arguments to these shortcuts.
History
Date User Action Args
2017-07-21 08:32:35eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Bernát Gábor
2017-07-21 08:32:34eryksunsetmessageid: <1500625954.99.0.267812822398.issue30979@psf.upfronthosting.co.za>
2017-07-21 08:32:34eryksunlinkissue30979 messages
2017-07-21 08:32:34eryksuncreate