home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 25 / amigaformatcd25.iso / websites / drawstudio / download / dsdemfpu.lha / DrawStudioDemo / ClickForGerman next >
Text File  |  1997-01-08  |  333b  |  15 lines

  1. echo "This installs the German language file"
  2. echo "instead of the English language file."
  3. echo ""
  4. ask "Continue ?"
  5.  
  6. if warn
  7.     copy LanguageDeu.msg Language.msg
  8.  
  9.     echo "German language file now installed. If drawSTUDIO"
  10.     echo "is running, please quit and re-run for changes"
  11.     echo "to take effect."
  12. else
  13.     echo "No changes made"
  14. endif
  15.