enter key solaris

Hi,
When I run script on Sun Solaris (sassetup), it prompts to "Press Enter To Continue".
Now I want to automate this, ie put sassetup in a script file. So, when I run this file, it should be executed automatically without waiting for anyone to press Enter Key.
I have tried the following option for enter key
""\n, \r, prompt, blank line, ^M, \012, read t -5 varname, /n"

/sas/SAS_9.1/sassetup
# For automation, here I need to catch the Enter Key & execution continues.

can someone please help me how to catch Enter Key.

Sajju (India)

When you post code, please wrap it in

 tags.

Do not use SIZE and FONT.



""\n, \r, prompt, blank line, ^M, \012, read t -5 varname, /n"
/sas/SAS_9.1/sassetup 
# For automation, here I need to catch the Enter Key & execution continues.

can someone please help me how to catch Enter Key.
[/quote]

[indent]

printf "\n" | /sas/SAS_9.1/sassetup