Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  • Thread Tools
  1. 3 Star Lounger
    Join Date
    May 2001
    Location
    Burlington, KS, USA
    Posts
    207
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Combining Many Documents into One (97)

    Very good, Kevin. Much simpler than my answer. Proof that an old DOS dog like me can learn new DOS tricks. <img src=/S/laugh.gif border=0 alt=laugh width=15 height=15>
    The postings on this site are my own and do not necessairly represent the position or opinion of WCNOC.

  2. Lounger
    Join Date
    Jan 2001
    Location
    new orleans, louisiana
    Posts
    43
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Combining Many Documents into One (97)

    glad it worked out. i had a similar problem where i combined all the .doc in a directory into one file-i brought up the first document, then hit ctrl-enter for a page break, alt i, f to insert a file, clicked on the next file name in line. eventually i ended up with a new file of all those documents (they were recipes) in one big document, separated by page breaks.

    i used phil's booklet technique to print them out as a recipe booklet! it was very crude, but then, didn't take hardly any knowledge or skill!

  3. Gold Lounger
    Join Date
    Dec 2000
    Location
    Hollywood (sorta), California, USA
    Posts
    2,759
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Combining Many Documents into One (97)

    <img src=/S/rofl.gif border=0 alt=rofl width=15 height=15> <img src=/S/laugh.gif border=0 alt=laugh width=15 height=15> <img src=/S/rofl.gif border=0 alt=rofl width=15 height=15>


    <img src=/S/smash.gif border=0 alt=smash width=30 height=26>

    We need a smilie crying and pounding the dirt!
    Kevin <IMG SRC=http://www.wopr.com/w3tuserpics/Kevin_sig.gif alt="Keep the change, ya filthy animal...">
    <img src=/w3timages/blackline.gif width=33% height=2><img src=/w3timages/redline.gif width=33% height=2><img src=/w3timages/blackline.gif width=33% height=2>

  4. Gold Lounger
    Join Date
    Dec 2000
    Location
    Hollywood (sorta), California, USA
    Posts
    2,759
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Combining Many Documents into One (97)

    Yes, and how about the recipies? Are they any good?
    Kevin <IMG SRC=http://www.wopr.com/w3tuserpics/Kevin_sig.gif alt="Keep the change, ya filthy animal...">
    <img src=/w3timages/blackline.gif width=33% height=2><img src=/w3timages/redline.gif width=33% height=2><img src=/w3timages/blackline.gif width=33% height=2>

  5. Gold Lounger
    Join Date
    Dec 2000
    Location
    Hollywood (sorta), California, USA
    Posts
    2,759
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Combining Many Documents into One (97)

    Gary,

    I was even trying to see if one could use that copy command with the /b switch to combine Word files into one big Word file. The copy works, but when Word encounters the first "End of Document" code (or however Word knows it's at the end?!!), it ignores the rest of the documents.
    Kevin <IMG SRC=http://www.wopr.com/w3tuserpics/Kevin_sig.gif alt="Keep the change, ya filthy animal...">
    <img src=/w3timages/blackline.gif width=33% height=2><img src=/w3timages/redline.gif width=33% height=2><img src=/w3timages/blackline.gif width=33% height=2>

  6. Lounger
    Join Date
    Jan 2001
    Location
    new orleans, louisiana
    Posts
    43
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Combining Many Documents into One (97)

    who the heck knows? i tend to collect recipes which i then read while eating my Stouffer's lasagne!

  7. 5 Star Lounger
    Join Date
    Dec 2000
    Location
    Tallahassee, Florida, USA
    Posts
    901
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Combining Many Documents into One (97)

    If you don't give a darn about formatting of the recipes, you could set your Word to Recover Text from Any file before opening. You may also want to try opening in WordPad... Haven't tested, but it's a thought....
    Karen

  8. Bronze Lounger Charles Kenyon's Avatar
    Join Date
    Jan 2001
    Location
    Madison, Wisconsin, Wisconsin, USA
    Posts
    1,422
    Thanks
    15
    Thanked 23 Times in 22 Posts

    Re: Combining Many Documents into One (97)

    The example was for files in the root directory. If they are buried in your folder structure either maneuver to your containing folder and use the following:

    for %i in (.*.txt) do type %i >> saveit.doc

    or put in the full path name using quotation marks if there are any spaces or other non-alphanumeric characters in the name and path as in:

    for %i in ("c:my filestext files"*.txt) do type %i >> "c:my filestext filessaveit.doc"

    This is assuming that Gary's command works, which I do assume.

    Doesn't everyone know that Windows is not really an OS but simply a shell built on a more and more undocumented DOS? <img src=/S/grin.gif border=0 alt=grin width=15 height=15> (or am I as wrong about this as I am about so many other things?)
    Charles Kyle Kenyon
    Madison, Wisconsin

  9. Bronze Lounger Charles Kenyon's Avatar
    Join Date
    Jan 2001
    Location
    Madison, Wisconsin, Wisconsin, USA
    Posts
    1,422
    Thanks
    15
    Thanked 23 Times in 22 Posts

    Re: Combining Many Documents into One (97)

    I'm back up, finally, with tremendous promises from my hosting company for this to never happen again. (or at least until next time).

    I'm still trying to dig out from the mound of email that was addressed to me at the site. You will be in my thoughts as I drink the champagne this weekend. If I ever make it to your neighborhood, I'll bring a real bottle.
    Charles Kyle Kenyon
    Madison, Wisconsin

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •