I placed the Wmiconfirm.udf in my program and incapsolated the guts of the program inside of an if statement.

 Code:
$WMICheck = WMIConfirm('$computer')
    If $WMICheck
      Do what i need done.
    else
      Do Error proccessing.
    endif


Will this work as intended because i notice it is still letting the null information through. \:\(

Indigo


Edited by Indigoseth (2008-02-27 08:09 PM)