I have a program called "mymenu" which is a wrapper around 9menu to make it more tractable. If I run "mymenu t", it runs "mymenu" and gives it the argument "t". If I run "./t", it runs t through /bin/sh. The first line is: #!/home/seebs/bin/mymenu What am I likely to be missing? -s