executes a DDE command
INCLUDE 'iolib.h' dde_exec(Handle, Command)
dde_exec(Handle, Command) (i,i)
handle(Handle) (i) virtual handle which will be associated with the
conversation
string(Command) (i) DDE Command string
Requests a DDE server application to execute a command. The conversation specified by ´Handle´ must be opened by a dde_init command.
The exact effect of the command string depends on services provided by the DDE server application.
NOTE: This predicate is server dependent. It is available only under host servers supporting the
DDE protocol (WIO).
dde_init(pfe, pfe, editor), dde_exec(pfe, ´filenew()´), dde_terminate (pfe).
No runtime errors.
prolog-process, client-server, object
dde_init , dde_data , dde_terminate