feldmaneyal Posted March 2, 2004 Posted March 2, 2004 Hi, My script (autoIT) work fine locally, but when I try to operate it by rsh it start and hang. any idea?
feldmaneyal Posted March 3, 2004 Author Posted March 3, 2004 More info, the script basiclly lunch https page and the window that pop up is the "Security Alert" - which the script hang there - any idea? Without rsh works fine. $page = "http://" & $host & ":1751/athena/framework/index.jsp" Run("C:\Program Files\Intern~1\IEXPLORE.EXE "& $page) sleep(1000) WinWaitActive("Security Alert") Send ("Yes")
BassPlayer Posted September 20, 2006 Posted September 20, 2006 feldmaneyal said: More info, the script basiclly lunch https page and the window that pop up is the "Security Alert" - which the script hang there - any idea?Without rsh works fine.$page = "http://" & $host & ":1751/athena/framework/index.jsp"Run("C:\Program Files\Intern~1\IEXPLORE.EXE "& $page)sleep(1000)WinWaitActive("Security Alert")Send ("Yes")FYI Just so someone else does not get stuck on this issue, heres a way around this. Download the Ataman rsh or telnet server and grab the fg.exe binary. Then exec your script likersh host -l user "fg.exe \"AutoIt3 script.au3\""Works great with any rsh/ssh/telnet server!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now