How do I write a batch script in windows that starts 2 python scripts and waits for both of them to return? and also terminates both of them if I terminate the batch script?
Already asked this and got no answers...Also looked for solutions here, but the ones listed do not wait for a return from execution of the python scripts.
EDIT: yes terminate it using ctrl+C