SDAuthUtilDevice source or auto launch??

S

skindiver

Without going into a lot of detail I have a custom device with a limited
display and limited keyboard (i.e. none).
I would like to run SDAuthUtilDevice.exe to make an auth connection to VS
via TCP/Ip for debug.
I can launch sdauthutildevice.exe via a remote telnet session. But it
requires pushing the START button (on the GUI) to kick things off.
Questions:

1) is there any command line parameters I can use to auto-start?
2) is the source code available for sdauthutildevice? (it seems to be a very
small program)

I know I can probably write another keypress program but this seems rather
messy.

DV
 
P

Paul G. Tobey [eMVP]

1. None that are well-known or documented, no.

2. No, not that I've been able to find.

I think that your best chance is to, after launching the application, use
FindWindow() to locate the start button and 'click' it.

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top