"Philippe C. Martin" <[EMAIL PROTECTED]> wrote:
>
>For a few months now, I have been used .pyc script under XP without
>getting the "DOS" box.

You don't usually click on .pyc scripts.  You click on .py and .pyw
scripts.  .pyw files will not bring up a DOS box.

If you really want .pyc files to run without a DOS box, bring up a command
shell and type

    assoc .pyc=Python.NoConFile

(Actually, you should type "assoc .pyw" to make sure that is its file
type.)
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to