I am trying to run a python script to run other python scripts.
The problem is that the other scripts I am trying to run are in a diffrent directory. And in those other python scripts it uses the os.getcwd()
function as well.
When the other scripts runs, it gets the working directory path via os.getcwd()
function. returns the current directory of the first orgin script that executed the other scripts
Im running the like this:
os.system("python "+ os.getcwd()+r"\BDJCOMPUTERREPAIR\poster1-1.py")