Thank you. > My personal approach would be to use the print.exe executable found on > windows machines via the cfexecute tag. > > Print.exe syntax: PRINT [/D:device] [[drive:][path]filename[...]] > > So something like this should work: > > <cfdirectory action="list" directory="c:\printDir\" name="myDir" /> > <cfoutput query="myDir"> > <cfexecute name="c:\windows\system32\print.exe" > arguments="/D:\\networkPrinter c:\printDir\#myDir.name#" timeout="5" > /> > </cfoutput> > > > Jake Pilgrim
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283321 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

