From: Christopher A Kent <cak at Purdue.ARPA> Be sure to only "set prompt" if you're in an interactive shell; this solves the problem. Check for being in an interactive shell: if ( $?prompt ) then interactive stuff endif Cheers, chris ----------