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 / ProcessSetPriority.au3 < prev    next >
Text File  |  2004-09-22  |  105b  |  5 lines

  1. Run("Notepad.exe")
  2. ProcessSetPriority("notepad.exe", 0)
  3. ; Notepad should now have Idle/Low priority
  4.  
  5.