Use SUD/SU from http://www.loa.espci.fr/winnt/sud/sud.htm

It's free.
It lets you encrypt the entire password & execution parameters so people can't get at it... i.e.

Create a SU cfg file:
su -u DOMAIN\Account -p - -c "<path to program> <switches>" -C <path to config file>.cfg -S
It will prompt you for a password.

Run the config file anywhere at any time:
su -C <path to config file>.cfg

Without entering any password. the .cfg file is encrypted.

It runs as a service or console.
It's better than any other SU tool out there.

[ 29. August 2003, 16:19: Message edited by: t0a5t ]