Saturday, January 7, 2012

Quick Tip: HTML Printing using command prompt

If you have a long website information to print everyday. Here’s the command that you can execute.

print

HTML Printing via command line

rundll32.exe mshtml.dll,PrintHTML "filename"

Example

rundll32.exe mshtml.dll,PrintHTML "H:\study\formatparagraph3.html"

 

Enjoy!!!

No comments:

Post a Comment