home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
s_wmttool.tcl
< prev
next >
Wrap
Text File
|
1997-03-07
|
880b
|
22 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)s_wmttool.tcl /main/titanic/4
# Author: voyager
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)s_wmttool.tcl /main/titanic/4 7 Mar 1997 Copyright 1997 Cayenne Software Inc.
require wmttool.tcl
method WmtTool::startDocbatch {this type args endCmd upd busy {dir ""}} {
set exe [m4_path_name bin otprint$EXE_EXT]
set module [[.main moduleHdlr] getModuleSpec docwriter]
set docbatch [[.main moduleHdlr] getFiles tcl docbatch.tcl $module]
set docbatch [lindex $docbatch 0]
set script "[quoteIf $exe] [quoteIf $docbatch] -- $args"
set msg "Starting docbatch"
$this startCommand $type $script $endCmd $msg $upd $busy $dir
}