import os
os.system('cscript.exe /from:[email protected] /to:[email protected]'
"C:\\Program Files\\nasa\\nmail.vbs")nmail.vbs works. I need to make it work from a python script. Thanks. -- http://mail.python.org/mailman/listinfo/python-list
import os
os.system('cscript.exe /from:[email protected] /to:[email protected]'
"C:\\Program Files\\nasa\\nmail.vbs")nmail.vbs works. I need to make it work from a python script. Thanks. -- http://mail.python.org/mailman/listinfo/python-list