Platform dependency issues

Note that the examples given above will not work consistently on all operating systems. In particular, the use of system() calls or backticks with Unix-specific commands will not work under Windows NT, MacOS, etc. Slightly less obviously, the use of backticks on NT can sometimes fail when the output of a command is sent explicitly to the screen rather than being returned by the backtick operation.