Christian Biere wrote: > It's not like you need C for this anyway: > #! /bin/sh > exec whatever "$@" > exit 1 FANTASTIC! I just didn't think of that and a shell script works perfectly! :-) Ben