Function
exec( cmd, arg1 )
Description:
Executes an operating system command with one argument.
Parameters:
cmd
(String)
name of command
arg1
(String)
the first argument
Return Value (String):
short log message
Signature:
String exec(String, String)