Forum Discussion
HKosova
Alumni
12 years agoGlad to help!
Just one note - your code runs the Python script twice. Use either SetWorkingFolder + Run("C:\\..."), or just Run("cmd /c ..."), not both.
Just one note - your code runs the Python script twice. Use either SetWorkingFolder + Run("C:\\..."), or just Run("cmd /c ..."), not both.