PDA

View Full Version : Passing arguments to a published executable


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

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

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