12-03-2010, 10:22 AM
Hi,
Try implimenting On Error Resume Next:
Try implimenting On Error Resume Next:
PHP Code:
On Error Resume Next
SystemUtil.Run("Batchfile")
MsgBox Err & " " Err.Discription
On Error GoTo 0