RE: Urgent please respond

2001-06-28 Thread Randy Layman
There is no way to start the execution of a batch file on one machine and have it run in the context of another. Microsoft does have several solutions to this. You probably want to look into their RConsole (part of the NT Resource Kit). A different approach might be to set up IIS on

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,

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