Python Run Bat im neuen CMD -Fenster

import subprocess

p = subprocess.Popen('a.bat', creationflags=subprocess.CREATE_NEW_CONSOLE)
aso