Page 1 of 1

Running external programs from within Jade

Posted: Fri Aug 07, 2009 12:05 pm
by ConvertFromOldNGs
by pillick >> Fri, 18 Jan 2002 3:59:30 GMT

Hey.

Is there a way to run external programs from within a jade method?

I have several simple JAVA programs that were written by someone else, which create the .csv files I use to populate my Jade database.
I'd like to hide the calling of these programs behind a Jade application, so that it looks like one smooth process, without me having to rewrite the programs in Jade.

Its sheer lazyness, I know - but whos going to find out? =P

Re: Running external programs from within Jade

Posted: Fri Aug 07, 2009 12:05 pm
by ConvertFromOldNGs
by cnwjhp1 >> Mon, 28 Jan 2002 0:32:38 GMT

Could try node.createExternalProcess. - jp