Forum Discussion

abhinav's avatar
abhinav
New Contributor
6 years ago

Calling another script using subprocess.call method in python script

Hi Team, we have requirement to call script from current python script.to call another script i’m using subprocess.call method. subprocess.call(r"C:\Python27\python.exe" + " " + r"C:\Test\Scripts...