Related:
- Windows expect script
- Kmspico windows 10 - Download - Other
- Windows 10 iso download 64-bit - Download - Windows
- Gta 5 download apk pc windows 10 - Download - Action and adventure
- Blackmagic disk speed test windows - Download - Diagnosis and monitoring
- Bandlab download for pc windows 10 - Download - Musical production
3 responses
neeks78
Posts
14
Registration date
Wednesday September 24, 2008
Status
Member
Last seen
May 12, 2009
1
Jan 6, 2009 at 04:11 AM
Jan 6, 2009 at 04:11 AM
hi,
i was passing by when I noticed something which can help you.
it is the user's guide of how to use the expect script
try this link:
https://www.gidhome.com/ManHtml/tcl8.4.12/expect4win/expect.html
i was passing by when I noticed something which can help you.
it is the user's guide of how to use the expect script
try this link:
https://www.gidhome.com/ManHtml/tcl8.4.12/expect4win/expect.html
Hi Uma,
I too facing the same issue.If u got the answer can you forward to this mail Email Id removed for security
Thanks in Advance
N.kannan.
I too facing the same issue.If u got the answer can you forward to this mail Email Id removed for security
Thanks in Advance
N.kannan.
hi uma
u need to have
1.activestate tcl (preferably >8.5)
2.activestate expect
which I believe you already do
write your script and save it as a .tcl file
go to the directory where your script is stored in the command prompt
C:\usr\bin\path to your script>tclsh scriptname.tcl
this will execute your script
P.S. tclsh is a command line interpreter that executes tcl code.
u need to have
1.activestate tcl (preferably >8.5)
2.activestate expect
which I believe you already do
write your script and save it as a .tcl file
go to the directory where your script is stored in the command prompt
C:\usr\bin\path to your script>tclsh scriptname.tcl
this will execute your script
P.S. tclsh is a command line interpreter that executes tcl code.