home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / www / amitrix / animgif.lha / AnimGIF / AddAnimGif.awebrx next >
Text File  |  1997-08-15  |  405b  |  20 lines

  1. /*
  2.         Adds AnimGIF to AWeb MIME-TYPE settings and saves.
  3. */
  4.  
  5. options results
  6.  
  7. parse ARG args
  8. interpret translate(strip(args), ';',' ')
  9.  
  10. gif.0 = 1
  11. gif.1.item = "MIME"
  12. gif.1.value = "IMAGE/GIF;gif;A;awebplugin/animgif.awebplugin;SCALEMODE="scalemode
  13.  
  14. 'SetCFG MIME STEM' gif 'ADD'
  15. 'SaveSettings'
  16.  
  17. 'Request "AnimGif Installation" "Installation complete.*NEnjoy the AnimGif plugin!" "_Ok" NOWAIT'
  18.  
  19. exit 0
  20.