This directory contains the files associated the Tcl "bkset"
program.  These programs were written ny Man Kwong of Argonne National Lab.

  bk           execuatble compiled from bk.c (see below)
  bk.c         C source for bk
  bkcom.data   sameple record assocaited with bkcom.f
  bkcom.f      output Fortran program generated from bkcom.data
  bkdata       sample input record
  bkset        Tcl script
  newproc      some useful Tcl procs
  README


The command  bk
---------------

bk is a stand-alone command that does the work of "bkset" in a
generic environment (i.e. without Tcl).  It can be used whenever
Tcl is not available, e.g. when logging in remotely from a
non-xwindow termal.

In fact "bkset" calls on "bk" to generate the output file; this 
shortens the Tcl code for "bkset".  

USAGE:   
^^^^^

  bk  [outfile]       invokes the interactive mode
                      with self-explanatory menu
  bk outfile infile   non-interactive mode

  bk -                non-interactive, default outfile: bkcom.f
                                               infile:  bkdata

The non-interactive form can be used after "infile" has been
modified by an editor.
