Most of it's explained in the title. Basically I want to open another Python program from within a Python Program but without a console appearing in the background. Here is the line of code I'm using at the moment:
os.system('Connect1.pyw')
Any help would be great!