In article <!_P+_!_ at irie.ais.org> garath at ais.org (Scott Grosch) writes: > If I make a C program on this account, is there any way to have the >program execute a shell command if a certain part of the program is reached? How about system(3)? -ping