Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Running the shell script from html?
Name: Joe naidu Date: August 27, 2001 at 11:10:01 Pacific
Comment:
Hi
I have setup for CDE (common Desktop Environment)in Sun Unix. I was able to open browser from CDE.
I wrote the following htm to run shell script test2.sh (which is in executable mode). I saved this htm in /home/profit/naidu/housek/shell.html The html page is opening successfully in browser ,but if click the submit button the script is not running. Please let me know if you need any more details. please help me.
Summary: Hi, i have written a shell script that needs to be run from cron. Al i know about "cron" is that we can get it to run jobs periodically. The requirement of my assignment is that my script should be...
Summary: Hi Iam running a shell script which has about 20 steps , where each step executes some process. Suppose I get some problem and then i need to restart my script but at this time i dont want to execute ...
Summary: Hi Guys, I have a unix shell script which is like this... sqlplus -s $FEB_UID/$FEB_PWD@feb_dev |& print -p "select '|'||job_id||'|' from jobreq where status = 'PENDING';" print -p "exit...