When working at the Caché command prompt I sometimes want to run an operating system command on the server host. By prefixing my command line with ! or $ I can do this with ease. The following examples are from 2017.1 on Windows, but the feature is available on all versions and platforms:
USER>!dir
$dir
If I need to issue more than one command I can almost get myself an interactive shell:
USER>!
The current date is: 23/06/2017
I wrote "almost" because in the example above the 'date' command prompted me to enter a new date but didn't wait for my keystrokes.

.png)

