Os.execute

From GiderosMobile
Revision as of 08:27, 24 August 2018 by Hgy29 (talk | contribs)

Available since: Gideros 2011.6

Description

This function is equivalent to the C function system. It passes command to be executed by an operating system shell. It returns a status code, which is system-dependent. If command is absent, then it returns nonzero if a shell is available and zero otherwise.

(number) = os.execute(command)

Parameters

command: (string) command to execute

Return values

Returns (number) status code