> I use FreeBSD4.7
> On script, how can I run the function of return/enter key ?
> 

Depends on what type of script. In a Perl script, you can do this so the
user has to interact with the keyboard:

$userVar = <>;

and then you could potentially do some ASCII checking to make sure it
was the enter key they pressed.

Steve

> thanks 
> _______________________________________________
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 

Steve Bertrand
President/CTO,
Northumberland Network Services

t: 905.352.2688
w: www.northnetworks.ca

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to