Type into in CMD

I have a question about type into in CMD.
I want write : in CMD,and Background operation.

if I cilck sendWindowMessage,it change : to ;
if I cilck simulateType ,it dosen’t write anything.

Thank U everybody.

1 Like

Not all UI elements can use simulate type unfortunately, in your case could you not create a powershell script and use invoke power shell instead?

1 Like

@maomao

Check ClickBeforeTyping and try once.

1 Like

Hi @maomao,
Very interesting case. At the moment seems that it’s not possible to use TypeInto for CMD in the background but I will take a look on this.

1 Like

good idea,I will try it and thank U very much.:grinning::grinning::grinning:

1 Like

It can’t work in the background and thank U all the same.

Thank U:grinning:

1 Like

hello @maomao
If you want You can use Start Process Activity Like this.
Your command should be in arguments bar
cmd

2 Likes

great!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.