Rev 12 | Blame | Compare with Previous | Last modification | View Log | Download
;; AutoIt Version: 3.0; Language: English; Platform: WinXP/2003/Vista; Author: Marcel Jordaan (mjordaan@rldautomation.eu);; Script Function:; Monitor calling task for crashing/exiting#NoTrayIconif $CMDLINE[0] < 2 then Exitwhile 1;mantain loop during flweb activesleep( 100)if ProcessExists($CMDLINE[1]) thenif ProcessExists($CMDLINE[2]) then ContinueLoopEndIf;flweb has ended, stop our graph.exeProcessClose( $CMDLINE[2])ExitWEnd