Re: Invoke email-client/MUA
Tore Morkemo wrote:
> We can start a web-browser in Tcl on windows with
>
> exec $env(COMSPEC) /c start $url
>
> is there a similar way to start a mail-program?
http://www.faqs.org/rfcs/rfc2368.html describes "The mailto URL scheme"
which works with 'Windows but has limitations (e.g., you can't send to
more than a couple dozen recipients).
.
Relevant Pages
- Tcl-URL! - weekly Tcl news and links (Mar 1)
... "I agree that providing a Windows equivalent of the [canvas ... Tcl3D offers the 3D functionality of OpenGL and other 3D libraries ... tcl3dOglExt Wrapper for enhanced OpenGL functionality. ... The Tcl Windows API extension provides ... (comp.lang.tcl) - Printing Issue - TclPro vs ActiveState
... I am running ACTIVESTATE TCL 8.4.13 on WINDOWS XP OS computer. ... # Use the GDI package to do direct drawing in windows ... lappend result "Can't get default printer. ... (comp.lang.tcl) - Re: wheres Tcl?
... Here's how I do it on windows. ... I have an IRC client that uses Tcl not only as its user scripting language for IRC ... Picking a different core to load byway of the Stubs linkage of the executable is ... it will require logic for discovering and loading a Tcl core on the ... (comp.lang.tcl) - Dr. Dobbs Tcl-URL! - weekly Tcl news and links (Mar 28)
... Tcl Windows API extension V0.8 aka TWAPI extension provides access ... Thanks to Arjen Markus for his so-accurate summary of Wiki activity: ... (comp.lang.tcl) - Re: Good debugger?
... >>Any Tcl core that was built for windows doesn't have that problem. ... >Because Cygwin, by definintion, is not native. ... that's still in script form from prodebug. ... >>But if it can't coexist with native Tcl components, ... (comp.lang.tcl) |
|