![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 09: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 07:43 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 | ||
|
|
|
|||
|
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. |