Command line photo printing in Windows 7

我怕爱的太早我们不能终老 提交于 2019-11-30 16:07:07

Maybe reformatting the command and adding some absolute paths would help? The following worked for me:

rundll32 C:\WINDOWS\system32\shimgvw.dll,ImageView_PrintTo "c:\mydir\my.bmp" "Fictional HP Printer"

Try via MS Paint

mspaint /pt <FILE> <PRINTER>

Works like a charme for me.

Did you look here?

http://social.technet.microsoft.com/Forums/en-US/ITCG/thread/87e942da-faec-48e1-b339-7ba3da7c9134

The provided rundll32 command line looks slightly different from yours. Alternatively, the page implies that mspaint.exe has a command-line option to print.

Note that I haven't tried any of these, though...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!