![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to Invoke html in ksh Script | ali560045 | Shell Programming and Scripting | 4 | 11-29-2007 10:28 PM |
| Bourne: How to invoke an alias from within a shell script | techshots | Shell Programming and Scripting | 2 | 06-03-2006 09:38 PM |
| invoke same script twice | mpang_ | Shell Programming and Scripting | 2 | 04-05-2006 03:14 AM |
| Invoke java program in script | mpang_ | Shell Programming and Scripting | 0 | 03-27-2006 07:05 PM |
| how to invoke shell script | gopa_mani | Shell Programming and Scripting | 1 | 12-30-2005 08:43 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
need to invoke a shell script from xml file.
hi all,
forgive me if this question is not relevant to this section. i have a shell file that will automatically deploy the files that are necessary and will compile them. i need to automate this management process through cruise control, for this i need to know whether it is possible for me to inovke the shell script through that xml file .. thanks in adavance |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Not unless you have another script to extract the name of the script and run it.
There is no way, AFAIK, to invoke something directly from the command line that lives inside an xml file. Mainly because it has to be "decoded" or parsed out of xml. |
|
#3
|
|||
|
|||
|
I did something like this a few years ago, but I had to write a custom C program
which used libxslt and libxml2 routines to extract the required command line and then system() to execute the command. |
|||
| Google The UNIX and Linux Forums |