>>642
じゃあ、system()なしで書いたよ↓

main(){char b[256];while(printf("hoge> "),gets(b)){fork()?wait(0):_exit(execlp(b,b,0));}}