Opening old Word files

I have copied from diskettes some old Word files that show on my Mac as being Word files (the icon has the blue 'a' in the middle, and the have the .doc suffix), and if I click on 'Get Info' it says they are Word files, but I can't open them. If I click on them I get the window that asks what I want to convert it from and none of them work. These docs are from 1989 and 1990, so somewhat ancient but important to me. Anybody got any ideas?

DufusKerrang,
"If I click on them"
Because newer genreations of software build in certain unwanted automated features, you are better off opening a file from within a program instead of relying on shortcuts. Make backup copies of the files you want to open. Put them into a test folder. Open the open the version of Word you want to work with. Use the "open" option in the file menu and follow the options. Try several options and see which one gives the cleanest result.
If you have an older Mac that will run Word 2001, use it instead of the latest version. Word 2004 will crash OS X predictably and require restarting you computer. Avoid it. Newer software alters the icon of a file to show the newer software logo, even if you did not want the icon altered. It makes it harder to quickly identify older files created by older versions.
The assumption is that 1989 files were in Word 3. They should still be easily recognized but start in the destination program to open them. We have numerous versions of Word starting with v.1 on floppies so we could test options for which files will open on an OS X machine.
Ji˜m

Similar Messages

  • Why won't old Word files open?  Only option to open is to use Keynote

    Why can't I open older word files not that I have upgraded to Snow Leopard? I assume this is the problem. It seems like I have to purchase Keynote if I want to open old documents???

    It seems that your file/application associations have become corrupt. These files (.doc and .docx) are WORD files, as you said, but your Mac has forgotten.
    To fix this: highlight a .doc file, and GET INFO (Control-I). In the window which opens, you'll see an "Open with" drop-down box, with a list of possible apps, and "other". Set this to "Microsoft Word" (If that's not already in the list, find it under "other"). Then "Use this application to open all documents like this one", click "Change all ...". Repeat this procedure with a .docx file.
    This will most likely work, but If it doesn't, please get back here, describing exactly what you see in those "Info" windows, and what happens.
    Good luck!

  • Opening MS WORD files in Appleworks

    I never bought MS Word during the 30 day trial. Now it looks like I'll be getting a bunch of Word documents sent to me in the near future.
    I read somewhere here that Word files can be opened in Appleworks. I've had no success with it so far. Could someone please tell me how to do that?
    Or, If I do have to buy MS Word For Mac, is there a cheap way to do it? Like an old version or something other that the $250+ they're asking for the new one?
    Imac   Mac OS X (10.3.9)   1.25 GHz 512GB RAM 80GB HD with 120 GB XTNL.

    You certainly don't need to buy Office. There are several options available.
    TextEdit that is included with OS X can open most Word files.
    One of the free Office clones - NeoOffice or Open Office for any Office file. Also, AbiWord, but only for Word files.
    icWord from Panergy Software - not free but the trial is fully functional. icWord also has the ability to save as AppleWorks. There is also icExcel. These are approximately $20 (US) each or $30 for both.
    Pages, part of iWork, can open Word files.

  • How can I open old cwk files using OS X 10.8.4?

    I have tried to open old cwk files using Pages, using Numbers and using Keynote as well as trying to open them with Word or even OpenOffice.  However, the most I can get is what looks like gibberish.  Any suggestions?  Thanks

    Don't know if you found a solution to your cwk File problem but I had the same problem and solved it by downloading this program and was able to open my old cwk files.
    libreoffice That will oppen old cwk files and its free (by donation)
    Hope this helps?
    Cheers

  • I'm operating 10.6.8 If I upgrade to 10.7 or above, will I loose access to my old Word files?

    I'm operating 10.6.8 If I upgrade to 10.7 or above, will I loose access to my old Word files?

    You won't lose the documents unless a problem occurs(back them up), but if you're using Microsoft Office 2004 or earlier, you'll need to upgrade Office or open them in a different application.
    (116259)

  • How can I open Microsoft Word files on my iMac?

    How can I open Microsoft Word files on my iMac?

    You can even use the Pages app that is installed on your computer. Finally you can buy a license of Office for Mac and have Word, Excel, PowerPoint and if you want Outlook too.

  • I have a new IMAC with a Maverick platform (I can update to Yosemite). I did all graphics on a G5 Power PC (very old), in Freehand (very old)... How can I open old Freehand files on this new Mac? Can I still open and work in Freehand on this new Mac?

    I have a new IMAC with a Maverick platform (I can update to Yosemite). I did all graphics on a G5 Power PC (very old), in Freehand (very old)...
    How can I open old Freehand files on this new Mac?
    Can I still open and work in Freehand on this new Mac?

    Let me see if I've gotten this right! You want to remove an account from BOTH machines? Do this for your new machine first, then for the other.
    Click the Apple logo on the top left of the screen, System Preferences, Users and Groups (under Systems), unlock the lock in the window if its locked (you need to know the password), select the user that you wish to remove, and click the - sign next to the + sign for Login options. A window will pop up with some options. Select Delete this user and securely, and click 'Delete user'.
    After this, do an update from the App Store.
    Thats all there is to it.
    For the other machine repeat the process except for one thing. Before you delete the user in this case YOU, you will have to give Administrator priviledges to your son bu checking the box 'Allow user to administer this computer'.
    Do NOT do anything from Finder ... if you dont know how to fix the consequences of the problems caused.
    There is no need to unauthorize your iTunes account on your new machine. Do it on the old machine though.

  • How do I open old tiff files in PS CS5

    How do I open old tiff files in PS CS5?

    Opening old files in new versions should never be a problem - unless they have originally been saved in other applications that don't follow the file format specifications. Or the files are corrupted.
    The other way around can sometimes be tricky because of new features not present in the old version.

  • How do I open a Word file which was exported fron PDF?

    how do I open a Word file which was exported from a PDF file?

    Hi alansandy,
    You can find your converted Word file stored in your Acrobat.com account at https://cloud.acrobat.com. You can download your file from your account by selecting it and clicking the Download icon. Then, you can open it right up in Word!
    Best,
    Sara

  • Opening a Word File

    Hey
    I got a question for a program that im programming im trying to program a button
    that opens a word File the moment u click on the button. Anychance any of u know how to realize this ?
    Please let me know.
    Steven

        private void MbriefActionPerformed(java.awt.event.ActionEvent evt) {                                      
    Process process = Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler c:\test.doc");
        }   I basicly get the next error message
    with this code while compiling
    init:
    deps-jar:
    Compiling 1 source file to C:\Documents and Settings\Administrator\Bureaublad\I-1\Last moment\2ProjectSportivo\build\classes
    C:\Documents and Settings\Administrator\Bureaublad\I-1\Last moment\2ProjectSportivo\src\projectsportivo\Overzichten.java:205: unreported exception java.io.IOException; must be caught or declared to be thrown
    Process process = Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler c:\test.doc");
    *1 error*
    BUILD FAILED (total time: 0 seconds)

  • Cannot open old Illustrator files (pre version 8) in CS4 trial

    Hi
    I am thinking of upgrading from Illustrator CS2 to CS4. However, I have downloaded the trial version and have found that Illustrator CS4 cannot open old Illustrator files earlier than version 8 (pre 2000) whereas Illustrator CS2 had no problem with this. I do not want to resave my old files as there are way too many of them (hundreds!).
    I am running Windows XP.
    Has anyone else had this problem?
    Thanks

    Exactly what happens when you attempt to open one of these old files in AI 14 (CS4)? (If you get an error message, what does it say?)
    Can you post a sample file up on a server or service and provide the link here? That way, others with AI 14 can test to see whether it's something peculiar to your installation.
    Please also tell us exactly how you are attempting to open the files. (Double-clicking in Explorer? Using File | Open from within Illustrator? Dragging and dropping onto an AI 14 shortcut?)
    >...CS4 cannot open old Illustrator files earlier than version 8...
    I find it very difficult to believe AI 14 can open version 8 but not version 7 files. There was no significant change in the native file format.

  • How to open damaged word file?

    I m trying to open MS Word Document file, MS word files are showing error message like word 2003 
    doesn't open file, I have important document file got corrupted, so How to open damaged word file? 
    If you have any answer please help assist me.

    When a Word document file is corrupted, then you can try several methods to recover it:
    1. First of all, you can try the recovery function integrated with Microsoft Word, as follows:
    1) On the File menu, click Open.
    2) In the Look in list, click the drive, folder, or Internet location that contains the file that you want to open.
    3) In the folder list, locate and open the folder that contains the file.
    4) Select the file that you want to recover.
    5) Click the arrow next to the Open button, and then click Open and Repair.
    You may find more information about this at:
    http://office.microsoft.com/en-us/word-help/recover-the-text-from-a-damaged-document-HP005189610.aspx (for Word 2003)
    http://support.microsoft.com/kb/893672/en-us (for Word 2007/2010/2013)
    2. If 1 does not work, then you may try third-party tools such as DataNumen Word Repair at
    http://www.datanumen.com/word-repair/
    It provides a free demo version so that you can try to see if the data you want can be recovered or not.
    Good luck!

  • Opening a word file in MS Office Word software window through Java code

    I want to open a word file in MS Office Word software window through Java code.
    Is it possible ? If possible then please let me now how can I do it.
    Bhoopender

    Thanks for replying.
    I tried the following code -
    public class OpenFileWithItsExt
         public static void main(String[] args) throws java.io.IOException
              Runtime.getRuntime().exec("a.doc");
    and it gets compiled successfully, but on running outputs as -
    Exception in thread "main" java.io.IOException: CreateProcess: a.doc error=193
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:428)
    at java.lang.Runtime.exec(Runtime.java:364)
    at java.lang.Runtime.exec(Runtime.java:326)
    at OpenFileWithItsExt.main(OpenFileWithItsExt.java:5)
    My file is in the pesent working directoty.
    Please solve my problem.
    Thanks

  • Open the word file on the click of Link

    Hello,
    I have a requirement to open the word file on the click of LinkToUrl.
    Could anyone please explain the steps of doing that?
    Regards,
    Jyotsna

    Hi,
    Have a look at WD comp  WD_TEST_APPL_ACFEXECUTE. With that you can start applications on the frontend, such as Word. More information can be found in this thread: ACFEXECUTE
    Cheers, Roel

  • HT4623 I update my iPad mini retina with iOS 7.1 resulting in not being to down load NOR OPEN  PPT, WORD files using iWork, page, can anyone pls help?

    I update my iPad mini retina with iOS 7.1 resulting in not being to down load NOR OPEN  PPT, WORD files using iWork, page, can anyone pls help?

    You want to just use Dropbox until the dust settles.  To use it from iWork for iOS (assuming you have the Dropbox app installed on your device), open the document in Keynote (for example), tap the share icon (box with upward pointing arrow), choose Open in Another App, choose Keynote as your format, then choose Open in Dropbox and you will get an option to save it to your Dropbox account.  To open it from Dropbox in iWork for iOS, open the document in the Dropbox app, tap the share icon, tap Open in Keynote (for example).  It's a bit clunky, but works. 

Maybe you are looking for

  • Having problems combining PDF files with electronic signatures...

    I have Adobe Pro XI and I've been trying to combine numerous PDF files. They are each 2 pages and contain electronic signatures. When I attempt to combine them it appears to be working and then suddenly Adobe just closes with no error message or anyt

  • OBIEE 11g level based hierarchy

    Hi everyone, here is my problem in brief I made a level based hierarchy for Products, and I need to show the product name beside the product code in the last level in the hierarchy, the steps i made to reach this is as follows: 1- making the name and

  • Transferring internal orders from R/3 to CRM.

    Hi, Can any one tell me about the process of transferring the list of internal orders from R/3 system into CRM system???? Is there any specific T-code for this operation??? Please suggest. Thanks & regards, Rupam.

  • Arch 0.7 : download man-pages

    i get the following error when trying a fresh install. im obviously using vmware, and have tried about 7 times to MAKE SURE it wasnt just a 1 time thing.

  • Data Input into a Wizard

    Dear Fellow Developers: I am currently developing a wizard that receives data inputted from a user. At a few points in the process, the wizard requires the user to input several pieces of data in one step, as part of a loop. For example: A wizard ask