Function exec( line )
- Description:
-
Executes a string as an operating system command.
Any spaces in the string are taken to delimit words (the first
word is the name of the command).
- Parameters:
-
- line (String)
- command line to execute
- Return Value (String):
- short report message
- Signature:
- java.lang.String exec(java.lang.String)