; $VER: Install_UtahRLE.script V2.2 (16.7.95) ; © 1995 by Andreas R. Kleinert. ; This is the Installer Script for my UtahRLE-SVObject (set svlibdir (askdir (prompt "Library Path") (help @askdir-help) (newpath) (default "LIBS:") ) ) (makedir (tackon svlibdir "svobjects")) (copyfiles (prompt "Installing UtahRLE.svobject to LIBS:svobjects ...") (help @copyfiles-help) (source "libs/svobjects") (dest (tackon svlibdir "svobjects")) (pattern "#?.svobject") (files) )