BTMTool.cmd:
  Awhile back I wrote a code analyzer/formatter/etc for Rexx scripts called
  RexxTool.cmd, and wondered if I could modify it to do the same sort of things
  with 4OS2 BTM scripts. BTMTool.cmd is the result. It took more modifying than I
  expected and it doesn't do as much as RexxTool.cmd, but it seems to be reliable
  at what it does. (RexxTool.cmd is available at hobbesarchive.com in the
  pub/os2/dev/proglang/rexx directory)

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 to edit indenter.btm to suit yourself.

send bug reports and feature requests to
  amonroe5301@gmail.com

Anton Monroe


