home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Source Code 1993 July
/
THE_SOURCE_CODE_CD_ROM.iso
/
languages
/
tcl
/
expect
/
scripts
/
script.exp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-02-21
|
270 b
|
9 lines
# emulate 'script' command with extras
log_file typescript
spawn $env(SHELL)
send_user "recording to file typescript\n"
send_user "~s to stop recording, ~r to record\n"
interact ~s "log_file" ~r "log_file typescript"
send_user "recording to file typescript complete\n"