I'm trying to write a program to print documents(txt, doc,pdf,html and url) in the batch mode. Actually I'm using process.start method to launch shell process which works fine except that the print configure dialogue box always appeared before the html was printed. Is there any way to bypass the dialogue so that no any user's intervention is needed?

Any help will be appreciated.



Leo