3

I would like to install acroread via script without interaction. Is there a way to pre-accept the license agreement?

coolaj86
  • 331
  • 3
  • 7

1 Answers1

0

Using expect is good and easy way of doing so. People use Expect to automate interaction with non-GUI (and typically non-cursor-controlled) applications that prompt the user for input.

Amol Sale
  • 996
  • 7
  • 11