cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sumo2k
Level 3

Executing script on Ubuntu 12.04

How to execute script on Ubuntu 12.04 through InstallAnywhere 2012
Labels (1)
0 Kudos
(3) Replies
RamyaVenkatesh
Level 7

Hi,

Use the Execute Script/Batch file action.
0 Kudos
sumo2k
Level 3

Hi

I have added jdk-6u21-linux-i586.bin to root and added script sh ./jdk-6u21-linux-i586.bin to Execute Script/Batch file but it doesn't executing the script.

I have also tried with Execute Command. 😞
0 Kudos
Nipul_Patel
Level 3

sumo2k wrote:
Hi

I have added jdk-6u21-linux-i586.bin to root and added script sh ./jdk-6u21-linux-i586.bin to Execute Script/Batch file but it doesn't executing the script.

I have also tried with Execute Command. 😞


Please add following command in script file

cd /
sh ./jdk-6u21-linux-i586.bin

I think it should work. Intention is go to directory where you have bin file and run it..
0 Kudos