Page 1 of 1

Runas over network using variables for credentials

Posted: 10 Aug 2010 17:50
by zeromod
Ok, I'm going to throw this out there. I'm not sure this is even a possibility in the way that runas works but I need some insight. The following snippets fail to run over a network and I think it's the way that runas works. Can I use variables in runas netonly to pass the user credentials?

Code: Select all

runas /netonly /user:%IPAddress%\%User% "\siebel\8.1\client_1\bin\fixdsn.exe"
goto End