Posted by steve on 10/13/66 11:30
| > You must escape all the "\" signs in the path as well, like this:
|
| > $ruta = "cmd /c
| > \"C:\\Server\\Apache2\\htdocs\\webvcr\\config\\bat\\a.bat\"";
| > exec($ruta);
|
| Or you could form the habit of using single quotes in which
| only ' has to be escaped (unless you do want escaped characters.
OR, leaving off the trailing "\" could help cmd to interpret "a.bat" as an
executable file rather than a directory/folder name. ;^)
Navigation:
[Reply to this message]
|