![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [AIX] executing script | piooooter | UNIX for Dummies Questions & Answers | 1 | 05-26-2006 01:53 AM |
| executing script | big123456 | Shell Programming and Scripting | 1 | 06-03-2005 08:32 AM |
| RSH use for executing a script | frustrated1 | Shell Programming and Scripting | 6 | 10-02-2003 09:24 AM |
| Executing ksh script from cgi | hodges | Shell Programming and Scripting | 1 | 05-27-2003 11:57 AM |
| Executing Ps in script | Claude | Shell Programming and Scripting | 1 | 11-22-2001 02:01 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Executing a script through GUI
Hi
I'm facing a situation where we need to restrict commandline access to Unix server. But there are some scripts that needs to be executed. I need to execute a script with double-click or something like that without having command-line access. I appreciate your thoughts on this. Regards, Vijay |
|
||||
|
Hello...
There are plenty of web-writing-utilities and IDEs that will let you execute scripts with a click. You make them links and when the links are pressed, the result is the execution of a specific script. You can roll your own a little more too... With the pressed link, you call a perl CGI program (or something you write in some other language or IDE) that executes the specific script. It is a little more complicated than just a click unless you never use arguments in your command line, or at least never change them, Calling a program is just like naming a web page e.g. <a "href=http://www.bla.bla.com/programToRun.cgi">click to run utility X</a> Of course a static list of utilities to execute is not very exciting and always a maintenance problem with you want to change things in your scripts. What you want can be done as a quick hack for a few staticly named scripts, or the beginning of a whole command and control system. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|