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

  1. //
  2. // #JESS.MNU
  3. //
  4. //--------------------------------------------------------------------
  5. 7                              // Left coordinate (column)
  6. 7                              // Top coordinate (row)
  7.  
  8. J.E. Smith Software            // Menu description
  9.  
  10. ~SPEED READ                    // Option description
  11. system("sr")                   // Execute SPEED READ
  12.  
  13. S~EDIT                         // Option description
  14. system("se")                   // Execute SEDIT
  15.  
  16. MY ~MONEY                      // Option description
  17. system("mm")                   // Execute MY MONEY
  18.  
  19. MY ~TIME                       // Option description
  20. system("mt")                   // Execute MY TIME
  21.  
  22. e~Xit menu                     // Option description
  23. return(27)                     // Execute SEDIT
  24.  
  25. [END]
  26.  
  27.  
  28.