I am using python 2.7 on windows 7 64 bit machine. I am calling external application within python code as
os.startfile("D:\\dist\\NewProcess.exe")
This application(used py2exe for converting python script into an exe) uses two strings, which need to pass from parent process. So, how to pass these two strings, and how to get these strings in NewProcess.py file(may be by sys.argv argument)