 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
bwalsh
Joined: 01 Apr 2009 Posts: 1 Country: United States |
|
Logon.exe and special characters |
|
Logon.exe is a great program. I have a problem where I am trying to enter a % sign as a password. The application does not seem to recognize it. Is there anyway to input special characters. I tried ascii code and it did not work. Any help will be greatly appreciated.
|
|
Wed Apr 01, 2009 4:14 pm |
|
 |
DLUTER
Joined: 16 Mar 2007 Posts: 44 Country: United States |
|
|
|
I use that utility alot and the best way i've found to use it with "%" is as follows. Hope it helps.
//Unlock the desktop
dim vUser, string "-u user"
dim vPassword, string
dim vUnlock, string
//use a double% to represent a single in the final string
ConcatEx( "-p ", "%%", "Q6q*2WCh9^p", vPassword )
ConcatEx( "C:\\Program Files\\24x7 Automation 3\\utilities\\logon.exe ", vUser, vPassword, vUnlock )
RunandWait( vUnlock, "C:\\Program Files\\24x7 Automation 3\\utilities\\", 0, vProcess )
|
|
Fri Apr 24, 2009 2:25 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|