SDAuthUtilDevice source or auto launch??

  • Thread starter Thread starter skindiver
  • Start date Start date
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
 
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.
 
Back
Top