hi everybody
i want to run messenger from my program.. :
from os import *
system("C:\Prog ram Files\Windows Live\Messenger\ msnmsgr.exe")
but it gives error- 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
what to do? how can i run messenger from my program?
thanks alot.
i want to run messenger from my program.. :
from os import *
system("C:\Prog ram Files\Windows Live\Messenger\ msnmsgr.exe")
but it gives error- 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
what to do? how can i run messenger from my program?
thanks alot.
Comment