Posted by ZabMilenko on 10/06/06 08:30
This one looks closest:
exec("C:\\Programmi\\Soft\\soft.exe -v -d C:\\dati\\.$nomefile
C:\\dati\\pdf\\.$filename");
But are those periods supposed to be there?
Gio wrote:
> Hi all,
> this is my problem: I need to "exec" the following command:
>
> C:\Programmi\Soft\soft.exe -v -d C:\dati\$nomefile
> C:\dati\pdf\$filename
>
> and i tried to execute it in php with (one of) the following lines....
>
> exec("C:\Programmi\Soft\soft.exe -v -d C:\dati\.$nomefile
> C:\dati\pdf\.$filename");
> exec("C:\Programmi\Soft\soft.exe" -v -d "C:\dati\".$nomefile
> "C:\dati\pdf\".$filename);
> exec("C:\\Programmi\\Soft\\soft.exe -v -d C:\\dati\\.$nomefile
> C:\\dati\\pdf\\.$filename");
> exec("C:/Programmi/Soft/soft.exe -v -d C:/dati/.$nomefile
> C:/dati/pdf/.$filename");
> exec("C:/Programmi/Soft/soft.exe" -v -d "C:/dati/".$nomefile
> "C:/dati/pdf/".$filename);
>
> but there is something wrong and that i.. do not understand...
> Is there anyone so kind to show me the correct line and a couple of
> comments on how to built it? I tried to search for it (manual,
> newsgroups...) but i haven't found it (and my mistakes are the result
> :-P)
>
> Thanks in advance,
> Giorgio
>
> System:
> Windows 2000 Server (Italian)
> PHP 4.4.4
> Apache 2.0.59
> Mysql 4.1.21
>
Navigation:
[Reply to this message]
|