1EXPECTK(1)                  General Commands Manual                 EXPECTK(1)
2
3
4

NAME

6       expectk - Expect with Tk support
7

SYNOPSIS

9       expectk [ args ]
10

INTRODUCTION

12       Expectk  is a combination of Expect with Tk.  (See their respective man
13       pages for a more comprehensive explanation of either.)  Expectk  should
14       run any wish or Expect script (with minor changes - see below).
15
16       The differences between the Expectk and Expect environment follows.
17
18       The  send command is Tk's.  Expect's send command can be invoked by the
19       name exp_send.   (For  compatibility,  Expect  allows  either  send  or
20       exp_send to be used.)
21
22       Scripts may be invoked implicitly on systems which support the #! nota‐
23       tion by marking the script executable, and making  the  first  line  in
24       your script:
25
26            #!/usr/local/bin/expectk -f
27
28       Of  course,  the  path  must  accurately  describe where Expectk lives.
29       /usr/local/bin is just an example.
30
31
32
33
34                               15 February 1993                     EXPECTK(1)
Impressum