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

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