cancel
Showing results for 
Search instead for 
Did you mean: 

downloadable files

Former Member
0 Kudos

Experts,

While downloading for installation, all the files come with 1 exe and rest in rar files. I am wondering how to run that exe file in UNIX.Please help

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

You can use "unrar" for Unix to extract them all. No need to use Windows.

Since "Unix" can be AIX, Solaris or HP-UX and you didn´t specify what you use I can´t provide you a link where to download unrar. Use google.

Markus

Former Member
0 Kudos

Thanks ..fine I can unrar the files..but what about that exe...should I run that exe folder..or unraring any file can do the whole work..plz guide me...just FYI..I am using HP-UX Itanium 64 box

Edited by: Rohit Chandra on Dec 19, 2008 2:50 PM

markus_doehr2
Active Contributor
0 Kudos

Thanks ..fine I can unrar the files..but what about that exe...should I run that exe folder..or unraring any file can do the whole work..plz guide me...just FYI..I am using HP-UX Itanium 64 box

I´d try an

unrar x -ep3 <filename>

no matter if it´s an exe or not.

If you have all the files to be extracted in one directory you can try the script (ksh/sh/bash):

for i in `ls`; do unrar x -ep3 $i; done

Markus

Former Member
0 Kudos

Download it to a windows box. Execute the .exe to get all the files extracted to one folder. Then copy to Unix