Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch Print *.rtf files with Word  (Read 15842 times)

0 Members and 1 Guest are viewing this topic.

Salmon Trout

  • Guest
Re: Batch Print *.rtf files with Word
« Reply #15 on: December 15, 2011, 11:53:10 PM »
What version of Word are you using? There could be some unseen nuances between different Word versions that could be causing this issue.

Quote from: The OP
C:\Program Files\Microsoft Office\Office12\winword.exe

Word 2007



oldun

  • Guest
Re: Batch Print *.rtf files with Word
« Reply #16 on: December 16, 2011, 02:04:14 AM »
You could try using wordpad instead of word, like this:

Code: [Select]
write /p test1.rft

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Batch Print *.rtf files with Word
« Reply #17 on: December 16, 2011, 03:21:58 AM »
Word 2007

It also works as is (with a short file name, of course) with Word 6.
I was trying to dereference Null Pointers before it was cool.

Squashman



    Specialist
  • Thanked: 134
  • Experience: Experienced
  • OS: Other
Re: Batch Print *.rtf files with Word
« Reply #18 on: December 16, 2011, 05:19:49 AM »
You could try using wordpad instead of word, like this:

Code: [Select]
write /p test1.rft
Wow.  That is pure logic. Not sure why we all were fixated on doing it with word.