Board index » cppbuilder » fire off and wait for executable jar
kishjeff
![]() CBuilder Developer |
kishjeff
![]() CBuilder Developer |
fire off and wait for executable jar2008-03-07 05:45:21 AM cppbuilder102 Hi. I am using cbuilder 6. I'm wondering is there any 'recommended' way to fire off an executable jar file from within my application? I need to wait for it's completion, and then check to see if it left any files behind. This is strictly windows. thanks Jeff |
kishjeff
![]() CBuilder Developer |
2008-03-07 11:48:09 PM
Re:fire off and wait for executable jar
On Mar 6, 4:45 pm, kishjeff < XXXX@XXXXX.COM >wrote:
QuoteHi. flash. I put it all in a bat file, but the same thing happened when I used ShellExecute on the bat file. I guess I need to try to get the return code from the bat file into my application. |
kishjeff
![]() CBuilder Developer |
2008-03-07 11:58:03 PM
Re:fire off and wait for executable jar
On Mar 7, 10:48 am, kishjeff < XXXX@XXXXX.COM >wrote:
QuoteOn Mar 6, 4:45 pm, kishjeff < XXXX@XXXXX.COM >wrote: jar executable to just be silent).. but how can I get the code returned by the jar application into my c++ app? {smallsort} |
kishjeff
![]() CBuilder Developer |
2008-03-08 12:56:27 AM
Re:fire off and wait for executable jar
On Mar 7, 10:58 am, kishjeff < XXXX@XXXXX.COM >wrote:
QuoteOn Mar 7, 10:48 am, kishjeff < XXXX@XXXXX.COM >wrote: "parm2","parm3",NULL); thanks to a precambrian post in a related newsgroup! took a while to find. |