How to send commands to the Window Command prompt directly
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
Discussion (2)2
Comments
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