home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / DT / DT023B.ZIP / INC-PROG.LZH / ACTIONS.LZH / COMMON.ACT < prev    next >
Text File  |  1991-03-20  |  630b  |  25 lines

  1. Descript;Actions Common to All Classes
  2. Edit;Edit if ASCII text file
  3.     !verify "Is this object an ordinary ASCII text file?"
  4.     #editText
  5. View;View using internal viewer
  6.     #viewText
  7.     !noRelog
  8. Archive;Add object to an archive
  9.     !query 1 "Enter name of LHA archive to which to add '%f'" 12
  10.     !verify "OK to archive '%f' to '%1'?"
  11.     lha u %1 %f
  12.     !pause
  13.     !delete
  14. Copy;Make a copy of the object
  15.     !copy
  16. Delete;Delete object, after verif
  17.     !delete
  18. Print;Print if ASCII text file
  19.     !verify "Is this object an ordinary ASCII text file?"
  20.     #printTxt
  21. Rename;Rename the object
  22.     !rename
  23. Take;Take object along as you move
  24.     !take
  25.