I am trying to find / write a password insertion script. I have a windows app with a password request and would like to use a "for to next"style to discover the password. ie I know the password is 8 chars. long starts with "A12345---" so I only need the last 3 numbers. But sitting at the console trying 000, 001, thru 999 etc is slow and besides being accident prone is mind numbing. This is not sotred in a SAM with a hash. This is a limitless serial protocol (ie Hardware device). Could someone help me out and point me in the right direction. - TIA. Hithi