home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************
- *
- * SetScriptBit Copyright (c) 1989, Peter Cherna
- *
- * ARexx program for CygnusEd Professional that sets the script bit
- * of the current file.
- *
- * Version 1.00: April 26, 1989 Release 1.2: August 29, 1989
- *
- ************************************************************************/
-
- options results
-
- /* Get the full path and file name of the current file: */
- status 19
-
- address command 'protect' result '+S'
-
- exit
-