Scheduler ♣ Subprocess
Use Python to start other programs subprocess.Popen('/bin/gnome-calculator') subprocess.Popen('/bin/gnome-calculator') # Opens calculator twice
b2
Use Python to start other programs subprocess.Popen('/bin/gnome-calculator') subprocess.Popen('/bin/gnome-calculator') # Opens calculator twice