I had a problem on PHP I used proc_open
to open the exe file.
but I received error.
Error: 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
Here's the code to call the process.
CODE:
$process = proc_open('"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" update "c:\xampp2\htdocs\test_tills"',
$descriptorspec,
$pipes);