home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / me34src.zip / me3 / mutt / builtin / boot.mut < prev    next >
Text File  |  1995-01-14  |  195b  |  16 lines

  1. (defun
  2.   boot-ME MAIN HIDDEN
  3.   {
  4.     (if (not (load-code "me3"))
  5.       {
  6.     (getchar)
  7.     (stop-ME 1)
  8.       })
  9.   }
  10.   Boot-ME3
  11.   {
  12.     (boot-ME)
  13.     (if (pgm-exists "start-ME-up") (start-ME-up))
  14.   }
  15. )
  16.