+ Reply to Thread
Results 1 to 5 of 5

Read Binary

  1. #1
    Dan
    Guest

    Read Binary

    Is it possible to:
    1) open a binary file
    B) convert to text
    Thanks
    Dan

  2. #2
    Tom Ogilvy
    Guest

    Re: Read Binary

    What application produced the file?
    What do you know about the format of the file?

    for example, an xls is written in a binary format and you would need to know
    the format to interpret the file (basically do what excel does)

    Are you sure it is binary. Have you tried opening it in word?

    --
    Regards,
    Tom Ogilvy

    "Dan" <Dan@discussions.microsoft.com> wrote in message
    news:51FC4A94-2DF3-4C9D-8725-B879AEA9F31F@microsoft.com...
    > Is it possible to:
    > 1) open a binary file
    > B) convert to text
    > Thanks
    > Dan




  3. #3
    Dan
    Guest

    Re: Read Binary

    Tom,
    It is a fortran binary file, word loads it but does not recognize it.
    Thx
    Dan

    "Tom Ogilvy" wrote:

    > What application produced the file?
    > What do you know about the format of the file?
    >
    > for example, an xls is written in a binary format and you would need to know
    > the format to interpret the file (basically do what excel does)
    >
    > Are you sure it is binary. Have you tried opening it in word?
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    > "Dan" <Dan@discussions.microsoft.com> wrote in message
    > news:51FC4A94-2DF3-4C9D-8725-B879AEA9F31F@microsoft.com...
    > > Is it possible to:
    > > 1) open a binary file
    > > B) convert to text
    > > Thanks
    > > Dan

    >
    >
    >


  4. #4
    Tom Ogilvy
    Guest

    Re: Read Binary

    As I said, based on the minimal information provided, you will have to know
    how to interpret the file.

    --
    Regards,
    Tom Ogilvy


    "Dan" <Dan@discussions.microsoft.com> wrote in message
    news:2C7F5F3A-3C1E-455C-9611-5AC55CF34320@microsoft.com...
    > Tom,
    > It is a fortran binary file, word loads it but does not recognize it.
    > Thx
    > Dan
    >
    > "Tom Ogilvy" wrote:
    >
    > > What application produced the file?
    > > What do you know about the format of the file?
    > >
    > > for example, an xls is written in a binary format and you would need to

    know
    > > the format to interpret the file (basically do what excel does)
    > >
    > > Are you sure it is binary. Have you tried opening it in word?
    > >
    > > --
    > > Regards,
    > > Tom Ogilvy
    > >
    > > "Dan" <Dan@discussions.microsoft.com> wrote in message
    > > news:51FC4A94-2DF3-4C9D-8725-B879AEA9F31F@microsoft.com...
    > > > Is it possible to:
    > > > 1) open a binary file
    > > > B) convert to text
    > > > Thanks
    > > > Dan

    > >
    > >
    > >




  5. #5
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,433
    Are you trying to decompile a FORTRAN executable file back to the original code file? I don't know anything about FORTRAN decompilers, but a Google search for Fortran decompilers came up with a few interesting hits, and a lot of end user agreements that say you aren't allowed to decompile software title X.

    Or are you trying to access an output file created by the executable? If so, then, as Tom says, you need to know the details of how the executable creates the file.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1