home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / Edge1721.DMS / Edge1721.adf / Edge_Rexx.lha / Menu_LoadDefMac.edge < prev    next >
Encoding:
Text File  |  1993-11-09  |  408 b   |  16 lines

  1. /*
  2. ** $VER: Menu_LoadDefMac.edge 1.0 (Friday 22-Oct-93 12:55:22)
  3. **
  4. ** Make an Edge macro the default macro
  5. **
  6. ** Written by Thomas liljetoft & Inovatronics
  7. */
  8.  
  9. options results
  10.  
  11. /* ask the user what edge macro script to work with */
  12. requestfile title """Load Macro...""" path """rexx:""" getdir
  13.  
  14. /* copy the file to the default macro's place */
  15. if rc==0 then address command copy result """ram:edge.macro"""
  16.