in reply to suppress windows error

posti:

You can use eval to catch errors in your code. So you may have to wrap the guts of your script in an eval block so you can catch and recognize the error(s). Then take the appropriate action (e.g. restart) for the error.

If you mentioned the specific error, you may have even received some help regarding that problem...

...roboticus