setup.tcl

来自「Welcome to MS4W, the no fuss installer f」· TCL 代码 · 共 21 行

TCL
21
字号
# install mapscript/tclset tclhome [file dirname $tcl_library]set mslib $tclhome/MapscriptTcl1.0if {! [file isdirectory $mslib]} {    file mkdir $mslib}file copy -force libMapscript.dll      $mslibfile copy -force ../pkgIndex.tcl       $mslibfile copy -force ../mapscriptsupp.tcl  $mslibcatch {file copy -force ../mapscriptsupp.html  $mslib}catch {file copy -force ../mapscript_wrap.html  $mslib}wm title . "Mapscript/Tcl Installer"label .l -text "Mapscript/Tcl Installation is complete."button .b -text Ok -command exitpack .l .b -side top -padx 30 -pady 30

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?