NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



RunProgram

Runs a system program

Runs a program on the server (host) operating system. Make sure to begin output with a "say" command before calling this if the program will output anything to the system, to ensure the proper web server headers have been sent. All output from the program is displayed back to the user.

Sample Source

MyProgramVariable := "ls /tmp"
RunProgram MyProgramVariable

Related Function(s):
   CaptureProgramOutput;

Minimum version: 1.0