Latest recipes tagged "platform"http://code.activestate.com/recipes/tags/platform/new/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>
Raw Console Input on UNIX Platforms (Tcl)
2001-09-11T05:11:20-07:00Donal Fellowshttp://code.activestate.com/recipes/users/99497/http://code.activestate.com/recipes/68397-raw-console-input-on-unix-platforms/
<p style="color: grey">
Tcl
recipe 68397
by <a href="/recipes/users/99497/">Donal Fellows</a>
(<a href="/recipes/tags/platform/">platform</a>).
</p>
<p>Get those direct keystrokes here by leveraging the power of stty!</p>