home *** CD-ROM | disk | FTP | other *** search
- ;
- ; $VER: PopupMenuUserInstaller V1.0 (27.2.96)
- ; Copyright ©1996-1997 Henrik Isaksson
- ;
-
- (copylib
- (prompt "Installing the popupmenu.library...")
- (help @copylib-help)
- (source "popupmenu.library")
- (dest "LIBS:")
- (optional force askuser)
- (confirm)
- )
-
- (set @default-dest "LIBS:")
-
- (exit)
-