home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / maildb2.zip / ML2EDIT.CMD < prev    next >
OS/2 REXX Batch file  |  1987-02-14  |  896b  |  20 lines

  1. * ML2EDIT.CMD
  2. ERASE
  3. ?'               TO EDIT RECORDS'
  4. ?
  5. ?'Determine file structure if unknown: DISPLAY STRUCTURE'
  6. ?'Determine record number : DISPLAY ALL [field list, etc.]'
  7. ?'                      or: FIND [key] from indexed database'
  8. ?'                      or: LOCATE [scope] FOR [expression]'
  9. ?'             Edit record: EDIT  (full screen editing)'
  10. ?'  (Quit EDIT with ^W to write or ^Q to abort)'
  11. ?'                      or: EDIT [record number]'
  12. ?'                      or: CHANGE [scope] FIELD list [FOR expression]'
  13. ?'                      or: REPLACE [scope] field WITH expression'
  14. ?'                      or: DELETE [scope] [FOR expression]'
  15. ?'  (Un-delete)         or: RECALL [scope] [FOR expression]'
  16. ?
  17. ?'Recall this display with: DO ML2EDIT'
  18. ?'When editing completed, return to main menu with: DO ML2'
  19. CANCEL
  20.