English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

So that's all I need, mind you how do I cross a linux .bin exucutable with Windows!

2007-07-22 15:10:53 · 4 answers · asked by Soulis 1 in Computers & Internet Software

4 answers

well to open a .bin file using windows
you can use
a program called
DAEMON TOOLS
http://www.disc-tools.com/download/daemon

2007-07-22 15:15:53 · answer #1 · answered by TNT 2 · 0 0

.bin is a Linux file extension, you cannot open it using Windows.

chmod a+x file.bin
./file.bin

those are Linux file commands from a Linux terminal.
should be:
chmod a+x file.bin
./file.bin

I should also mention:
file from the above commands = file name you used[case sensitive]

You can't use those commands in Windows.

2007-07-22 15:19:29 · answer #2 · answered by bryan_q 7 · 0 0

You already knew it's Linux; a self-extracting file; I haven't explore the issue you speak of, I just ran it because self-extracting under Linux is exactly what I want.

If you just downloaded, file.bin do this:
chmod a+x file.bin
./file.bin

2007-07-22 15:17:16 · answer #3 · answered by Andy T 7 · 0 0

.bin is a image file....get daemon for that it is a virtual emulator easy to use...get it from

http://www.daemon-tools.cc/dtcc/announcements.php

and mount the image that you have there...and make sure that you turn on the emulation options on..

have fun....

2007-07-22 15:14:24 · answer #4 · answered by Mandeep 2 · 0 0

fedest.com, questions and answers