Hi I have a rdp client and i run a script autoit who cannot send the dot " . " to the remote machine
For every other character there is no problem, but when i use send(".") or send("{ASC 046)") none is sent
If i press the key " . " on the keyboard the char is sent without problems,
Send function do not should be like a key press?