Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you launch HTML files with tcl code? 1

Status
Not open for further replies.

dcarp

Programmer
Mar 6, 2007
6
US
Apparently, the tcl 'exec' command is reserved for .exe files only. Performing a tcl 'open' command does not launch html files either. (Of course source, wish, tclsh do not know how to interpret html.) Is it possible to launch an HTML file such as 'deskview.html' or 'deskview.htm' from tcl code?
 
see if this helps: thread287-1351462


_________________
Bob Rashkin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top