Message306476
It seems to me that the best way is to add the following line at the start of the script:
@path\to\python -x %0 %* & exit /b
Or
@py -3 -x %0 %* & exit /b |
|
| Date |
User |
Action |
Args |
| 2017-11-18 08:47:13 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, paul.moore, vstinner, tim.golden, zach.ware, steve.dower |
| 2017-11-18 08:47:13 | serhiy.storchaka | set | messageid: <1510994833.96.0.213398074469.issue32050@psf.upfronthosting.co.za> |
| 2017-11-18 08:47:13 | serhiy.storchaka | link | issue32050 messages |
| 2017-11-18 08:47:13 | serhiy.storchaka | create | |
|