arunkumars 14 Junior Poster

Hi,

The problem statement is:
there is an application on the clients machine, which has a event that is called from the form.
there is a VB script (a batch file), an .exe file, when clicked, this in turn creates a .doc file, this .doc file shud be displayed on the client machine. all these should be done on the server.

the probelm here is, i have done it which runs on the clients machine and displays the .doc file to the client, but, the running of the vb script shud be on the server side.

shud i use remoting for this, if so, how do i do it, help needed.

thank you.