home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Nuntius 1.2 / src / UserStartup•T_MacApp < prev    next >
Encoding:
Text File  |  1993-09-10  |  658 b   |  25 lines  |  [TEXT/MPS ]

  1. # Copyright © 1986-1990 Apple Computer, Inc.  All rights reserved.
  2. # Drop this file in your MPW Folder
  3.  
  4. #    Set the location of the MacApp Folder
  5. # If the folder can't be found; automatically prompts user for it and
  6. # special userstartup for MacApp by cps
  7.  
  8. if "{IsMiniEnviroment}"
  9.     exit
  10. end
  11.  
  12. Set MacApp "{mpw}MacApp3.0.1:"
  13. #Set MacApp HjemmeKilde:MacApp3.1a1:
  14. Export MacApp
  15.  
  16. execute "{macapp}Startup Items:Startup"
  17.  
  18. exit
  19.  
  20. #    Execute the files should located in the Startup Items folder in the folder containing MacApp.
  21. For __Startup__i in `(Files -f -t TEXT "{MacApp}Startup Items:" || Set Status 0) ≥ dev:null`
  22.     Execute "{__Startup__i}"
  23. End
  24. Unset __Startup__i
  25.