FailAt 20


Echo ""
Echo "Please choose the catalogs which you want to install."
Echo ""


; deutsch
Ask "Do you want to install the catalog 'deutsch'?"
If NOT WARN
  Skip NoDeutsch
EndIf

If NOT EXISTS Locale:Catalogs/deutsch/
  MakeDir Locale:Catalogs/deutsch
EndIf

Echo "*nCopying deutsch/GALer.catalog to Locale:Catalogs/deutsch/"
Copy > NIL: Catalogs/deutsch/GALer.catalog TO Locale:Catalogs/deutsch/

Echo "*nCopying deutsch/GALerTest.catalog to Locale:Catalogs/deutsch/"
Copy > NIL: Catalogs/deutsch/GALerTest.catalog TO Locale:Catalogs/deutsch/

Lab NoDeutsch



; dansk
Ask "Do you want to install the catalog 'dansk'?"
If NOT WARN
  Skip NoDansk
EndIf

If NOT EXISTS Locale:Catalogs/dansk/
  MakeDir Locale:Catalogs/dansk
EndIf

Echo "*nCopying dansk/GALer.catalog to Locale:Catalogs/dansk/"
Copy > NIL: Catalogs/dansk/GALer.catalog TO Locale:Catalogs/dansk/

Echo "*nCopying dansk/GALerTest.catalog to Locale:Catalogs/dansk/"
Copy > NIL: Catalogs/dansk/GALerTest.catalog TO Locale:Catalogs/dansk/

Lab NoDansk




Echo "There are no more catalogs."


Avail > NIL: FLUSH
Echo "*nDone."
EndCLI > NIL:
