I want to use the linux expect scripts in windows. I tried with perl expect module expect.pm in windows, its not working.
Please suggest me is there any language is available in windows that is similar to expect, without using cygwin.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
expect is a free software above Tcl, so I suppose you should have Tcl installed on your system. And according to its web page, expect has been ported to Windows.