can anyone show me how to contain the dos command:
rundll32 mshtml.dll,PrintHTML "drive:\path\filename.html"
within a dos FOR loop, so as I can print all the html files in a folder with one mouse click?
the goal here is to make a bat file that sends all the html files in folder to the printer, and then
copies them to a network drive.
rundll32 mshtml.dll,PrintHTML "drive:\path\filename.html"
within a dos FOR loop, so as I can print all the html files in a folder with one mouse click?
the goal here is to make a bat file that sends all the html files in folder to the printer, and then
copies them to a network drive.