PDA

View Full Version : How to Hide Console when running from shell?


Renato Lima
11-17-2010, 09:44 AM
How to Hide Console when running from shell?

A console window keeps appearing like:

************************************************** ***********
** Loading code.py
************************************************** **********

how do I make it stop appearing? thanks

farshizzo
11-18-2010, 02:30 PM
Are you referring to when you double-click a script from explorer or when you manually execute the command line to run a script?

Renato Lima
11-18-2010, 02:58 PM
Are you referring to when you double-click a script from explorer or when you manually execute the command line to run a script?

I am referring to the window that pops up when I run it manually or when I launch it from another editor (like eclipse).

farshizzo
11-18-2010, 03:03 PM
Add the argument NO_CONSOLE after the script filename argument