>Process.Start("c:\test.vbs") works fine for running a local script
>locally, or even a remote script locally. Does anyone know how to run a
>remote script remotely? I have a small vbscript that has to be run on
>the server is located on, but is called by a .net application with many
>remote users.
Never found a direct way, but I know some workarounds.
As far as I know there are two tricks. One is creating a service that calls
the cscript test.vbs and start the service remotely. Never tried it with
scripts, but it should work.
The second way is using psexec from sysinternals
(http://www.sysinternals.com) It starts command line programs on a remote
server.
Hope this helps.
Joachim.

Signature
This post is free post; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
Joachim Verhagen
http://www.xs4all.nl/~jcdverha/ (Science Jokes)