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
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
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
3 matches
Mail list logo