/
Invoking External Programs
Invoking External Programs
In this article, you will learn how to execute an external application - for example, run a command line, execute scripts, or interact with the operating system.
The behaviour and syntax will differ a little depending on your operating system — Windows/Linux/macOS. The examples documented here are on a Windows machine.
, multiple selections available,
Related content
How to Connect to SFTP and FTP
How to Connect to SFTP and FTP
Read with this
io.popen()
io.popen()
More like this
Parsing and Serializing JSON
Parsing and Serializing JSON
Read with this
What is io.popen?
What is io.popen?
More like this
Working with XML
Working with XML
Read with this
Run a test executable
Run a test executable
More like this