home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0905.lha / MultiUser / Config / .profile next >
Text File  |  1993-08-26  |  357b  |  18 lines

  1. ; .profile for MultiUser Release 1.4
  2. ;
  3. ; ⌐ Copyright 1993 Geert Uytterhoeven
  4.  
  5. ; Dump the Message-of-the-day
  6. ;
  7. ; Change 'App:MultiUser' to your configuration directory!
  8.  
  9. If EXISTS App:MultiUser/Message_Of_The_Day
  10.    More App:MultiUser/Message_Of_The_Day
  11. EndIf
  12.  
  13. ; Execute the user's personal .profile
  14.  
  15. If EXISTS $Home/.profile
  16.    Execute $Home/.profile
  17. EndIf
  18.