Re: Invoke email-client/MUA
In article <429cb249$1@xxxxxxxxxxxxxxxxx>,
Tore Morkemo <tore@xxxxxxxxxx> wrote:
>
>Hi!
>
>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?
exec $env(COMSPEC) /c start $url
OK, it's a trick:
set url
mailto:tore@xxxxxxxxxx
.
Relevant Pages
- Re: Invoke email-client/MUA
... > We can start a web-browser in Tcl on windows with ... > is there a similar way to start a mail-program? ... which works with 'Windows but has limitations (e.g., ... (comp.lang.tcl) - 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) |
|