Hello everyone,
I'm currently developing a tool in Python using wxPython for my GUI.
Now I'm using wx.Shell() to execute commands to the command prompt.
Now this all works fine, but the command prompts keep popping up, is there a way to hide these?
Here's a copy of the modules I imported so far.
import wx
import os, sys
import string
import win32api
import re
Regards,
Olrik
Start Free Trial