by twooclock on 2/19/22, 10:40 AM with 47 comments
Among others I got DisplayWriter 4.0, OS/4 Warp Slovenian, dBase IV, Clipper, PowerPoint 4.0, Netscape Navigator 3.0, etc.
I found also some files with .CHT and .IMG extension which I can't find any software to open them. I know I made them, but unfortunately I can't remember which software was used. There is my family tree and chart of my height growing (which I'd like to compare now with my kids).
Some files I uploaded here: https://github.com/twooclock/KdajBi/tree/main/cht_img Files timestamp is 1990 and 1991.
Please help me find appropriate software!
So far I tried (does not work):
-ABC Flowcharter 3.01
-IBM Storyboard Plus 1.01 (5.25)
-Harvard Graphics for Windows 4.0
-Harvard Graphics for Windows 2.0 (3.5)
-HarvardGraphicsViewer
-PowerPoint 98
Googled, checked file.org, WinWorld, ... loosing hope... really makes me think about digital preservation.
Thank you!
by jesprenj on 2/19/22, 11:14 AM
--- Edit:
Those four files are really small and I can't see any person's names in them when just opening them as plaintext files, but LINEN contains some instructions for solving math systems of equations: "sistem dveh linearnih enačb z dvema neznankama. Možne rešitve". Other files seem like a listing for a music album (MARLEY: 01. No woman no cry) and possibly lyrics or something in BEATLES (eight days a week she loves you, ... Maybe something for a karaoke program). KASETA is also really short and contains no text - maybe some chiptone music, but that's just a silly guess.
To correct myself: binwalk, file and strings do not help you here. It's not even ASCII text.
by awhitby on 2/19/22, 4:07 PM
* The MARLEY songs are laid out in two columns (side A, side B) from left to right then top to bottom, which suggests its pretty close to a matrix of characters, rather than something more abstract/structured.
* Every character is taking up two bytes, which could be some Slovenian encoding but I doubt any European language was taking up 16 bits in the early 1990s, which makes me think every second character is a formatting for the character that precedes or follows it.
* The MARLEY title has a repetitions like "BBoobb MMaarrlleeyy" which might be the kind of overprint mode I remember dot matrixes having, where the printer prints a character then goes back and reprints it, to get a bold effect.
I would dig around for old dot matrix standards, Epson and so on.
by awhitby on 2/20/22, 10:53 PM
I solved this, figuring out the file structure and encoding from the examples. I was totally wrong about the printer idea I suggested in another reply.
MARLEY.CHT, for example, looks something like this:
╔════════════════════════════════════════════════════════════╗
║ ║
║ ║
║ ║
║ ║
║ ║
╠════════════════════════════════════════════════════════════╣
║ BBoobb MMaarrlleeyy && TThhee WWaaiilleerrss ║
║ BBoobb MMaarrlleeyy && TThhee WWaaiilleerrss ║
║ LLeeggeenndd ║
╠═════════════════════════════╦══════════════════════════════╣
║AA:: ║BB:: ║
║AA:: ║BB:: ║
║- - - - - - - - - - - - - - -║- - - - - - - - - - - - - - - ║
║1.No woman no cry ║1.Three little birds ║
║ ║ ║
║2.One love/people get ready ║2.Buffalo soldier ║
║ ║ ║
║3.Is this love ║3.Waiting in a vain ║
etc.You can see all the files and the code that made them here: https://github.com/econandrew/hn_mystery_files
This was a strangely satisfying task. I hope I can help the OP recover their more important files too.
by zxcvbn4038 on 2/19/22, 11:23 AM
I think the CHT files are dbase databases. IMG could be anything, lots of programs used that extension. You’ll need to get in with a hex editor and look for clues.
by da768 on 2/19/22, 1:04 PM
Now maybe that floppy disk has corruption. (You could check if you get the same byte-for-byte output using another drive or give a run of GRC SpinRite worst case)
All the repetitive '31 02' in both CHT and IMG files make it look like it comes from the same app suite or it's just data loss somehow.
KASETA has interesting patterns in a raw pixel viewer, RGB32, 15 pixels wide, but LINEN doesn't seem to be an image.
Tried opening this with Corel Draw, Ventura Publisher or else ?
by 19wintersp on 2/19/22, 1:59 PM
I'm guessing they're all from a word processor at this point - Text602 is a shot in the dark from a vague link on Wikipedia - and I think the file is structured as pairs of bytes, with the first being some data, and the latter being a presentation attribute. For example, I'm guessing from LINEN that `0x06` indicates superscript.
by jbullock35 on 2/22/22, 3:59 PM
by BuyMyBitcoins on 2/19/22, 2:59 PM
by mod on 2/19/22, 11:35 AM
by beecafe on 2/19/22, 2:41 PM
by thatannoyingguy on 2/19/22, 5:05 PM
by twooclock on 2/19/22, 1:16 PM
by phaedrus on 2/19/22, 7:41 PM
by bhbh on 2/19/22, 1:43 PM
by scrumper on 2/19/22, 5:44 PM
EDIT: Ugh, maybe not, I looked at LINEN.IMG and there's a lot of text in there.
by BaldricksGhost on 2/19/22, 1:54 PM
Best of luck.
by bombcar on 2/19/22, 3:27 PM
by ChrisArchitect on 2/19/22, 9:32 PM
by RonaldOlzheim on 2/21/22, 2:00 PM
by shimonabi on 2/19/22, 3:06 PM
by mastasky on 2/19/22, 11:06 AM
BEATLES and MARLEY and simple lists of songs. LINEN.IMG contains information in Slovenian about methods of solving a graphical algebraic table. KASETA is more obscure, doesn't contain readable information I can extract.