The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How to Make XP Regonize OS9 File? [non-notebook q]

    Discussion in 'Apple and Mac OS X' started by tmcnellie, Oct 27, 2004.

  1. tmcnellie

    tmcnellie Notebook Enthusiast

    Reputations:
    0
    Messages:
    25
    Likes Received:
    0
    Trophy Points:
    5
    Hi, This may not be the right forum for this, but I'm hoping someone can help me with a problem I'm having.

    I'm transferring roughly 1,000 Microsoft Word files from an iMac with OS 9.2 to my Windows XP laptop.

    Moving the files isn't a problem, but XP won't recognize them as Word files unless I manually tack on the .doc extension for each file. Not a problem with a few files, but quite a chore with more than 1,000.

    Is there anything I can do on either the Mac or PC to address this?

    Thanks.



     
  2. MistaMuShu

    MistaMuShu Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    0
    Trophy Points:
    5
    One solution is to navigate to the folder with all the documents in command prompt and enter the following command:

    for %a in (*.*) do rename %a %a.doc

    Make sure you are in the right folder though. If you're unsure of how to use the command prompt, just ask me.