| Did you know ... | Search Documentation: | 
|  | DDE client interface | 
The DDE client interface allows Prolog to talk to DDE server programs. We will demonstrate the use of the DDE interface using the Windows PROGMAN (Program Manager) application:
1 ?- open_dde_conversation(progman, progman, C).
C = 0
2 ?- dde_request(0, groups, X)
--> Unifies X with description of groups
3 ?- dde_execute(0, '[CreateGroup("DDE Demo")]').
true.
4 ?- close_dde_conversation(0).
true.
For details on interacting with progman, use the SDK online 
manual section on the Shell DDE interface. See also the Prolog
library(progman), which may be used to write simple Windows 
setup scripts in Prolog.
CF_TEXT 
data in DDE parlance) representing that data, if the request is 
successful.POKE command to the server on the specified Item.
command is passed as data of type CF_TEXT.