home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: Menu_ScriptBit.edge 1.0 (Friday 22-Oct-93 12:55:22)
- **
- ** Set the script bit of the current window's file
- **
- ** Written by Thomas liljetoft & Inovatronics
- */
-
- options results
-
- /* get the current filename */
- getenvvar _fe_name
- name = result
-
- /* get the edge device name */
- getenvvar _ge_devname
-
- /* change the script bit then */
- address command protect result":"name "+s"
-