Related:
- Expect script windows
- Expect for windows download - Best answers
- Expect for windows - Best answers
- Startup script windows - Guide
- Execution of the windows script host failed ✓ - Forum - Hardware
- Download registry script to fix cd/dvd drive missing in windows - Guide
- Copy files from one server to another windows batch script ✓ - Forum - Windows
- Windows script host error message ✓ - Forum - Windows 7
3 replies
neeks78
Jan 6, 2009 at 04:11 AM
- Posts
- 14
- Registration date
- Wednesday September 24, 2008
- Status
- Member
- Last seen
- May 12, 2009
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.