home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / libraries / mui20usr.lha / MUI / Demos / StartMeFirst < prev    next >
Encoding:
Text File  |  1993-11-19  |  380 b   |  17 lines

  1. echo "This script makes some temporary assigns to allow"
  2. echo "the MUI demo programs and the preferences to work"
  3. echo "even without a previously installed MUI."
  4.  
  5. assign add LIBS:   /Libs
  6. assign add LIBS:   /Classes
  7. assign add LOCALE: DFView/Locale
  8.  
  9. assign exists "help:" >nil:
  10. if not warn
  11.     dir >nil: help:
  12.      assign add HELP: /Docs
  13. endif
  14.  
  15. echo ""
  16. echo "Everything ready to go..."
  17.