sendkey problem

  • Thread starter Thread starter Anders Andersson
  • Start date Start date
A

Anders Andersson

Hi!

I want to open start menue (win xp) by using sendkey "~{ESC}" but it
doesn't work.

Please, can anyone help me?

Thanks in advance
 
What do you actually want to do by opening the start menu - do you want to
start an application?
 
I want to start the file "SOFTITSMS21.EXE".
I have tryed to use shell but the problem is that the program ask me to
fill in the username, acount and password everytime i start this
program.
If I start this program by DBL click it works fine.
For that reason I want to try another way if it's possible.
 
Maybe you could change drives, folders and then start your program.

(or even create a .bat file that includes those kinds of commands).

Some (really) old programs used to keep values in .INI files. If it couldn't
find the associated .ini file, then the programs would ask you to re-enter them.

I would think that modern programs would keep those things in the registry or
know where to look.

But I don't know what SOFTITSMS21.EXE is. (And neither did google when I
searched.)
 
Maybe you could create a file that has the username, account and password,
then use a bat file to start the program and direct this file as input.

I guess it would depend on how the program is designed to accept input.

It sounds odd that if you start it with shell it asks for information, but
double clicking it doesn't.

Perhaps you can determine if the file takes command line argument to control
the prompting.
 

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

Similar Threads

SendKeys with enter 1
SendKeys + Dialog 1
SendKeys 5
Converting macros from Excel 2003 to Excel 2010 - Client Access dialog 3
Userform.Show after sendkeys 1
Sendkeys 6
Macros 4
modeless dialog box 4

Back
Top