home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mpm1_28.zip / listarea.cmd < prev    next >
OS/2 REXX Batch file  |  1995-10-05  |  207b  |  12 lines

  1. /* LISTAREA.CMD Lists all available file areas */
  2.  
  3. rc = MPM_QueryAreaList('arealist')
  4.  
  5. do i = 1 to arealist.0
  6.     Say arealist.i.area' - 'arealist.i.desc
  7. end
  8.  
  9. Say
  10. Say 'Click SEND to quit.'
  11. Pull .
  12.