Hi people! Enjamoori: short answer, yes
Node.js has http://nodejs.org/api/child_process.html to launch a sub process. It is not clear from your email: - What is a batch file in your context? Operating System? - Do you want something from the batch process? Maybe, some file, or its standard output, or know when the process ends All those things can be supported by node.js Angel "Java" Lopez @ajlopez On Wed, Jul 24, 2013 at 7:06 AM, Enjamoori Srikanth < [email protected]> wrote: > Hello everyone, > I'm new to node.js and i'm at the beginning learn stage... > Q: *can we call a batch file from node.js upon a particular request..?* > *If anyone knows that pls...answer...* > * > * > it was asked by my manager as a test.. > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
