> Right, following Bruce's instructions re commuicating from threat, new > version of pipe plugin pipePlugin.59ppVersion3.8.18orAfter.zip. Test > scripts seem to work without either waits or debug statements. Let me > know what you find.
Thanks Alan, this is working quite well. Here's something odd though -- try saving the following lines to PipeTest.PowerPro and run it a couple times by double-clicking it from Explorer. This script runs perfectly on my system if I call it from PowerPro but running it from Explorer seems to make PowerPro cry. When I open Task Manager to terminate PowerPro I notice two copies of PowerPro in memory, so it seems to be choking on the copy that's temporarily active to run the command. I'm not entirely sure whether this is a plugin-related issue or a PowerPro-related one. How does it function for anyone who wants to try it? -- pipe.unload() local pipeResponse = pipe.listen_on() local command = "Debug So far, so good." local response = pipe.send_to(command) -- Regards, Alex Peters Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
