home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
compress
/
misc
/
xfh
/
arexx
/
setpassword.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
384b
|
14 lines
/* 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