home *** CD-ROM | disk | FTP | other *** search
- /* Set PASSWORD option for XFH device.
- *
- * This is useful if you wish to use encryption with XFH. Obviously,
- * storing the password in an option file wouldn't be a good idea.
- *
- * Usage: rx SetPassword <device> <password>
- *
- * For example: rx SetPassword XDH1 SecretKey
- */
-
- PARSE ARG unit value rest
- ADDRESS (''||unit) /* Arexx wierdness... */
- 'setoption' 'PASSWORD='||value
-