home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / s / user-startup < prev   
Encoding:
Text File  |  1996-04-30  |  426 b   |  20 lines

  1. ;BEGIN MUI
  2. if exists "AFCD1:MUI"
  3.    assign MUI: "AFCD1:MUI"
  4.    if exists MUI:Libs
  5.       assign add LIBS: MUI:Libs
  6.    endif
  7.    if exists MUI:Locale
  8.       assign add LOCALE: MUI:Locale
  9.    endif
  10.    version >nil: exec.library 39
  11.    if not warn
  12.       if exists MUI:Docs
  13.          if exists HELP:dummy ; do not remove
  14.          endif                ; this entry!
  15.          assign add HELP: MUI:Docs
  16.       endif
  17.    endif
  18. endif
  19. ;END MUI
  20.