Hi!
I got alot of answers thanks everybody!
Many recomenden me to make the menu in a higer level language like C.
Here are some solutions:
This is what I did:
stty susp ^-
(disbale ctrl-z)
Another easy solution:
Call your csh script from a (k)sh script like this:
#!/bin/sh
trap '' TSTP
exec csh -f menu_script.csh
Regards Klas Erlandsson
Received on Mon Oct 22 2001 - 09:40:51 NZDT