I need to do a downloadable Windows batch file (.bat) which runs lpr command on clients machine. That's easy. The hard part is that the batch file must include the data to be printed also. Everything needs to be in one downloadable-file that could be ran by the enduser.
Is there any way to include .prn file (Print-to-file -file) in batch file? Or can I somehow include the printer data on lpr command?
Thanks!
lprdoesn't sound like a Windows command. Which OS is running on the client's machine? – pavium Jun 13 '11 at 11:12lprlooks, to me, like a unix command, where there are a number of solutions. Oh well... – pavium Jun 13 '11 at 11:28