cache programming
How to run cache programs(studio) from the command prompt?
Discussion (8)3
Comments
Via a terminal command prompt...
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KE…
It says webpage cannot be found. Should we give some value for the "clsKEY=..." instead of ...
Can you please share the screenshot .
link fixed
I wanted on windows command prompt
This documentation might help.
Studio (note trailing colon):
C:\InterSystems\Cache\bin\CStudio.exe /fastconnect=IP_or_FQDN[PORT]:NameSpace:CacheUserName:
For the SMP use the URL:
http://IP_or_FQDN:PORT/csp/sys/UtilHome.csp
I would also recommend Caché WebTerminal for this purpose.
And you can even use the Output window in Studio to execute commands (but don't do Halt !)