
These are some things I use with RexxTool.cmd, but it does not depend on them.

standalone.btm
  I have a macro library that can be used by any Rexx program I write, but
  sometimes I want to convert the macro procedures to internal procedures.
  Usually because internal procedures are faster, or so I can share a file
  without external dependencies. This batch file does that using RexxTool.cmd
  to identify the external procedures used and RexxMerge.cmd to import them.

indenter.btm
  is a 4OS2 batch file that is a front end to my Rexx and BTM formatters.
  I normally call it from a text editor, but it will work just as well from
  the command line. As in
        indenter.btm File.cmd
  It depends on a number of other programs that you probably have already--
  grep.exe, expand.exe, diff.exe, eautil.exe. I also use a side-by-side file
  comparer called tfc.exe. I do not include it here but it is in the ZtreeBold
  package ztb194a5_upd.zip at hobbesarchive.com or as TadziosFileCompare_1-4.zip
  at hobbesarchive.com.

  You can edit indenter.btm to suit yourself.

BTMTool.cmd
  Is a new project that I work on now and then. It is similar to RexxTool.cmd
  but for 4OS2 BTM files. So far, all it does is indent, recapitalize, check
  for errors, and show external dependencies. It needs more work, but it is
  useful in its present state. It was included with RexxTool.cmd, but has
  been split off into a separate package. Search for "BTMTool.cmd" on
  hobbesarchive.com.

