0 Members and 2 Guests are viewing this topic.
Okay, I am looking for a PROGRAM (not online converter), that will convert 8xp files back into text. If I have to I will make one myself but I don't want to.
Quote from: Binder News on October 31, 2010, 05:08:53 pmOkay, I am looking for a PROGRAM (not online converter), that will convert 8xp files back into text. If I have to I will make one myself but I don't want to.I don't think that exists/is possible.
It is certainly possible, you just need to read the 8xp file and convert the hex into ASCII. I don't think there is any 8xp -> text converter software avilable now, but SourceCoder can do that online. Also, DocDE7 has a text -> DocDE file converter.Link to SourceCoder: sc.cemetech.netLink to DocDE7:http://www.ticalc.org/archives/files/fileinfo/398/39851.html
I wonder if that old thing works under Windows 7 64 bit... I used it a lot back then, but I had XP. It was already pretty unstable as it was designed for Windows 95, 98 and NT 4.0.
Quote from: DJ Omnimaga on November 01, 2010, 06:32:56 pmI wonder if that old thing works under Windows 7 64 bit... I used it a lot back then, but I had XP. It was already pretty unstable as it was designed for Windows 95, 98 and NT 4.0.I use TI's Program Editor for most of my program writing, and I'm running Windows 7 x64
Not sure if this is what you're looking for, but this is what I use.I wrote a batch file for it, once you extract everything from the zipfile, keep the folder structure intact and drag the .8xp program over the batchfile. It outputs a file with a .tib extention, which is pretty much identical to a .txt, so just open it.It doesn't handle lowercase at all, and returns gibberish instead (which is a pain). But you can just delete the weirdness and insert your text (or optionally, find a way to automate the task - each lowercase returns the same gibberish each time).