View Single Post
  #2 (permalink)  
Old 12-08-2007, 12:00 AM
Programmist Programmist is offline
Member
 
Join Date: Nov 2007
Posts: 7
Programmist is on a distinguished road
Usually *.DAT files are binary files. If this is the case, then it's is going to be tough, unless you know the format of the file. If it's a text file (which is possible) then your job will be much easier. If you're not sure, try to open it with a text editor.
Reply With Quote