running external programs from ASP (on local or remote machines) 
Author Message
 running external programs from ASP (on local or remote machines)

 Hi all,
I need to run external programs (e.g. executables, batch files, scripts) from
within an
ASP script (in javascript or VBScript) running on a Windows server. The external

programs may reside in some directory in the local Windows machine or some
remote machine operating under Windows or UNIX. What's the simplest and
fastest (in terms of runtime performance) way for doing this? i.e. connect to
the
other machine if needed, input data to the external program, run the program and

and fetch back the results to the ASP script? Are there any already available
javascript or vbscript functions that can do this?

Any pointers will be appreciated. I've looked around a bit in books and online
resources, but have not found a clear answer to what appears to be a simple
question.

Thanks, George

PS - Please cc any replies to my email address.



Sat, 24 Aug 2002 03:00:00 GMT  
 running external programs from ASP (on local or remote machines)
Try DCOM.

Joe H

Quote:

> Hi all,
>I need to run external programs (e.g. executables, batch files, scripts)
from
>within an
>ASP script (in javascript or vbscript) running on a Windows server. The
external

>programs may reside in some directory in the local Windows machine or some
>remote machine operating under Windows or UNIX. What's the simplest and
>fastest (in terms of runtime performance) way for doing this? i.e. connect
to
>the
>other machine if needed, input data to the external program, run the
program and

>and fetch back the results to the ASP script? Are there any already
available
>javascript or vbscript functions that can do this?

>Any pointers will be appreciated. I've looked around a bit in books and
online
>resources, but have not found a clear answer to what appears to be a simple
>question.

>Thanks, George

>PS - Please cc any replies to my email address.



Sun, 25 Aug 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. running external programs from ASP (on local or remote machines)

2. running external programs from ASP (on local or remote machines)

3. WshController: Remote script runs only on local machine not on remote machine

4. Remote script : create a file on local machine

5. Enumerate local users on a remote machine

6. Cause a program to execute on remote machine?

7. How to run an external program in VBScript

8. Running an external program

9. Running External Programs

10. Run External Program

11. VBScript shell: Run external program.

12. Running external program on Excel data

 

 
Powered by phpBB® Forum Software