Greetings,

I am trying to write a python script that, when called from the DOS prompt, 
will call another python script and pass it input variables.  My current code 
will open the other python script but doesn't seem to pass it any values:

import os,sys,subprocess
subprocess.Popen(['python.exe','C:\NDEX\GRE2\uip\uip_20.py','t3c*'])

Am I missing something or is this type of call not possible through DOS?

Thanks,
PEnergy
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to