How to call another file

Peter Hansen peter at engcorp.com
Fri May 17 19:02:46 EDT 2002


Thomas Heller wrote:
> 
> "Kragen Sitaker" <kragen at pobox.com> wrote in message news:83vg9mu0fn.fsf at panacea.canonical.org...
> > I thought about "start"; unfortunately, it runs stuff in the
> > background and returns immediately, which is not what the OP wanted.
> >
> That's where the /WAIT switch is for, available on win2k at least:
> 
> os.system("start /WAIT mypage.html")
> 
> At the command prompt enter 'help start' for more information.

START /?  is always good too...



More information about the Python-list mailing list