home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / bbs / tranamic.lha / Rexx / TrMaint.trans < prev    next >
Text File  |  1992-03-08  |  234b  |  10 lines

  1. /* A simple ARexx macro for starting up TrMaint */
  2.  
  3. options results                            /* All macros MUST have this line */
  4.  
  5. systeminfo 8 ; bbsline=result
  6. systeminfo 9 ; cfgfile=result
  7.  
  8. address command 'BBS:Bin/TrMaint -n'bbsline' -c'cfgfile
  9.  
  10. exit