home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / comm / speed / _bbs2.mnu < prev    next >
Text File  |  1995-06-22  |  729b  |  25 lines

  1. //
  2. // #BBS2.MNU
  3. //
  4. //--------------------------------------------------------------------
  5. 4                              // Left coordinate (column)
  6. 6                              // Top coordinate (row)
  7.  
  8. MORE CHOOSE BBS                // Menu description
  9.  
  10. ~Update BBS List   ALT-U       // Option description
  11. return(1173)                   // Return value for (ALT-U)
  12.  
  13. ~View folder       V           // Option description
  14. return(86)                     // Return value for (V)
  15.  
  16. ~Delete folder     D           // Option description
  17. return(68)                     // Return value for (D)
  18.  
  19. ~Prune folder      P           // Option description
  20. return(80)                     // Return value for (P)
  21.  
  22. [END]
  23.  
  24.  
  25.