I usually point Visual Studio to a custom startup.py script, any other batch files that I can run using:
# startup.py import os import main.py
In visual studio
- Right click on the project
- The properties
- Are common
- In the "Startup File" section, enter
startup.py (whatever) - Make sure your working directory is correct.
source share