python scripts

  • Thread starter Thread starter swartzbill2000
  • Start date Start date
Hello,
Is there a way to execute python scripts from within VB.Net?
Bill

Depending on what the scripts do you could Process.Start the python
interpreter and pass the .py file as an argument
 
Back
Top