Re: [PHP] Re: shell_exec fails to compile java class?

2009-11-12 Thread Mark Cilissen
דניאל דנון schreef: Where are you trying to write text.txt? Are you setting a current working directory in your batch file? Do you have write permission in this directory? (copied it to make it easier to understand my answer) In the same folder. Yes, there is a "cd javafiles" Yes. I know its not

Re: [PHP] re: shell_exec

2003-08-17 Thread Curt Zirzow
* Thus wrote John ([EMAIL PROTECTED]): > > I know the perl script executes because a basic print statement in the > perl script is outputted to /tmp/error. However anything else in the > script not having to do with output is not executed. The perl script is > basically supposed to add a file. Tha