Page 1 of 1

Using Add Word Space

PostPosted: Tue Apr 12, 2011 2:24 am
by CTC
Is there any way to use add (7) > Word Space in the command line batch file?

BRU 7Add equivalents

PostPosted: Fri Oct 04, 2013 10:18 am
by truth
The BRC equivalents are
/Prefix:Text
/Insert:Text:Position
/Suffix:Text

Spaces & other special-chars should be quoted away from the DOS shell
Below example inserts Space at CharPosition#5:
/Insert:" ":5