I have few python ".py" files in my local system.
For example i have ".py" stored at location: "C:\Users\jack\Desktop\MyFiles"
my filenames are "my_prog1.py", "my_prog2.py" and ""my_prog3.py"
Now i want to write 4th Python script and execute all the above python script one by one in windows from the 4th python script.
Please guide me with the solution for above problem statement.
Thanks..!!