home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
software
/
grafica
/
imageengineerv3.41
/
imengv3.41p2
/
extra
/
arexx
/
install
< prev
next >
Wrap
Text File
|
1997-01-06
|
617b
|
28 lines
; Install ARexx support scripts.
; © 1996 Simon Edwards
; This script installs some support scripts for DOpus5
(transcript "Installing...")
(message (cat "\nThis installs some ARexx scripts that "
"perform some handy operations on indexed files."
"The scripts will be installed in the REXX: "
"directory.
))
(working "Installing ARexx scripts...")
(copyfiles
(prompt "")
(help @copyfiles-help)
(files)
(pattern "#?.rexx")
(source "")
(dest "REXX:")
)
(exit (cat
"ARexx scripts have been installed in your REXX:"
"directory. See the ReadMe file in this"
"directory for more information."))