Re: [PHP] About exec function

2007-03-14 Thread Richard Lynch
The PHP User probably does not have write access to the new .out file it just created. Why Windows would be this weird, and let you create a file you cannot write to is beyond my comprehension, but there it is... If it's a multi-user Windows box, try logging in as the user PHP runs as, which is I

Re: [PHP] About exec function

2007-03-13 Thread Jochem Maas
Pablo Luque wrote: > Hello, I'm designing a website with php and the critical point of the > design is to execute a program in the server, so after execution is > finished, server will show the client some data and info. > The program is called pspice, which analizes electronic circuits, works > in

[PHP] About exec function

2007-03-13 Thread Pablo Luque
Hello, I'm designing a website with php and the critical point of the design is to execute a program in the server, so after execution is finished, server will show the client some data and info. The program is called pspice, which analizes electronic circuits, works in msdos and in order to cal