<span class="q" id="q_1161c87c8e4d0def_0">Hello,<br><br>I want create Windows console window in stealth with Python script. I tried search on internet but I do not find anything. I want something like this just it is in C++:
<br><br> HWND stealth; /*creating stealth (window is not visible)*/<br> AllocConsole();<br> stealth=FindWindowA("ConsoleWindowClass",NULL);<br> ShowWindow(stealth,0);<br><br>So I start my script and that is will be run in the background and I can trick with "hotkeys" in WINAMP. I do not worry for a new one window. :-) I hope you understand me because my english is not perfect.
<br><br>Regards,<br><br>Adam</span>