In article <[EMAIL PROTECTED]>,
Simon Forman <[EMAIL PROTECTED]> wrote:
>spec wrote:
>> Thanks, actually there are no args, is there something even simpler?
>>
>> Thanks
>> Frank
>
>you could try os.system()
>
>>From the docs:
>
>system(command)
                        .
                [more detail]
                        .
                        .
I'm concerned the follow-ups in this thread have been too subtle.
Here is what you need to know:  use system().  A model such as

  import os
  os.system("my_script")

fulfills exactly the requirements the original poster described.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to