> For the complete documentation index, see [llms.txt](https://inscada.gitbook.io/ins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inscada.gitbook.io/ins/en-1/programing/apis/other-functions.md).

# Other Functions

This section, which is grouped as other functions, will cover functions for different purposes.

## EXEC A COMMAND ON CMDLINE

#### ins.exec(String\[] command) <a href="#ins-exec-string-command" id="ins-exec-string-command"></a>

It is used to execute commands on the command line of the operating system on which the inSCADA Platform is running.

String \[] command: The string array in which the command line commands are written.

Return Value: Does not return any value.
