Type into activity type in wrong character from . to " or ' how to solve?

I ran the robot to type into command windows “cmd.exe” with default activity it change . to " while SimulateType not work and SendWindowMessage change . to ’

Tried direct String with “filename.txt” or using Variable yield the same result…
I successfully run in UiPath Studio 2017 but it failed on 2018 onwards…

Hey, I’m a little confused what your problem is.

If you need to type “, then you need to embed it inside other quotes,
“”“filename.txt””" or “”“”+variable+“”“”

Nope. I just want to type

Filename.ext

But instead it types

Filename”ext

Oh I see will try thank you.