Does anyone know how to do this and have it actually work? I'm using .net I keep getting intermittent errors with pipes closing on me. It can be very dirty without error checking, this is something internal. This is just an aid for people that can't manage to send my script 16 parameters in proper order[Edited on March 4, 2009 at 10:33 AM. Reason : jsp, python, perl, etc don't care. just needs to work]
3/4/2009 10:32:56 AM
i haven't done this - but wouldn't cgi be good for this?
3/4/2009 10:58:46 AM
in .net there is a Process class that you can specify arguments for. use that to launch your script[Edited on March 4, 2009 at 11:07 AM. Reason : http://msdn.microsoft.com/en-us/library/h6ak8zt5.aspx]
3/4/2009 11:02:55 AM
problem found, psexec needs the -d option to be effectively called by the .net user
3/4/2009 11:51:43 AM
^^
3/4/2009 4:25:01 PM