Page 1 of 1
Open a "dat" file?
Posted: Fri Jun 10, 2011 7:40 pm
by thewolfe
Can I open a "dat" file without the program it was created by?
Re: Open a "dat" file?
Posted: Fri Jun 10, 2011 7:49 pm
by fliptw
Yes you can. Could you make sense of it? Probably not.
Re: Open a "dat" file?
Posted: Fri Jun 10, 2011 8:15 pm
by Krom
Never mind that there are literally dozens of different types of ".dat" files out there and the vast majority of them are gibberish outside of the program that created them.
Re: Open a "dat" file?
Posted: Fri Jun 10, 2011 9:33 pm
by Spidey
Try Notepad
Re: Open a "dat" file?
Posted: Fri Jun 10, 2011 10:08 pm
by Sirius
Concurring with Krom, they tend to be files in any number of usually proprietary formats, and used for any number of things - the only thing they tend to have in common is that they store some kind of data. Which tells you that they are probably not executable and ... that's about it.
The only thing that can consistently Open Dat File and save it without making it unreadable to the original application is a hex editor.
Re: Open a "dat" file?
Posted: Fri Jun 10, 2011 10:45 pm
by Jeff250
If you have an OS X or Linux box sitting around, you could try the `file' command and see if it outputs anything interesting about the file type.
Re: Open a "dat" file?
Posted: Sat Jun 11, 2011 9:42 am
by thewolfe
Ten four, thanks.