I have an existing python application (limited deployment) that requires the ability to run batches/macros (ie do foo 3 times, change x, do y).Currently I have this implemented as exec running through
I am trying to execute a command from php script using php exe function. The script calls .exe file located in program files whereas my xampp is intalled in E:
I have a client(JavaScript) server(PHP) application using AJAX. On开发者_运维知识库 the AJAX request my PHP script returns some info to the client AND needs to open a separate browser tab as a separat
I have a problem which I seem unable to solve on my own, although the script is kind of simple... I simply want to write sth. in a MySQL database (auto_increment id) with the following script:
This question has been asked here before but the solutions provided are not working..I am trying to display the contents of /data/dalvik-cache folder. I know that to do this we need to become su. I ev
Anyone know if is it possible to use the html to pdf conversion tool named wkhtmltopdf on a server that doesn\'t have the possibility to use the exec commands or edit the php.ini.
When I try to execute an external program from java I use this code below : Process p; rn = Runtime.getRuntime();
Please help me.. My host company do not agree to install imagemagick 开发者_开发百科on server so I have downloaded portable imagemagick version which does not require installation. I would like to tes
I currently start a shell script from my开发者_Go百科 Java by code looking like this: ProcessBuilder processBuilder = new ProcessBuilder();
I have a php file \'run.php\' which I\'m running from the terminal. Within this file I have the following lines: