home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / mac / SiteBldr / AMOVIE / SDK / _SETUP / COMMON.Z / regall.bat < prev    next >
Encoding:
DOS Batch File  |  1996-06-20  |  1.2 KB  |  61 lines

  1. @echo off
  2. rem ========================================================================;
  3. rem
  4. rem  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  5. rem  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  6. rem  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  7. rem  PURPOSE.
  8. rem
  9. rem  Copyright (c) 1992 - 1996  Microsoft Corporation.  All Rights Reserved.
  10. rem
  11. rem ========================================================================;
  12.  
  13. echo Registering Quartz SDK Samples
  14.  
  15. echo Ball
  16. regedit /s ball\ball.reg
  17.  
  18. echo Contrast
  19. regedit /s contrast\contrast.reg
  20.  
  21. echo Dump to File
  22. regedit /s dump\dump.reg
  23.  
  24. echo Effect
  25. regedit /s effect\effect.reg
  26.  
  27. echo Easy RGB24 Image Effect
  28. regedit /s ezrgb24\ezrgb24.reg
  29.  
  30. echo Gargle
  31. regedit /s gargle\gargle.reg
  32.  
  33. echo Infinite Tee
  34. regedit /s inftee\inftee.reg
  35.  
  36. echo NullIP
  37. regedit /s nullip\nullip.reg
  38.  
  39. echo NullNull
  40. regedit /s nullnull\nullnull.reg
  41.  
  42. echo SampVid
  43. regedit /s sampvid\sampvid.reg
  44.  
  45. echo Scope
  46. regedit /s scope\scope.reg
  47.  
  48. echo Synth
  49. regedit /s synth\synth.reg
  50.  
  51. echo TextOut
  52. regedit /s textout\textout.reg
  53.  
  54. echo Vidcap
  55. regedit /s vidcap\vidcap.reg
  56.  
  57. echo IAMovie
  58. regedit /s pids\IAMovie\IAMovie.reg
  59.  
  60. echo Done.
  61.