python scripts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • swartzbill2000@yahoo.com

    #1

    python scripts

    Hello,
    Is there a way to execute python scripts from within VB.Net?
    Bill

  • Rad [Visual C# MVP]

    #2
    Re: python scripts

    On 13 Apr 2007 08:59:07 -0700, swartzbill2000@ yahoo.com wrote:
    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
    --
    Bits.Bytes

    Comment

    Working...