SYSTEM Procedure

See also: Call Action

The built-in procedure system(command_string) is used to call other applications from ESTA. This can either be a DOS or Windows application.

Examples

For instance, a program in the file myprog.exe can be executed from within ESTA using the procedure call:

system("myprog.exe")