I have multiple python codes in different folders which have to run in a sequence. There are similar questions asked before but, the answers do not seem to work out. i have tried the following commands:
subprocess.check_call(["Python", "D:/demo/full_alg.py"])
subprocess.check_output(["Python", "D:/demo/full_alg.py"])
os.system("D:/demo/full_alg.py")
That full_alg.py file, when executed must print out a list of files on which the code was executed and create corresponding tiff files