Project home page, including documentation, examples and
download links, is at http://twapi.sourceforge.net/
V1.0.2 Changes
------------
Changes since V1.0 Beta are primarily bug fixes.
See http://twapi.sf.net/versionhistory.html for a complete
list of changes.
TWAPI Summary
--------------
The Tcl Windows API (TWAPI) extension provides access to
over 380 functions in the Windows API from within the Tcl
scripting language. The extension targets the Windows NT
family (NT 4.0SP4+, Windows 2000, Windows XP and Windows 2003),
and is not supported on the Windows 95/98/ME platforms.
Currently functions in the following areas are implemented:
* System functions including OS and CPU information,
shutdown and message formatting
* User and group management
* Security and resource access control
* Window management
* User input: generate key/mouse input and hotkeys
* Basic sound playback functions
* Configuration and control of Windows services
* Windows event log access
* Process and thread management
* Directory change monitoring
* Windows file and print network shares
* Drive information, file system types etc.
* Network configuration and statistics
* Network connection monitoring and control
* Clipboard access
* Console mode functions
* System performance data
* Window stations and desktops
* Internationalization
* Task scheduling
* Shell functions for shortcuts, themes, dialogs
* COM client support
It surely would be great if this excellent tool could be distributed in
the ActiveTcl distribution...
Ditto!
Robert
Anyone is of course free to redistribute it as it is covered under a
BSD license. As an aside, there is a new Windows Tcl distribution from
Martin Matuska that does include TWAPI - see http://wintcltk.berlios.de
and http://developer.berlios.de/projects/wintcltk.
/Ashok