Popular recipes by Gerald Lester http://code.activestate.com/recipes/users/489496/2004-05-19T21:04:53-07:00ActiveState Code RecipesPrinting an existing file on Windows (Tcl)
2004-05-19T21:04:53-07:00Gerald Lesterhttp://code.activestate.com/recipes/users/489496/http://code.activestate.com/recipes/284848-printing-an-existing-file-on-windows/
<p style="color: grey">
Tcl
recipe 284848
by <a href="/recipes/users/489496/">Gerald Lester</a>
(<a href="/recipes/tags/platform/">platform</a>).
</p>
<p>A small routine to print a given file under Windows (note it blows up if the extension is not registered or if there is no print command for the extension -- feel free to add error checking).</p>