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.
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.
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?
Check ClickBeforeTyping and try once.
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.
good idea,I will try it and thank U very much.
It can’t work in the background and thank U all the same.
Thank U:grinning:
hello @maomao
If you want You can use Start Process Activity Like this.
Your command should be in arguments bar
great!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.