home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gfx / superview-lib-9.12.lha / SuperView-Lib / Bonus / JPEG-SVObject / Install_JPEGObject.script < prev    next >
Text File  |  1994-12-28  |  801b  |  39 lines

  1. ; $VER: Install_JPEGObject.script V1.0 (17.9.94)
  2. ; © 1994 by Andreas R. Kleinert.
  3. ; This is the Installer Script for my JPEG-SVObject
  4.  
  5. (makedir "LIBS:svobjects")
  6.  
  7. (copyfiles
  8.   (prompt "Installing svobjects to LIBS:svobjects ...")
  9.   (help @copyfiles-help)
  10.   (source "libs/svobjects")
  11.   (dest "LIBS:svobjects")
  12.   (pattern "#?.svobject")
  13.   (files)
  14.   (confirm)
  15. )
  16.  
  17. (makedir "ENV:superview-Library")
  18.  
  19. (copyfiles
  20.   (prompt "Installing ControlPad to ENV: ...")
  21.   (help @copyfiles-help)
  22.   (source "env/superview-Library")
  23.   (dest "ENV:superview-Library")
  24.   (pattern "#?")
  25.   (files)
  26. )
  27.  
  28. (makedir "ENVARC:superview-Library")
  29.  
  30. (copyfiles
  31.   (prompt "Installing ControlPad to ENVARC: ...")
  32.   (help @copyfiles-help)
  33.   (source "env/superview-Library")
  34.   (dest "ENVARC:superview-Library")
  35.   (pattern "#?")
  36.   (files)
  37. )
  38.  
  39.