I need to access windows messaging which does not appear to be available in
batch mode. The interaction is through program automation (send keys). The
program being manipulated has no command line version, no parameters, no
config options, it can only be run one way, through the gui. Now if I could
login the account in the foreground as suggested, the process in question
works fine but I don't know how to schedule or automate a logon other than
doing an auto logon on boot which isn't an option due to client policy. If I
was able to figure out how to logon, run process, logoff I could do that.
I've started looking into the possibility of doing it as part of a service as
it seems they don't login in batch mode but I haven't gotten too far with
that approach due to a large pile of work on other projects. Open to any
ideas.
Thanks.