Hi there,
i have a task, doing the following as below. Now, my issue is, that every 600ms a file gets written to the disk, which eventually lets the disk crash. ..
FIND has some errorlevels, eg, 0 = found results, 1 = no found results.
If i would be able to access these error levels by nncron, the whole thing would not have to write a file, which it checks every 600ms.
Possible?
Thanks a lot! Matt
BEGIN
START-APPW: "devcon status @usb* |FIND "USB\" > usb_status"
100. FILE-SIZE: "usb_status" D<
IF
\ action
ELSE
PAUSE: 600
THEN
L @ 1 =
UNTIL