PhillipFoster,
Out of curiousity. What are you trying to print? Are they all text files? Images? RTF? PDF? Word? Excel? .. The following is my ramblings based on trying to read "between the lines" of your request.
What is the problem you are really having?
Is how to print text files via WSH the issue?
If text, would suggest you check out Gunter Born's site:
Newsletter & is about printing via wsh.
Is how to print Word (similar for other MS Excel/Access/Powerpoint) the issue?
Using Word To Print
Is finding the files the issue?
List Filesystemobjects In Specified Path...
Is copying files the issue?
Backup Files (copy) With Logging Version 2
Is finding the files programmatically, to use them for printing the issue, and how to copy them the issue?
Searching Through the File System (lower down the page)
What one assumes you want to do is find the files programmatically. One guesses they may or may not have the same file name every time. One guesses you may or may not in copying/moving the files to another directory want to archive them. One cannot guess from your posting what you want to print, and that impacts what engine may or may not work for you.
In the final analysis, if the preceding ramblings cover what you want to do, then it is do'able using WSH/VBScript and Filesystemobject. These will be the main pieces you will need to be working with.
Hope this helps and good luck
DougCranston