yarek
yarek

Reputation: 12054

How a delphi program can control a php CLI script?

I have a php script that I need to be controlled by DELPHI (I need a windows GUI that's why I want delphi).

I can run php script with winexec or exec

1) how can I make the php script not being opened in a command line window ?

2) How Can I communicate with delphi ? ex: php script tells delphi that something has been captured

Regards

Upvotes: 0

Views: 151

Answers (1)

Ondrej Kelle
Ondrej Kelle

Reputation: 37211

You could use ActiveScript with Windows Script Host.

Upvotes: 1

Related Questions