How do I make notepad type something? I already have the lines
start notepad
then I want to type something else to type in something I want it to type in and if so can you make it so it types one bit of a word every half a second or something? Thanks :3
What
I'll translate,
[quote]
I want to make a batch file that starts notepad and types in some text. I already have this code:
[code]
start notepad
[/code]
Then I want to add some code that makes the notepad program have text be typed it, something like type_text "blaguehriugh" for example. How do I do this in batch? Could it be typed with each character every half second?
[/quote]
autohotkey or autoit. They are macro programs, which is what you're looking for.
Sorry, you need to Log In to post a reply to this thread.