ExecPri plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Adding new author and category links.)
m (Execute & Set Priority moved to ExecPri plug-in)
 
(No difference)

Latest revision as of 21:52, 26 December 2005

Author: KiCHiK (talk, contrib)


Links

ExecPri.zip (5 KB)

Description

A plug-in that lets you execute process and choose their priority class.

To "install" the plug-in, extract ExecPri into your plugins directory in your NSIS directory.

This plug-in should work with version prior to NSIS 2 too (using CallInstDLL).

The working directory is $OUTDIR.

Usage

ExecPri::ExecWait "myprog.exe" "priority_class"

priority_class can be one of the following:

  • normal
  • above normal
  • below normal
  • high
  • realtime
  • idle