Questions tagged [expect]

80 questions
5
votes
1 answer

How to print the name of an expect script?

In bash, I can do something like this: echo "The name of this script is $0" Is there a way to do something similar in expect?
Runcible
  • 3,275