Macro to enter text
-
Is it possible to use Triggercmd to enter predefined text anywhere where the cursor is?
I wanted to use Alexa to enter my password when I say "run password" using the echo "****" command but it doesnt work
Thanks
-
@zedsyd4-EZ, I'd use nircmd.exe for that.
For example, this would type "hello world":
nircmd.exe sendkeypress h e l l o spc w o r l dYou can download it here: https://www.nirsoft.net/utils/nircmd.html
-
@Russ Thanks, I tried using these formats but didnt work: "C:\Windows\nircmd.exe sendkeypress Password"
"C:\Windows\nircmd.exe" sendkeypress Password, and without quotes