os_command [function]
os_command( string cmd )
passes a command to the OS command processor, returns the integer return value
this function can be extremely unsafe in multithreaded/incontrollable environments due to the completely undefined outcome of the call
- uses the C library function 'system'