|
发表于 2003-5-28 00:21:36
|
显示全部楼层
引自MAN PAGE
Wish is a simple program consisting of the Tcl command language, the Tk
toolkit, and a main program that reads commands from standard input or
from a file. It creates a main window and then processes Tcl commands.
If wish is invoked with no arguments, or with a first argument that
starts with ``-'', then it reads Tcl commands interactively from stan-
dard input. It will continue processing commands until all windows
have been deleted or until end-of-file is reached on standard input.
If there exists a file .wishrc in the home directory of the user, wish
evaluates the file as a Tcl script just before reading the first com-
mand from standard input.
估计是一个脚本处理器,不过是在窗口环境下面的,用Tcl的规则
试一下 wish 后面加上你的安装脚本 |
|