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.

    Word file help

    Discussion in 'Windows OS and Software' started by grendata, Nov 17, 2008.

  1. grendata

    grendata Notebook Enthusiast

    Reputations:
    0
    Messages:
    30
    Likes Received:
    0
    Trophy Points:
    15
    Hi all,
    Wondering if anyone can help. Earlier this year i was working on a larger word file (14MB) on a computer at work. To move this file to another computer I had to split it up and email it in sections to my email account as the computer wouldn't accept usb sticks and my email could only accept 2MB files

    Anyway to my question.
    I need to put these split files back together and can't remember which program I used to split them. The files have the extension XXX.doc.d* (* = 1 to 8). Would anyone know what program I could use to join them back together.

    Thanks
     
  2. andyasselin

    andyasselin Notebook Deity

    Reputations:
    140
    Messages:
    1,690
    Likes Received:
    0
    Trophy Points:
    55
    have you try open part doc notepad

    see if head might give idea of compressiion used
     
  3. grendata

    grendata Notebook Enthusiast

    Reputations:
    0
    Messages:
    30
    Likes Received:
    0
    Trophy Points:
    15
    I'm not sure that I follow? I tried opening it in wordpad and some of the text is there but the rest is just strange symbols and boxes
     
  4. ATG

    ATG 2x4 Super Moderator

    Reputations:
    3,306
    Messages:
    4,461
    Likes Received:
    344
    Trophy Points:
    151
    I doubt the files are "compressed" if you remove the .d* part of the extension and leave it .doc only you'll most likely open the file.
    Anyway check if you used this. Also there is this program - MS Word Split(not free though).


    Edit: So the files actually use compression....? When you were creating the file did you use MS Word or Wordpad?
     
  5. xTank Jones16x

    xTank Jones16x PC Elitist

    Reputations:
    848
    Messages:
    1,276
    Likes Received:
    2
    Trophy Points:
    56
    Have you tried going back, and re-sending it through G-Mail? I believe G-Mail has a 20 MB attachment limit.

    If you don't have an account, easy to set one up.
     
  6. grendata

    grendata Notebook Enthusiast

    Reputations:
    0
    Messages:
    30
    Likes Received:
    0
    Trophy Points:
    15
    The files were created in MS Word. I also tried the stuff you said but no luck. I managed to put the file back together using a program called Rip&Split but it won't open in word even if I try repairing the file so I don't think that is the proper program.

    I can't find the original file anymore so that is not an option unfortunately
     
  7. PhoenixFx

    PhoenixFx Notebook Virtuoso

    Reputations:
    744
    Messages:
    3,083
    Likes Received:
    0
    Trophy Points:
    105
  8. Shyster1

    Shyster1 Notebook Nobel Laureate

    Reputations:
    6,926
    Messages:
    8,178
    Likes Received:
    0
    Trophy Points:
    205
    How valuable/time-consuming is/was all of the formatting and other non-textual material in the files? If you can deal with having to reformat, you should be able to open the files up in something simple, like notepad (not wordpad - different beastie altogether), extract just the text itself, and then copy and paste that text into a new Word ".doc" file.
     
  9. stewie

    stewie What the deuce?

    Reputations:
    3,666
    Messages:
    2,174
    Likes Received:
    0
    Trophy Points:
    55
    Can you try to remember/give a little more information about the splitter software that you used? Was it a freeware? Did the software let you choose the (.d*) extension or anything you want for the split files? Can the software be used to split files other than .doc?

    The reason I ask is that I cannot find any split/join software that will create the (.d*) extension yet.
     
  10. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    You can always try opening a command prompt and doing this:
    Code:
    copy /b XXX.doc.d* XXX.doc
    If it's a simple split (no additional tags or anything added to the file), that should put them back together.