In order to print all files in a directory with switches, I have been figuring out VIEW /P which will print files. See for gory details: https://jpsoft.com/forums/threads/view-print-multiple-files-switches-fail.7163/#post-41096
I've solved the final piece: the documentation for font size is wrong. If you use it, you cannot change font size.
Current (wrong) documentation:
Example, to correctly print all *.txt files in current directory, with left margin, page header:
VIEW *.txt /P /Font:"Arial: 11" /LM:0.75 /Header:"%%e;%%f;Page %%p"
I've solved the final piece: the documentation for font size is wrong. If you use it, you cannot change font size.
Current (wrong) documentation:
/Font:"Font Name",size eg, /Font:"Courier New",10
Correct (future) documentation:/Font:"Font Name: size" eg, /Font:"Courier New: 10"
Example, to correctly print all *.txt files in current directory, with left margin, page header:
VIEW *.txt /P /Font:"Arial: 11" /LM:0.75 /Header:"%%e;%%f;Page %%p"