Author |
Message |
pedroinformatico
Joined: 27 Jan 2010 Posts: 14 Country: Chile |
|
problem with logon.exe |
|
i have a question
I'm developing a remote access application for Windows XP SP2, which consists of a Java application running logon.exe, but I have problem with logon.exe, when data leaves him to set the username and password in the same field, how could solve this problem?
|
|
Wed Jan 27, 2010 1:48 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7952
|
|
|
Wed Jan 27, 2010 2:44 pm |
|
 |
pedroinformatico
Joined: 27 Jan 2010 Posts: 14 Country: Chile |
|
|
|
yes the user field ,is where the writes user the password all together but once done this, is posed is the password field, but says wrong username or password and not write anything in this field.
I run it like this:
logon.exe-u administrator-p pass
the drafting excuse my English is not very good.
|
|
Wed Jan 27, 2010 3:03 pm |
|
 |
pedroinformatico
Joined: 27 Jan 2010 Posts: 14 Country: Chile |
|
|
Wed Jan 27, 2010 3:44 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7952
|
|
|
|
At the very minimum spaces are required before "-" symbols
 |
 |
logon.exe -u administrator -p pass |
If that doesn't help, try simple
 |
 |
logon.exe -p pass |
Does this work for you?
|
|
Wed Jan 27, 2010 5:18 pm |
|
 |
pedroinformatico
Joined: 27 Jan 2010 Posts: 14 Country: Chile |
|
|
|
I write "logon.exe -p pass" works fine but the cursor in the password field
but the problem is that we need him to set the username and password at the same time as there are many different users.
|
|
Thu Jan 28, 2010 9:33 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7952
|
|
|
|
Does Alt+U hot key changes input focus to the user name field?
Does Alt+P hot key changes input focus to the password field?
|
|
Thu Jan 28, 2010 9:42 am |
|
 |
pedroinformatico
Joined: 27 Jan 2010 Posts: 14 Country: Chile |
|
|
|
no, none of those combinations work.
you must activate them?
|
|
Thu Jan 28, 2010 10:57 am |
|
 |
pedroinformatico
Joined: 27 Jan 2010 Posts: 14 Country: Chile |
|
|
|
found that the combination of keys and land on the pasword field in Windows XP SP2 in Spanish is
alt + c
and land on the user's
alt + n
as these combinations can be changed?
|
|
Thu Jan 28, 2010 11:30 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7952
|
|
|
|
They are hard-coded, I guess when this program was originally developed, it was tested on English based systems only. The described hotkeys are used to set the focus to user and password fields before sending other keystrokes.
I'll check what can be done to update this program to support multi-lingual systems (Spanish, Portuguese, etc…). I'll suggest implementing additional command line parameters for controlling hotkeys.
|
|
Thu Jan 28, 2010 1:00 pm |
|
 |
pedroinformatico
Joined: 27 Jan 2010 Posts: 14 Country: Chile |
|
|
|
thank you very much
|
|
Thu Jan 28, 2010 1:22 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7952
|
|
|
|
Hi,
New version of logon utility is available here. Please try if that works for you. The command should be
logon.exe -u administrator -p pass -k n c
|
|
Wed Feb 10, 2010 11:14 am |
|
 |
pedroinformatico
Joined: 27 Jan 2010 Posts: 14 Country: Chile |
|
|
|
thank you very much
|
|
Thu Feb 11, 2010 3:40 pm |
|
 |
pedroinformatico
Joined: 27 Jan 2010 Posts: 14 Country: Chile |
|
|
|
I have a problem with this new version, when I run it like this:
 |
 |
logon.exe -u user -p pass -k n c |
passes the following error:
 |
 |
invalid comand line parameters -u, -p, -k |
|
|
Fri Feb 12, 2010 5:06 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7952
|
|
|
|
The version of the file on the FTP server has been updated.
Please try downloading one more time using the same link. If that version doesn't work for you, please let us know.
|
|
Wed Feb 17, 2010 2:51 am |
|
 |
|