Alexnb wrote:
Try os.startfile() instead. It should work better.
-- Gerhard
Okay, so what I want my program to do it open a file, a music file in
specific, and for this we will say it is an .mp3. Well, I am using the
system() command from the os class. [...]
>
system("\"C:\Do cuments and Settings\Alex\M y Documents\My
Music\Rhapsody\ Bryanbros\Weeze r\(2001)\04 - Island In The Sun.wma\"")
[...]
specific, and for this we will say it is an .mp3. Well, I am using the
system() command from the os class. [...]
>
system("\"C:\Do cuments and Settings\Alex\M y Documents\My
Music\Rhapsody\ Bryanbros\Weeze r\(2001)\04 - Island In The Sun.wma\"")
[...]
-- Gerhard