home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: Menu_LoadDefMac.edge 1.0 (Friday 22-Oct-93 12:55:22)
- **
- ** Make an Edge macro the default macro
- **
- ** Written by Thomas liljetoft & Inovatronics
- */
-
- options results
-
- /* ask the user what edge macro script to work with */
- requestfile title """Load Macro...""" path """rexx:""" getdir
-
- /* copy the file to the default macro's place */
- if rc==0 then address command copy result """ram:edge.macro"""
-