Hi, could anybody help me with this error. I'm trying to run ppstats on a winnt 4.0 terminal server with iis 4.0 and active perl (the latest one), but when i'm running the script i'm getting the error 'setpriority 0,0,20'
thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, could anybody help me with this error. I'm trying to run ppstats on a winnt 4.0 terminal server with iis 4.0 and active perl (the latest one), but when i'm running the script i'm getting the error 'setpriority 0,0,20'
thanks in advance
If you had read the readme file then you would have found that on Windows systems you have to comment that line.
So open the file with notepad and put an # in front of the lien with setprioriy
#setpriority(0,0,20);