home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / triky / triky.exe / autoit-v3-setup.exe / Examples / Send.au3 < prev    next >
Text File  |  2004-09-22  |  126b  |  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.