Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. spawn perl vmware-install.pl
  2. expect "Press enter to display it. "
  3. send "\r"
  4. expect -ex "--More--"
  5. send "q"
  6. expect "Do you accept? (yes/no) "
  7. send "yes\r"
  8. expect -ex "\[yes\] "
  9. send "yes\r"
  10. expect -ex "\[/usr/bin\] "
  11. send "\r"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement