User 26c54ae8b9
16-04-2008 22:06:01
Dear chemaxon,
I have a directory "bin" with all your programs.
I want to execute the command : jcsearch -q 'C' -f sdf -o res.sdf MOLECULESbdd2.SDF
I use php but it doesn't work, the file res.sdf is not create.
My file php contains :
<?php
system("jcsearch -q 'C' -f sdf -o res.sdf MOLECULESbdd2.SDF");
?>
There is perhaps an another solution so as to execute jcsearch ...? shell script or perl, python ???
Under windows XP, it works.
regards,
Karim.
I have a directory "bin" with all your programs.
I want to execute the command : jcsearch -q 'C' -f sdf -o res.sdf MOLECULESbdd2.SDF
I use php but it doesn't work, the file res.sdf is not create.
My file php contains :
<?php
system("jcsearch -q 'C' -f sdf -o res.sdf MOLECULESbdd2.SDF");
?>
There is perhaps an another solution so as to execute jcsearch ...? shell script or perl, python ???
Under windows XP, it works.
regards,
Karim.