PDA

View Full Version : Opening old .mss docs


Asturias56
25th Oct 2021, 09:17
I have found a load of old word processing documents from the early 1990's on a old machine at work. One of these looks like something we'd very much like to recover - a history of a project that went badly wrong way back..

It's in .mss format - I can get some of the text by opening using TEXTPAD but it 's vey very messy

I think it might be a WordPro (ex Lotus, exI BM) document but there isn't much advice on the web as to how to recover them

Any ideas?

le Pingouin
25th Oct 2021, 12:39
Something to do with microprocessor design?

https://www.xilinx.com/html_docs/xilinx2021_1/vitis_doc/xsct_mss.html

Asturias56
25th Oct 2021, 16:09
no - they're clearly word processing files - opening them in TEXTPAD shows they're the usual nitty gritty office type stuff. I guess they were pre Word

IBM/Lotus used to sell a third party package called Word Pro and that looks like the probable software

aerobelly
25th Oct 2021, 17:34
This outfit claim to able to read them - Sublime Text (https://www.file-extensions.org/sublime-text-file-extensions#desc) If they want money for a copy to run on your OS and it's not worth it for just a few files just PM me because I can get a no-cost copy for my Linux machines. I might want some sort of compensation not to be able to giggle at a fiasco though....

'a

jimjim1
25th Oct 2021, 20:06
I quite like this kind of problem. Of course investigate Sublime Text as mentioned above, looks as it that might do it.

Otherwise perhaps try emacs. I have no idea of emacs will still support such old stuff.

Here are the notes I made when looking at this.

###
###

PerfectWriter MSS

https://en.wikipedia.org/wiki/Perfect_Writer

###

MSS File Extension - Open .MSS File (Manuscript text file) (http://dotwhat.net/file/extension/mss/4001)

.MSS extension are known as Manuscript text files

.MSS in reference to Perfect Writer (DOS/Cpm) word processor files, are in text ASCII format, with text used for formatting and it is felt printer controls (Epson compatible for the day)

###

https://www.webopedia.com/reference/data-formats-and-file-extensions/

.mss Manuscript text file (Perfect Writer – Scribble – MINCE – Jove)

###

https://opensource.apple.com/source/emacs/emacs-59.0.80/emacs/etc/ONEWS.4.auto.html
Copyright (C) 1992
Changes in version 18.58.

** Scribe mode now exists.

This mode does something useful for editing files of Scribe input.

It is used automatically for files with names ending in ".mss".

###

https://en.wikipedia.org/wiki/MINCE

MINCE stands for "MINCE Is Not Complete Emacs"

MINCE was a companion product to SCRIBBLE, a text formatter based on Scribe

MINCE and SCRIBBLE were later developed into the Perfect Writer and FinalWord word processors. FinalWord later became Sprint.

netstruggler
26th Oct 2021, 08:40
I have found a load of old word processing documents from the early 1990's on a old machine at work. One of these looks like something we'd very much like to recover - a history of a project that went badly wrong way back..

It's in .mss format - I can get some of the text by opening using TEXTPAD but it 's vey very messy

I think it might be a WordPro (ex Lotus, exI BM) document but there isn't much advice on the web as to how to recover them

Any ideas?

If they are ASCII Text files you may be able to get somewhere by opening them in Microsoft Word as a text file and getting clever with 'Search and Replace' to replace the control strings with spaces or new lines for example. It depends how amenable the control strings are to being recognised in a search field.

cattletruck
26th Oct 2021, 11:07
I could be showing my age here, but the document could be in EBCDIC format rather than ASCII because it was a bigger character set by 1 bit and thus favoured by word processors of the time for that extra capability.

It was also very common from when computers were invented to incorporate "magic numbers" inside a file, which are really just the first few bytes of the file that are unique to a particular file type. Try googling yours if you think there is one.

One trick I do on a Linux system is run a command called "strings" on data files to quickly get a sample of the text that is in them.

Otherwise perhaps try emacs.

Emacs users are quite rare.

aerobelly
26th Oct 2021, 18:17
Emacs users are quite rare.

Vi has won the tussle! (I used emacs before vi at the beginning of the '80s and was happy to switch.)

If the file was in EBCDIC I don't think Notepad would find anything but garbage, it's very different to ASCII.

'a

Asturias56
31st Oct 2021, 09:33
Thanks guys and girls - I'll maybe use the "search and repalce " suggestion to clean them up first and then copy and paste the bits we need

Cheers!!