;*------------------------------- ;* PBM.DOC ;*------------------------------- ;* PBM = Put Batch Message ;*------------------------------- Put Batch Message : sets the cursor to a specified row and column, and displays the specified message. ( for batch file use ) syntax : PBM r=rr,c=cc,m=amamamamamamamamamamamamamamamamamam where rr = row ( 01-25 decimal ) where cc = column ( 01-80 decimal ) where am = ascii message if no parms, default to current row and col, msg = '........................................' if error im parms, default to current row and col, msg = '* PBM * Parameter Syntax Error *' Bud Rasmussen 05/14/96