PDA

View Full Version : Passing arguments to a published executable


mhlee0000
02-18-2011, 02:20 AM
Hi,

Is there any way to pass arguments to a published executable?
Such as new image files?

farshizzo
02-22-2011, 11:05 AM
You can pass arguments through the command line and access them using the sys.argv argument list.