home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Install the midi.library in the system
- ;
- ; Copy it to libs: or a user chosen directory
- ;
-
- (message "This will install the midi-library permanently on your system. "
- "Many programs in the midi directory on this CD-ROM use this library. "
- "If you don't use these programs frequently, running the "
- "clickme.first at the top level of the CD-ROM will make the "
- "library temporarily available to the programs (i. e. until the "
- "next reboot).\n"
- "If you plan to use these programs more frequently, it is "
- "recommended that you run this script and install the library "
- "on your hard disk.\n\nImportant Note: There are other "
- "\"midi.library\"s, not compatible with this one! Be careful not "
- "to overwrite one of these by accident!"
- )
-
- (complete 25)
-
- (copylib
- (prompt "Copy midi.library")
- (help "\n The midi.library will be copied to the specified "
- "directory.")
- (source "libs/midi.library")
- (dest
- (set @default-dest
- (askdir
- (prompt "Where do you want the midi.library copied to?")
- (help "\nSpecify the directory where you want tht midi.library "
- "copied to. Usually this will be the LIBS: directory or "
- "another directory added to LIBS: with an Assign ADD "
- "command.\n\n"
- @copylib-help
- )
- (default "LIBS:")
- (disk)
- )
- )
- )
- (confirm)
- )
-
- (complete 100)
-