RunProgram: a JAR file, with parameters?

Everything else that doesn't fall into one of the other PB categories.
Seymour Clufley
Addict
Addict
Posts: 1267
Joined: Wed Feb 28, 2007 9:13 am
Location: London

RunProgram: a JAR file, with parameters?

Post by Seymour Clufley »

Does anyone know how to do this, if it's possible?
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
citystate
Enthusiast
Enthusiast
Posts: 638
Joined: Sun Feb 12, 2006 10:06 pm

Re: RunProgram: a JAR file, with parameters?

Post by citystate »

have you tried

Code: Select all

RunProgram("java","-jar "+filename$)
there is no sig, only zuul (and the following disclaimer)

WARNING: may be talking out of his hat
Post Reply