Jump to content

Recommended Posts

Posted

Good day,

I have a very simple script that runs fine as a standalone, but when put into scheduler it gets stuck after the run line.

The cygwin windows opens up but stops there, send never occurs and not sure how to get scheduler to interact back with autoit via cygwin.

Any ideas on how to aproach this are welcome.

--------------------------------------------

Run("cygwin.bat")

send(" /cygdrive/d/software/tcl/fetchSLBping.tcl {enter}{enter} ls {enter}")

send(" ps -ef|grep ssh|grep -v grep|cut -d ' ' -f 5|xargs kill -3 {enter}")

send(" logout {enter}")

--------------------------------------

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...