> The script I am trying to write executes a program
> that requires a keyboard response.
> ....
A varaible can be set to a keyboard response
using a read prompt ....
read -e -p "What do you need ?" xVariable
echo $xVariable
--
Stanley C. Kitching
Human Being
Phoenix, Arizona