Help for this page
$cmd = 'someshellexe ' . $basepath . '/' . $file; $rc = qx($cmd);
$cmd = 'someshellexe ' . $basepath . '/' . $file; $escapedcmd = quotemeta($cmd); $rc = qx($escapedcmd);