Results 1 to 12 of 12

Thread: .BIN File

  1. #1
    ^-- I'm with stupid --^
    Join Date
    Jul 2003
    Location
    Under Your Bed
    Posts
    1,354
    Thanks
    0
    Thanked
    0 times in 0 posts

    .BIN File

    I have just downloaded Star Office and the 130mb file that it is contained in is something called a .BIN. How do i extract it from this?
    tom@meangasoline.co.uk | RIP Zoltan

    Canon 350d | 50 F/1.8 Mk II | 70-200 F/4 L | 1Gb Sandisk Ultra III

  2. #2
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    sounds like someone got the linux version

    chmod a+x staroffice.bin
    ./staroffice.bin

  3. #3
    Oh no!I've re-dorkalated! Jiff Lemon's Avatar
    Join Date
    Jul 2003
    Location
    Sunny MK
    Posts
    2,504
    Thanks
    80
    Thanked
    44 times in 41 posts
    Burn it CD using nero or equivalent.

  4. #4
    'ave it. Skii's Avatar
    Join Date
    Jul 2003
    Location
    Right here - right now.
    Posts
    4,710
    Thanks
    45
    Thanked
    27 times in 18 posts
    Quote Originally Posted by TomWilko
    I have just downloaded Star Office and the 130mb file that it is contained in is something called a .BIN. How do i extract it from this?
    There should be a cue file and a bin

    Open Nero and close the wizard down, select burn image and point it to the cue file, burn away to CD

  5. #5
    Senior Member
    Join Date
    Jul 2003
    Location
    South Wales OR Southampton Uni
    Posts
    2,107
    Thanks
    4
    Thanked
    3 times in 3 posts
    Or you can get a program to just extract the files from the image to your computer.

    I use a program called Isobuster, very nice little program

    EDIT: oh, and you dont have to have a cue file as well, that just does errror checking and stuff I believe
    Desktop: AMD Athlon XP 2500+ Barton, 1024Mb PC-3200 TwinMOS w/Winbond, MSI K7N2 Delta-ILSR, Radeon 9800SE AIW, 40 GB 7,200 Rpm Hitachi Deskstar, 120GB 7,200 Rpm 8mb Cache Maxtor Diamond 9, 160GB 7200 Rpm 8mb Cache Seagate 7200.7 SATA, Plextor 708A 8x DVD-RW, 550W PFC Q-tec PSU, Casetek 1019SM Silver Case, Camdridge Soundworks DTT2200 Speakers

    Laptop: Clevo D470W - 17" Widescreen TFT, Intel Pentium4 3.06Ghz 533FSB, 1024Mb PC-2700 Hynix, Radeon Mobility 9000 64Mb, Fujitsu 80Gb 4,200rpm, 250Gb 7,2000rpm 8mb Cache Maxtor OneTouch, Toshiba SD-R6372 DVD-RW +/- x4, Built-in Four speakers, webcam and microphone

  6. #6
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    I'd put money on it being the linux version (.bin meaning executable binary, a bit like .exe in windows.) I doubt it's a CD image. Linux CD images tend to come with the .iso extension.

    That bin file will probably be a compressed archive and a shell script written to uncompress itself then run the installer/whatever.

    Of course if you're on windows, that file is of little use to you.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  7. #7
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    for the confusion, .bin/.cue is a CDRWIN cd image, where the .bin contains the image, and the .cue says how the data is laid out in the .bin - where cd tracks start and stop, and what data type they are, for example.

    like kez says, a .bin on its own - and ESPECIALLY for an app with a recently released linux version, is most likely to be a compressed shell script & tar combo. the easy way to check is to open the file in wordpad - if it says "#!/bin/sh" near the top, that's a shell script right there. if it's all garbage, then it's a cd image - but without a .cue it's 100% useless to you

    so really, if you're a windows user, and have no .cue file, it's 100% useless either way

  8. #8
    Gadget Victim zhenboy's Avatar
    Join Date
    Mar 2004
    Location
    London/Beijing
    Posts
    733
    Thanks
    0
    Thanked
    0 times in 0 posts
    u can create a .cue file...its deadly easy...
    or u can use some burning software which can work without the cue file to burn the bin file onto a cdr.

  9. #9
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Quote Originally Posted by zhenboy
    u can create a .cue file...its deadly easy...
    or u can use some burning software which can work without the cue file to burn the bin file onto a cdr.
    Yeah zhenboy is right hex. I've managed without cue files before, but still, that won't be a CD image.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  10. #10
    ^-- I'm with stupid --^
    Join Date
    Jul 2003
    Location
    Under Your Bed
    Posts
    1,354
    Thanks
    0
    Thanked
    0 times in 0 posts
    For everyones info...turns out the file was aimed at Sun's own Operating Format...I needed to scroll down the screen a bit more for the Windows version Nevermind, downloading now

    /School-boy error
    tom@meangasoline.co.uk | RIP Zoltan

    Canon 350d | 50 F/1.8 Mk II | 70-200 F/4 L | 1Gb Sandisk Ultra III

  11. #11
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    you got the solaris version

    pld!

  12. #12
    ^-- I'm with stupid --^
    Join Date
    Jul 2003
    Location
    Under Your Bed
    Posts
    1,354
    Thanks
    0
    Thanked
    0 times in 0 posts
    Quote Originally Posted by directhex
    you got the solaris version

    pld!
    Credits gotta be given where credits due...it was a mistake of amazing stupidness!!
    tom@meangasoline.co.uk | RIP Zoltan

    Canon 350d | 50 F/1.8 Mk II | 70-200 F/4 L | 1Gb Sandisk Ultra III

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Writing to a file. (PHP)
    By Nasimov in forum Software
    Replies: 3
    Last Post: 04-05-2004, 08:20 PM
  2. Replies: 0
    Last Post: 07-11-2003, 01:09 AM
  3. windows 2000, corrupt file... help!
    By streetster in forum Software
    Replies: 4
    Last Post: 05-11-2003, 09:21 AM
  4. Manage downloaded webpages file and folder
    By Zathras in forum Software
    Replies: 0
    Last Post: 17-09-2003, 05:37 PM
  5. Replies: 0
    Last Post: 20-08-2003, 11:42 AM

Posting Permissions

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