Re: [PHP] php external interfaces

2009-08-08 Thread Daniel Echalar
well i know the command shell_exec(), that work like console, just put de command as paramether. More info in php documentation. For COM objects for example, $word = new COM("word.application") or die("Unable to instantiate application object"); $wordDocument = new COM("word.doc

Re: [PHP] php external interfaces

2009-08-08 Thread Robert Cummings
pete123456 wrote: hi, im running php on IIS and im trying to evaluate php's capabilities regarding external interfaces. elg. executing .exe, batch files, com objects. is that all possible? does anyone have any good reference where i can find out more about this? .exe and .bat files should work

[PHP] php external interfaces

2009-08-08 Thread pete123456
hi, im running php on IIS and im trying to evaluate php's capabilities regarding external interfaces. elg. executing .exe, batch files, com objects. is that all possible? does anyone have any good reference where i can find out more about this? thanks pete -- View this message in context: http