Launches the given command in a new process.
@param cmd The command to execute
@param env The environment for the new process. If null, the environment of the current process is used.
@return the newly created process
@throws IOException if attempting to run a command in a specific directory
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.