home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 January / PCWELT_1_2006.ISO / pcwsoft / autoit-v3-setup.exe / Examples / Send.au3 < prev    next >
Encoding:
Text File  |  2004-09-22  |  126 b   |  6 lines

  1. Send("#r")
  2. WinWaitActive("Run")
  3. Send("notepad.exe{Enter}")
  4. WinWaitActive("Untitled -")
  5. Send("Today's time/date is {F5}")
  6.