- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Mar 14, 2013
08:19 AM
Executing script on Ubuntu 12.04
How to execute script on Ubuntu 12.04 through InstallAnywhere 2012
3 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Mar 14, 2013
11:21 PM
Hi,
Use the Execute Script/Batch file action.
Use the Execute Script/Batch file action.
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Mar 15, 2013
12:34 AM
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. 😞
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. 😞
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Apr 04, 2013
02:22 AM
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..
