home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Backup / DIA30PRO.DMS / in.adf / MagicWB-Demo.run / MagicWB-Demo / Show MagicWB 2.0 < prev    next >
Encoding:
Text File  |  1995-07-30  |  2.6 KB  |  99 lines

  1. failat 21
  2.  
  3. echo "*n*n*e[1;32m ____________________________________________________________________"
  4. echo " *e[43m                                                                    *e[0m"
  5. echo " *e[0;32;43m                  Welcome to MagicWB v2.0: PREVIEW*e[1m                  *e[0m"
  6. echo " *e[1;4;43m                                                                    *e[0m"
  7. echo "*n*n*n The following picture snapshot will show you how your Workbench is"
  8. echo " going to look like if you use *e[32mMagicWB 2.0*e[0m...*n"
  9. echo noline " Do you have the AGA-Chipset or any graphics board? "
  10. set > NIL: AGA ?
  11. if $AGA eq "ja"
  12.   skip ShowAGA
  13. endif
  14. if $AGA eq "j"
  15.   skip ShowAGA
  16. endif
  17. if $AGA eq "y"
  18.   skip ShowAGA
  19. endif
  20. if $AGA eq "yes"
  21.   skip ShowAGA
  22. endif
  23. skip Continue
  24.  
  25.  
  26. lab ShowAGA
  27.  
  28. if exists sys:utilities/multiview
  29.   sys:prefs/palette ClickForColors use
  30.   sys:utilities/multiview Preview
  31. else
  32.   if exists sys:utilities/display
  33.     sys:utilities/display Preview
  34.   else
  35.     echo "*n Sorry, I couldn't find either 'Multiview' or 'Display' to display"
  36.     echo " the preview picture. Please use your own display utility to view the"
  37.     echo " pictures 'Preview' and 'PreviewCopper' in this directory."
  38.     wait 15
  39.     skip end
  40.   endif
  41. endif
  42.  
  43. echo "*n Now you are going to see the MagicWB with the use of MagicCopper"
  44. echo " under the AGA-Chipset..."
  45.  
  46. wait 4
  47. if exists sys:utilities/multiview
  48.   sys:utilities/multiview PreviewCopper screen
  49. else
  50.   if exists sys:utilities/display
  51.     sys:utilities/display PreviewCopper
  52.   endif
  53. endif
  54.  
  55. skip end
  56.  
  57.  
  58.  
  59. lab continue
  60.  
  61. if exists sys:utilities/multiview
  62.   sys:prefs/palette palette4bit.ilbm use
  63.   sys:utilities/multiview Preview
  64. else
  65.   if exists sys:utilities/display
  66.     sys:utilities/display Preview
  67.   else
  68.     echo "*n Sorry, I couldn't find either 'Multiview' or 'Display' to display"
  69.     echo " the preview picture. Please use your own display utility to view the"
  70.     echo " pictures 'Preview' and 'PreviewCopper' in this directory."
  71.     wait 15
  72.     skip end
  73.   endif
  74. endif
  75.  
  76. echo "*n Now you are going to see the MagicWB with the use of MagicCopper"
  77. echo " under the AGA-Chipset..."
  78.  
  79. wait 4
  80. if exists sys:utilities/multiview
  81.   sys:utilities/multiview PreviewCopper screen
  82. else
  83.   if exists sys:utilities/display
  84.     sys:utilities/display PreviewCopper
  85.   endif
  86. endif
  87.  
  88.  
  89. lab end
  90.  
  91. echo "*n*n*n*n Did you like it? Please read the information texts about MagicWB"
  92. echo " 2.0 to know more about this new version. You can now register with"
  93. echo " the help of the SASG registration program..."
  94. wait 11
  95.  
  96. run >NIL: Registration "MISC=Diavolo-Kunde (nicht entfernen!)" COUNTRY=Deutschland
  97.  
  98. quit
  99.