Hi
I am trying to run adobe photoshop with the system function. I have checked my directory structure and it looks good.
Can anyone help? 🙂
<html>
<head>
<title>
Hello
</title>
</head>
<body>
<?php
echo '<pre>';
$cmd = 'C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe';
system($cmd,$return);
echo '</pre>';
?>
</body>
</html>
error:
<pre>'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
</pre></body>