Continuing with my exploration of old versions of Word in various platforms, I wanted to experience one of the last versions of Microsoft Word for DOS, Word 5.5. Here are the instructions to run it on any platform that supports DOSBox Staging.
Installing DOSBox on Fedora
Turns out, Microsoft are still offering Word 5.5 as a freely available download from their website! So, just wget
it.
sudo dnf install dosbox
mkdir -p ~/CDRIVE/INSTALL
cd ~/CDRIVE/INSTALL
wget https://download.microsoft.com/download/word97win/Wd55_be/97/WIN98/EN-US/Wd55_ben.exe
dosbox
Installing Word 5.5 on DOSBox
Z:\>mount C ~/CDRIVE
Z:\>C:
C:\>cd INSTALL
C:\INSTALL>WD55_BEN.EXE
C:\INSTALL>SETUP
Follow instructions using all defaults. Launch application:
WORD
Have fun! The good thing is that LibreOffice can read Word 5.5 for DOS files without problem, which is not the case of Word 5.1a for Mac, which we learned how to install last week.
Configuration
For more control of your DOSBox environment, you can edit the ~/.config/dosbox/dosbox-staging.conf
file adding the following at the end:
[autoexec]
@ECHO OFF
MOUNT C ~/CDRIVE
C:
PATH C:\WORD
ECHO Use ALT+ENTER to toggle fullscreen.
Now your DOSBox will always start maximized and ready to use. Just type WORD
and write your heart away!