This is Tcl/Tk 8.0.3 for Windows NT on the Alpha processor.

INSTALLATION
------------

1/ Unzip all the files to a directory of your choice ( for example
   C:\Program Files\Tcl ). Make sure to preserve the directory
   structure while unzipping.
   
2/ (Optional) Create a shortcut to "c:\Program Files\Tcl\bin\wish80.exe"
   and to "c:\Program Files\Tcl\bin\tclsh80.exe" in your Start Menu
   
3/ (Optional) Create a file type for the extension ".tcl" and associate it
   to "c:\Program Files\Tcl\bin\wish80.exe". To do that, open an Explorer
   window, select in the menu View->Options. Select the "File Types" tab.
   Click "New Type". 
   In "Description of type", enter: Tcl Script
   In "Associated Extensions", enter: tcl
   In "Content Type", enter: application/x-tcl
   To create a default action for this new file type, click the "New" button.
   In "Action", enter: Open 
   In "Application used to perform this action", enter: 
   "c:\Program Files\Tcl\bin\wish80.exe" "%1" (change the directory if you
   installed the files elsewhere)
