Sorry for not being more specific, running in Windows XP for now, but would like to be able to run in on Server 2003 as well.
The program does not require any specific rights to run, it just has its own authentication that I would like to automate. Would running it with 'runas' actually input a username and password into the program?
Main Topics
Browse All Topics





by: jakopriitPosted on 2009-09-09 at 00:48:14ID: 25289031
let's start with the operating system that you run. please specify.
t.com /savecred "notepad \"my file.txt\""
assuming it is somewhat modern M$ Winduhs, you could script the program start using the command line utility "runas" like:
runas /user:user@domain.microsof
this can be run from a registry or from a .cmd/.bat file should you choose either way.