Advertisement
alphauser420

notepad

Mar 12th, 2024
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ; Open Notepad
  2. Run("notepad.exe")
  3. Sleep(1000)
  4. ; Type some text
  5. Send("Hello, AutoIt!")
  6. ; Wait for a moment
  7. Sleep(2000)
  8. ; Close Notepad
  9. WinClose("Untitled - Notepad")
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement