How to unzip ? :(

Hi . i am trying to unzip a file that i downloaded but i get Stufflt Expander giving me this message:please locate the file named 1eu.rar. ! so please can anyone tell me how to expand those kind of files . thanks and have a good day

HI,
Try this utility instead. http://www.apple.com/downloads/macosx/productivity_tools/rarmachine.html
Carolyn

Similar Messages

  • How to unzip   using flex

    How to unzip a zip archve

    Hi, strange I didn't find any answer in the forum, so I paste my code :
    You should first read the zip file and put its content into  i_zip_file_xstring variable of type xstring
      DATA lo_zip TYPE REF TO cl_abap_zip.
      DATA lt_zip_file TYPE cl_abap_zip=>t_files.
      DATA ls_zip_file TYPE LINE OF cl_abap_zip=>t_files.
      DATA l_xstring TYPE xstring.
      CREATE OBJECT lo_zip.
      CALL METHOD lo_zip->load
        EXPORTING
          zip             = i_zip_file_xstring
        EXCEPTIONS
          zip_parse_error = 1
          OTHERS          = 2.
      LOOP AT lo_zip->files INTO ls_zip_file.
        WRITE : / ls_zip_file-name, ls_zip_file-date, ls_zip_file-time, ls_zip_file-size.
    * unzip file, put its unzipped content into L_XSTRING
        CALL METHOD lo_zip->get
          EXPORTING
            name                    = ls_zip_file-name
          IMPORTING
            content                 = l_xstring
          EXCEPTIONS
            zip_index_error         = 1
            zip_decompression_error = 2
            OTHERS                  = 3.
    *>>>>>>>>>>>>>>
    * PUT YOUR CODE HERE TO PROCESS the L_XSTRING variable which contains each unzipped file
    *<<<<<<<<<<<<<<
      ENDLOOP.

  • How to UnZip Binary Distribution?

    I have downloaded the Binary distribution, but I can't figure out how to unzip it. My OS is windows XP. Thank you.

    I use this:
    http://www.7-zip.org/

  • How to unzip  a .tar.tar file

    Hi ,
    I have downloaded jexel api from net. But it come as jexcelapi_2_5_9.tar.tar. i tried to unzip using winzip. But its not working. Can anybody tell how to unzip this?

    Winzip knows how to read tar files.
    This is just a wild guess, but try this:
    - Copy the file, and rename it jexcelapi_2_5_9.tar.gz
    - You may have to do this in cmd.exe because the Windows graphical shell often screws up file names
    - Then use WinZip on the copy of the file with the new name.
    I'm thinking that maybe when you downloaded the file the filename got corrupted.

  • How to unzip gz (gunzip ) file

    Hi Everybody,
                             can anybody please tell me how to unzip file with gz (gunzip) extension.I have tried to unarchive by using powerarchive and unzip tools.I even tried gzip tool. Please help me .
    S. Singh

    Hi Sukhwinder,
    For this first intall gunzip. A free version is available here:
    http://www.gzip.org/
    After intallation go to cmd promp and transfer to the path where gzip is installed.
    Finally type in gzip -d <full path of the file to be decompressed>.
    Regards.
    Ruchit.

  • How to unzip a file

    please tell me how to unzip a downloaded file on a macbook pro.

    Click on it.  If that does not work, Download THE UNARCHIVER from the app store.
    Ciao.

  • How to unzip a file in ssis

    Hi All,
    i have a requirement files are coming to ftp.But those files are Ziped.
    I want to unzip it and at last want to archive it to some other folder.
    Please suggest how it can be done through SSIS package.I am using sql server 2005.
    Thanks
    i_pr

    Here is a link that will be useful to you -
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/b3989206-99e3-49dd-9c8a-1cd5de89cb5d/unzip-file-in-ssis-package?forum=sqlintegrationservices
    If this post answers your query, please click "Mark As Answer" or "Vote as Helpful".

  • How to unzip 20 gig OBIEE archive on Linux?

    Dear Experts,
    On Redhat 6.4, I've installed Virtual Box.
    And, downloaded the OBIEE vm from here:
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    OBIEE 11.1.1.6.2 BP1 - Sample Application (V207)
    SampleApp V207 VirtualBox Image
    (turnkey virtual environment with full SampleApp preconfigured)
    The files are:
    ls -l
    total 22926452
    -rw-r--r--. 1 root root 943 May 4 16:18 notes.txt
    -rw-r--r--. 1 root root 1463450 May 4 16:18 sampleapp207-deploymentguide-1719589.pdf
    -rw-------. 1 root root 2147483648 May 4 16:18 SampleAppv207GA_OBI_BP1.zip.001
    -rw-------. 1 root root 2147483648 May 4 16:18 SampleAppv207GA_OBI_BP1.zip.002
    -rw-------. 1 root root 2147483648 May 4 16:19 SampleAppv207GA_OBI_BP1.zip.003
    -rw-------. 1 root root 2147483648 May 4 16:20 SampleAppv207GA_OBI_BP1.zip.004
    -rw-------. 1 root root 2147483648 May 4 16:21 SampleAppv207GA_OBI_BP1.zip.005
    -rw-------. 1 root root 2147483648 May 4 16:22 SampleAppv207GA_OBI_BP1.zip.006
    -rw-------. 1 root root 2147483648 May 4 16:23 SampleAppv207GA_OBI_BP1.zip.007
    -rw-------. 1 root root 2147483648 May 4 16:24 SampleAppv207GA_OBI_BP1.zip.008
    -rw-r--r--. 1 root root 2147483648 May 4 16:26 SampleAppv207GA_OBI_BP1.zip.009
    -rw-r--r--. 1 root root 2147483648 May 4 16:27 SampleAppv207GA_OBI_BP1.zip.010
    -rw-r--r--. 1 root root 2000329718 May 6 21:16 SampleAppv207GA_OBI_BP1.zip.011
    -rw-r--r--. 1 root root 3694 May 4 16:28 sampleappv207-ovf-zip-1719677.zip
    The output from md5sum is what it should be.
    I gather that these multiple 2 gig files create one big 22 gig file.
    And that the information on all the files is actually found on the last file.
    I've tried multiple unzip commands to unzip them, to no avail.
    Notes below.
    What is the exact Linux command and syntax to unzip them?
    Thanks a lot.
    unzip SampleAppv207GA_OBI_BP1.zip.001
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.001 or
    SampleAppv207GA_OBI_BP1.zip.001.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.001.ZIP, period.
    unzip SampleAppv207GA_OBI_BP1.zip.011
    Archive: SampleAppv207GA_OBI_BP1.zip.011
    fatal error: read failure while seeking for End-of-centdir-64 signature.
    This zipfile is corrupt.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.011 or
    SampleAppv207GA_OBI_BP1.zip.011.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.011.ZIP, period.
    unzip SampleAppv207GA_OBI_BP1.zip
    unzip: cannot find or open SampleAppv207GA_OBI_BP1.zip, SampleAppv207GA_OBI_BP1.zip.zip or SampleAppv207GA_OBI_BP1.zip.ZIP.
    unzip -l sampleappv207-ovf-zip-1719677.zip
    Archive: sampleappv207-ovf-zip-1719677.zip
    Length Date Time Name
    16455 07-26-2012 10:41 SampleAppv207_OBI_BP1.ovf
    16455 1 file
    unzip SampleAppv207GA_OBI_BP1.ovf
    unzip: cannot find or open SampleAppv207GA_OBI_BP1.ovf, SampleAppv207GA_OBI_BP1.ovf.zip or SampleAppv207GA_OBI_BP1.ovf.ZIP.
    unzip -l *.zip*
    Archive: SampleAppv207GA_OBI_BP1.zip.001
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.001 or
    SampleAppv207GA_OBI_BP1.zip.001.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.001.ZIP, period.
    unzip -l *.zip.011
    Archive: SampleAppv207GA_OBI_BP1.zip.011
    fatal error: read failure while seeking for End-of-centdir-64 signature.
    This zipfile is corrupt.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.011 or
    SampleAppv207GA_OBI_BP1.zip.011.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.011.ZIP, period.

    Yes, after successfully unzipping on Windows before, I
    knew that I could use Windows as a possible work around.
    However. Windows is NTFS. Redhat does not work with it.
    So, at least two 20 gig copies would be required.
    To FAT32.
    Then to ext4.
    Each a different file system.
    Check sum errors anyone?
    The idea of contacting Oracle was to hopefully
    get in contact with the people who originally
    created the zip archive.
    If they ran the commands to:
    22 gig file -> 11 file archive of 2 gig files
    You would think that they would also know how to:
    11 file archive of 2 gig files -> 22 gig file
    Is anyone in contact with them?
    If so, what is the the correct answer?

  • How to UNZIP broken archive?

    Unrar can extract files from broken archive ("-kb" option, keep broken).
    $ unrar x -kb half-downloaded-file.rar
    How to extract files from broken ZIP?

    JGC, thanks! It works fine!
    tigrmesh wrote:The last time I had a broken ZIP archive, I was able to open it in Windows...
    SpookyET wrote:Oh boy. Install wine. Install WinRAR. The zip files may not be broken, but they may use a newer zip file format that unzip cannot understand.
    What are you talkin' about?

  • How to unzip the xlWebApp.war

    Experts,
    I need to do some customization(like message on home message and some error messages) in OIM.
    For the xlWebApp.war needs to be unzipped.
    How to do this?
    I am doing this with flowing option
    1. Make the extension as .zip and then extracting.
    2. Running the command jar –xvf
    However I guess the extracted files are not getting extracting because when I zip again and unzip again nothing shows up other than an MANIFEST.MF.
    If anyone has done customization in this way, please suggest.
    Thanks,
    S M

    Thanks Srini!
    It was really useful.
    However one observation. When I unzipped first time it unzipped correctly but after that when I zip now one extra folder/drivepath is coming.
    Like E…/xlwebapp/….
    I think before I zip it again this extra drive should not come.
    Kindly suggest.
    Thanks
    S M

  • How to unzip and zip files

    I have a very large number of Karaoke music that plays on my windows pc but some will not play on my Mac. I think i need to unzip & re-zip them to play on my mac but i'm not sure exactly how to do this. any suggestions? Do I need a special program? running os x 10.9.3

    Zip files can be opened with the built in 'Archive Utility' application. Double click any zip file & it will try to unzip it.
    This application is tucked away inside /System/Library/CoreServices/Archive Utility.  If you want to set preferences for it you need to open the location in Finder by using the 'Go Menu > Go to Folder…', enter /System/Library/CoreServices/ for the path & then open the Archive Utility application and look in it's preferences.
    I expect that zipping & rezipping will not do anything useful for you. I suspect that the file format is the issue.
    Unzip some files & post what the Finders 'File > Get info' panel shows, take a screenshot of it with 'cmd+shift+4', then drag the crosshairs to select the area. it will appear on the Desktop for uploading here.
    You may need to find a compatible player or find a way to convert them if the Mac cannot play them.
    P.S. to zip a file(s) select the items & right click, select 'Compress x items' & you will get a zip archive - I don't think it will help you though

  • How to unzip payload in xMII

    Hi
              We are receiving payload (xml messages) from PI system in zip format since it is too big. I would like to know how can we unzip the xmlmessages in MII?
    Thanks in advance
    Shaji

    Hi ,
    Go thru this blog...it should throw some light.
    http://sapdiary.com/index.php?option=com_content&view=article&id=12674:data-compression-using-custom-actions-in-sap-mii&catid=81:data-services&Itemid=166
    Regards,
    ak
    Edited by: arun kurup on Oct 19, 2011 11:23 AM

  • How to unzip a template file

    How do you unzip a downloaded file into PSE?

    Whatever you may be talking about,
    http://forums.adobe.com/community/photoshop_elements
    might be a better place for the question.

  • How to unzip files, how to unzip files

    How do I unzip  files on my mba 11 inch?  I was told to use archive utilites but I can't find it.

    I am having the same problem.  I downloaded 5 Smilebox slideshows and downloaded the installer as instructed when I tried to open the files.  None open, with DiskImageMounter and Disk Utility.  Each time I get the installer instructions.

  • How to Unzip a Mac OS X Archive in Java

    I have a JAR with install pieces that I'm unzipping during installation. Simple enough. Except that one of them is a little OS X utility app & the app doesn't work. It seems that OS X includes "extras" under the file "MACOSX__", which is visible in the archive (causes non-Mac uses no end of annoyance). Unzipping the archive in the Mac's Finder or via the Mac's command line uncompresses the stuff correctly, but in Java, there's no inherent knowledge of the Mac parts. So is there a technical page on that somewhere? How can I restore the "MACOSX__" stuff so that the compressed app actually runs again?
    Thanks, Dan

    user13509659 wrote:
    ...Alternatively, it would be really great to see Oracle step up to the plate & take over Mac support, since Apple is apparently stepping out. Hello, Oracle? Anybody home?Did you miss the news - Apple & Oracle are putting Mac OS X's JDK 7 port under the OpenJDK project although "...Java SE 6 will continue to be available from Apple for Mac OS X Snow Leopard® and the upcoming release of Mac OS X Lion..."
    You may want to ask on the mailing list for openjdk.java.net/projects/macosx-port/ if JDK7 for Mac will support the Mac-specific archive component you mentioned?

Maybe you are looking for