Question Thembelani Mlalazi · Jun 13, 2019 How to send commands to the Window Command prompt directly #Microsoft Windows #ObjectScript #Terminal #ZEN #Caché is there a way to send commands to the CMD in windows form COS I would like to run an application within COS by sending a command to the CMD 0 0 999
Rich Taylor · Jun 13, 2019 The $ZF(100) function is what you are looking for.https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_fzf-100However, it would be helpful if you could share what functionality you are looking to implement with this call. There may be built-in api's that will allow you greater control over the process Robert Cemper · Jun 13, 2019 see this article Execute Server Commands from Caché / Ensemble / IRISand the related example in OpenExchange
Robert Cemper · Jun 13, 2019 see this article Execute Server Commands from Caché / Ensemble / IRISand the related example in OpenExchange
The $ZF(100) function is what you are looking for.
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_fzf-100
However, it would be helpful if you could share what functionality you are looking to implement with this call. There may be built-in api's that will allow you greater control over the process
see this article
Execute Server Commands from Caché / Ensemble / IRIS
and the related example in OpenExchange