Help for this page

Select Code to Download


  1. or download this
    use Win32::Process qw( HIGH_PRIORITY_CLASS );
    
    ...
    
    $proc->SetPriorityClass(HIGH_PRIORITY_CLASS)
       or die($^E);