I have a Rexx program that builds an html file to be printed and it used to work with the command rundll32 mshtml.dll,PrintHTML C:\path\file.html but since one of the IE updates (don't know exactly where) it no longer works. I can manually open the file with IE and print it that way, but calling mshtml.dll to cause it to print directly does not. Has the syntax of this command changed? Thanks,