RE: Urgent please respond

2001-06-28 Thread Randy Layman
suggested). Randy > -Original Message- > From: Suresh Krishna M (RBIN/DBA-JOT) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 27, 2001 11:18 PM > To: [EMAIL PROTECTED] > Subject: Urgent please respond > > > Hello ALL, > I have a problem regar

Re: Urgent please respond

2001-06-27 Thread pete
Why not run an Perl or other CGI-type program to execute your batch file, and invoke it remotely. (ASP, AFAIK, lacks the 'exec' command or similar)? You could do this equally well with servlets or most other web languages. Remeber to password-protect these scripts though. -Pete > I cant see

Re: Urgent please respond

2001-06-27 Thread Dmitri Colebatch
I cant see what this has to do with Tomcat, but essentially what you're asking for is RMI of a batch file. If you want to give me some details of what it is you're trying to do I'm happy to try and help, but I'd suggest taking it offline as it is not related to this list. cheers dim On Thu,

Urgent please respond

2001-06-27 Thread Suresh Krishna M (RBIN/DBA-JOT)
Hello ALL, I have a problem regarding the Runtime.getRuntime().exec(). I am trying to run a .bat file in a separate machine(the batch file is in a separate machine in the same domain and i mapped the machine with the batch file folder as T:\\).but when i use this Runtime.getRun