So, I decided I'd make a replacement! And, here it is:
It's XP only at the moment, but I'll soon fix that

Download Binary
Download Source
Enjoy!
Code: Select all
npgm = RunProgram(EXEPGM, DIRECTORY, #PB_Program_Wait|#PB_Program_Hide|#PB_Program_Open|#PB_Program_Read)
while AvailableProgramOutput(npgm)
line.s = ReadProgramString(npgm)
... examine errors and others strings....
printn(line)
wend
Code: Select all
An attemped read or wite to/from an address to which that process isn't allowed