On Thursday 23 June 2005 01:19 am, Paul Watson wrote:
> "Gregory Piñero" <[EMAIL PROTECTED]> wrote in message 
> news:[EMAIL PROTECTED]
> os.system(r'"C:\Program Files\Mozilla Firefox\firefox.exe"' + '
> "www.blendedtechnologies.com"')
> 
> The goal is to have firefox open to that website.

You don't have any spaces between the command and the argument,
I would assume they'd be necessary. I also notice you are quoting
the quotes here, so I presume you actually need them (maybe this is
because you have an embedded space in the filename?).

Need I mention that using filenames with spaces is a great evil? ;-)

--
Terry Hancock ( hancock at anansispaceworks.com )
Anansi Spaceworks  http://www.anansispaceworks.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to