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

  1. //
  2. // #EDITORS.MNU
  3. //
  4. //--------------------------------------------------------------------
  5. 5                              // Left coordinate (column)
  6. 5                              // Top coordinate (row)
  7.  
  8. Select an Editor               // Menu description
  9.  
  10. ~SEDIT                         // Option description
  11. system("se $reply.sr")         // Execute SEDIT
  12.  
  13. ~Qedit                         // Option description
  14. system("q $reply.sr")          // Execute Qedit
  15.  
  16. [END]
  17.  
  18.