it runs on my site, if I fully qualify the PSLIST's directory:
LIBRARY rxcmd
report.0=0
SAY command("c:\programme\reginald\pstools\pslist.exe",'report',,)
SAY report.0
x=1
IF report.0\=0 THEN DO UNTIL x=report.0
SAY x report.x
x=x+1
END
But I think I remember also the example Jeff is refering ... |