how to run the python script from another script code example
Example 1: how to call a python script from another python script
import fileB
fileB.my_func()
Example 2: how to execute a python script
C:\Python27\python.exe C:\Users\Username\Desktop\my_python_script.py