I normally use the following shebang line and batch file format for my scripts on Windows 10
#!python
@py c:path\to\script.py %*
How must I change these to run pythonw?
Thanks
I normally use the following shebang line and batch file format for my scripts on Windows 10
#!python
@py c:path\to\script.py %*
How must I change these to run pythonw?
Thanks