splitCommandLine(String cmd) Splits command line into arguments preserving spaces in quoted arguments
either with single and double quotes (not prefixed by '\').
Waits for launched process to exit.
Parameters: process - associated Process object or null if not available throws: IOException - if any exception occurs in waiting
Launches process with given command line.
Parameters: cmdLine - command line associated Process object or null if not available throws: IOException - if error occurred in launching process
Splits command line into arguments preserving spaces in quoted arguments
either with single and double quotes (not prefixed by '\').
Parameters: cmdLine - command line associated Process object or null if not available throws: IOException - if error occurred in launching process