$query = "command argumentpart1" . "argumentpart2"; $result = `$query`; #### $result = `command argumentpart1\\ argumentpart2`;