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/

Similar Messages

  • How to output binary data to VISA

    i am interfacing labview with pic microcontroller through serial port using VISA. it is a stream of digital data which is being tranmitted ,stored in microcontroller and then retransmiited by microcontroller to other device...problem is when that data is converted to string to be given to VISA it makes 16bytes out of 16bits...for example if data was "11110000" (1byte) after converted to string it becomes 8 bytes and my microcontroller thibk that 8 bytes are coming................ please kindly tell me how to transmit binary data over serial port so that bit remains a bit dont become byte............................ data is 99bytes but after passing through VISA it become "99x16"bytes........ please help me
    regards
    umair

    The attached example in 8.0 converts a U16 into two U8, builds an array and with the Byte Array to String, converts to the hex string 8000 (two bytes). Note that the string indicator is configured for Hex Display (right click option).
    Now, when you say you want to see '1000001 on the hyperterminal of other PC', you are contradicting yourself. Hyperterminal cannot be set for binary display so if you want to see '10000001' in Hyperterminal, then you need 8 bytes (one for each ASCII character).
    I hope I have made myself clear.
    Attachments:
    U16 to Hex String.vi ‏8 KB

  • 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 upload binary file in database?

    Using servlets..how to upload binary file into database...
    How to get the data of file in servlet...
    Please reply...i'm unable to find exact code...that i want..

    You need to do two separate parts: accept the file from a HTTP multi-part POST and then stream it into a BLOB on the database. To do the former, download Jakarta Commons FileUpload. There is extensive documentation on how to write a simple handler for the upload. You then need to send the data to a BLOB. The specifics vary from database to database but generally you will insert or update a row with an empty blob, get a reference to the blob, pipe the data and then commit.
    If you do a quick forum search, this question has been asked (and answered) dozens of times. Some of the replies may even have code for you. Best of luck.
    - Saish

  • Python, Windows binary distribution dbxml 2.5.13

    I'm having trouble completing the installation of the binary distribution of Dbxml 2.5.13: I seem to be missing the Python bsddb libraries.
    On XP SP2 I installed ActivePython-2.5.4.4-win32-x86.msi and dbxml-2.5.13.msi.
    In c:\Program Files\Oracle\Berkeley DB XML 2.5.13\python I find the following file: dbxml-2.5.13.win32-py2.5.exe. I did not find bsddb3-4.7.6.win32-py2.5.exe or any bsddb3 installation files. Is this a bug in the Windows distribution? Or, if I must download then from where?
    Thanks,
    John Cooper

    John, here is a related topic: Re: Where is bsddb3-4.8.0.win32-py2.5.exe
    Bogdan Coman

  • How to Convert Binary Data in Binary File

    hi,
    my telecom client puts a binary file which is asn.1 encoded with BER.
    how to handle binary data in java.
    how to convert binary to hexa to ascii format
    how to convert binary to octet to ascii format
    please help me in this.
    regards,
    s.mohamed asif

    You don't need to convert the data.
    Only you can do is print it in that formats, like it:
    public static String byteArrayToHex(byte[] b) {
        StringBuffer sb = new StringBuffer();
        for (int i = 0; i < b.length; i++)
             sb.append(Integer.toHexString(b&255) + " ");
    return sb.toString();
    take a look at this
    http://java.sun.com/docs/books/tutorial/essential/io/

  • How many different binary search trees can store the keys {1,2,3}

    I am having a hard time answering this question:
    How many different binary search trees can store the keys {1,2,3} or how about {1,2,3,4} and how did u figure this out?
    Any responses helpful
    Thanks!

    the.maltese.falcon wrote:
    practissum, shame on you for doing this chap's homework for him. @ the OP, this is a Java forum, not a basic data structures forum.
    Also, you forgot the cases
    3
    1
    2and
    1
    3
    2
    the.maltese.falcon, I was just trying to help him get started with the base case. Notice that I didn't enumerate all of the possibilities, but was trying to help the OP get on the right track. You, however, have done this. So shame to you, sir!

  • How to convert Binary to String?

    Hi,
    How to convert Binary to String? Thank!

    Never ceases to amaze me how many people cannot
    accept any form of criticism whatsoever. How dothey
    get through the normal day? Do they pick fightswith
    everyone who says anything to them they don'tlike?
    Was this for me????Who are you calling a psycho??

  • How to Convert binary file to s-records

    Hi all,
    can anybody help how to convert binary ".bin" files to s-record ".s" files
    any idea or code snippets are very appreciated
    best regards,
    gebi

    There is a ready-made converter: "BINARY to Motorola S-Record Conveter Utility" or BIN2MOT.
    http://www.keil.com/download/docs/bin2mot.zip.asp
    Other references:
    http://www.cs.net/lucid/moto.htm
    http://www.amelek.gda.pl/avr/uisp/srecord.htm
    http://www.seattlerobotics.org/encoder/jun99/dougl.html
    http://semmix.pl/mipc/specyf/filehex/mhexu.htm
    http://pmon.groupbsd.org/Info/srec.htm

  • How to display binary output in numeric indicator

    Hai
        How to display binary output in a Numeric display.
    in my program i use numeric display for displaying numeric values in one case
    in the other case i want to display binary output in the same numeric display window as binary,
     i don't want to make seperate o/p display for binary o/p i want change the property of the Numeric display to binary display .
    is it possible to display Binary data in numeric indicator, please give me an idea to do this.
    thanks
    sk
    Attachments:
    DBL2BIN.vi ‏39 KB

    Alternatively, you can use the FormatString property node, and use %08b as format string : 08 means : pad the output with 0 to get a 8 digits wide result.
    See attachment.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    DBL2BIN[1].vi ‏21 KB

  • 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.

  • [svn:fx-trunk] 11488: Resubmitting binary distribution of xercesPatch. jar from the third party module in the SDK and compiled it with Sun JDK 1.4 .2_12.

    Revision: 11488
    Author:   [email protected]
    Date:     2009-11-05 17:10:10 -0800 (Thu, 05 Nov 2009)
    Log Message:
    Resubmitting binary distribution of xercesPatch.jar from the third party module in the SDK and compiled it with Sun JDK 1.4.2_12.
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-16818 - Must open-source the code for xercesPatch.jar.
    Reviewer: Discussed with Gordon
    Tests run: Checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-16818
    Modified Paths:
        flex/sdk/trunk/lib/xercesPatch.jar
        flex/sdk/trunk/modules/thirdparty/xerces-patch/build.xml

    Did you try this:
    http://forum.java.sun.com/thread.jsp?thread=434718&forum=60&message=1964421

  • How to join two distribution rule together in one distribution rule

    how to join two distribution rule together in one distribution rule,and every dist. rule has many cost center.

    Hi,
    Welcome you post on the forum.
    You can create a new rule to include these two rules.
    Thanks,
    Gordon

Maybe you are looking for