Here are the steps Nicolas Boretos documented on the Metakit mailing list to build a tclhttpd starkit on a Windows platform machine.
set env(TCL_HTTPD_LIBRARY) [file join $scripdoc::self lib] source [file join $scripdoc::self bin httpd.tcl]
@tclkit sdx %1 %2 %3 %4 %5 %6 %7 %8 %9
@tclkit tclhttpd %1 %2 %3 %4 %5 %6 %7 %8 %9
sdxcreate fs2sd tclhttpd
Note, tclkit.exe should be in c:\, or at least where the system can find it or edit the batch file and use the full path.
Note, the current tclhttpd3.3.1, looks for tcllib at the same directory level as tclhttpd, so either adjust as necessary, or use tcllib0.8
See also http://equi4.com/pub/tk/examples/tclhttpd.README and Tclhttpd Winservice.