win.system
result = win.system ([command])
Parameters:
command: string, or nil
(when command==nil or no arguments are passed, the underlying
function _wsystem is called with a NULL argument)
Returns:
result: integer
Description:
Executes a command.
API used:
_wsystem