TABLE OF CONTENTS


::pwtk::runDOS

SYNOPSIS

proc ::pwtk::runDOS {args} {

USAGE

   runDOS ?OPTIONS?  INPUT  ?OUTPUT?  ?&?    

   Options are: 
     -bg
     -append  
     -serial 
     -prefix PREFIX
     -postfix POSTFIX
     -exec EXECUTABLE
     -ihandle VALUE

PURPOSE

Construct the dos.x input file from the input data and run the dos.x program.

OPTIONS

ARGUMENTS

SOURCE

    # handle treatrun
    treat_run_ {*}$args

    return [eval {makeInputAndRun_ ::pwtk::di dos.x} $args]
}