--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > Hmmm. > > Maybe you could (and anyone else interested) could run all sample > scripts in com distro and let me know which work, which fail. >
Should it be a requirement to use com.unload in every com script even after releasing everything? (I think it is necessary to com.unload before shutting down powerpro or it doesn't shut down cleanly). I notice that without com.unload, Excel continues to have a running process after the excel scripts. Even if com.release_all is added. So Excel isn't really being closed (but it is removed if com.unload is included). I found this reference, with possibly useful info: <http://www.microsoft.com/technet/scriptcenter/resources/pstips/nov07/pstip1130.mspx> Its hard to keep up with the test script results. Some of them don't work, but the problem is before com.unload. Like the filesysobj scripts. com.unload after using the wmi script crashes powerpro, even if the com.unload is run in a separate script. Previously suggested: > wouldn't it be better if "Done" didn't raise a fatal error > when processing enumerators? That way it wouldn't be necessary to > turn error dialogs off in com scripts. Had another thought, maybe Powerpro's "For each" syntax could be enabled for com enumerators. Regards, Sheri
