home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Index / Scripts / set_mp_quiet < prev    next >
AmigaDOS Script File  |  1995-08-27  |  427b  |  14 lines

  1. .key Language/A,DEV
  2. .bra {
  3. .ket }
  4.  
  5. CD {DEV}:
  6.  
  7. Echo >ENV:MPQUIET TRUE
  8.  
  9. IF {Language} EQ "deutsch"
  10.     :C/AutoReq "-tDas Wählen einer neuen Spalten-Konfiguration" "-twird nun nicht mehr dazu führen, daß anschließend" "-tdie Konfiguration angezeigt wird." -nOK
  11. ELSE
  12.     :C/AutoReq "-tIf you now choose a new configuration" "-tfor the three columns, you won't see the" "-twindow which shows you the actual config any longer." -nOK
  13. ENDIF
  14.