PDA

View Full Version : remote scripting without windows scripting (NET)



zugzug
01-04-2006, 06:13 PM
Hi. Not sure if this is the right place to post this, but here we go.

I'm looking for a simple way to execute a remote shell script from an application. I think I have found a way to do it by creating a process from the app, which calls a vbscript, which calls a remote vbscript, which in turn calls the shell script.

Does anyone know of an easier way to do this? either with or without windows scripting.

Thank you.