I have a CD full of MS Word files [1,427 doc files]. My assignment is to print each document. Which is looking like a manual proposition.
Is there a way to have MS Word loop through the various directories until it reaches the end of the CD and open, print and then close each document? I am also struggling with how to determine when the end of the CD is reached….[how to discern EOF and end my loop].
I also wondered if I should try a batch file to use MS word’s print capability without firing up MS Word itself. This would seem to be “faster” than MS word opening and closing each of 1,427 doc files. But I can’t seem to find anything on the interenet about this–perhaps it is because I am not sure which search words to use. Can MS Word XP be manipulated from a command line prompt or batch file? Or should I continue to try to develop VBA code in MS Word to do what I want [open, print and close each doc file]?
Any guidance is welcome….THANKS.