IronPython will run directly from C# without Process.Start
The script file I want to load requires one parameter (filename
),
how do you write that out in C#?
Note: This will hopefully be a a conversion of a Python script to a Windows GUI application where you use the GUI to choose the file.