/* Displays the current state of the Indexing Service on the local computer. */ objadminis = createcomobject("Microsoft.ISAdm") SAY "Is running:" objadminis~isrunning() SAY "Is paused:" objadminis~ispaused() SAY "Computer name:" objadminis~machinename