home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (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
- }
-