> How do you get a TSR to work successfully in turbo
> pascal 6.0 ???
> What effect does Keep(0) with any othe number apart
> from 0 have ???
The parameter passed to Keep() is the "errorlevel" that the program terminates with, which you can detect in batch files or from a calling program - not that calling a TSR from a program is a good idea if you ask me!