question

MarcoGir86-8968 avatar image
0 Votes"
MarcoGir86-8968 asked MarcoGir86-8968 commented

Visual Basic script send character

Hi
OS Windows server 2012
I'm wrote vbs script that open command line session, then open putty (ssh) session, when the connection is up and I try to send "@" in a string it convert it in "o".

This is the only character that wrong, I'm tried to send many other character like this: ?!"£$£" and it works. I'm tried to send by decimal code etc but nothing

Have anyone any idea about it?

Thanks
Marco

vs-general
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.


How are you trying to send the characters?


0 Votes 0 ·

The characters are read by txt file but the "@" are write directly in the script in vbs.
I tried direct by key or by unicode style "Chr(64)"

0 Votes 0 ·

0 Answers