home *** CD-ROM | disk | FTP | other *** search
/ Knowledge Land / KNOWLEDGELA.ISO / pc / support / mac / ace / psdemo / start.ace next >
Encoding:
Text File  |  1996-09-19  |  1001 b   |  33 lines

  1. // START.ACE.
  2. // Entry point for preschool.
  3. //
  4. // Content is temporary.
  5. // Probably, shell\*.ace will be moved here.
  6. //
  7. // $Log: start.ace $
  8. // Revision 1.7  1995/08/07 07:37:44  DAN
  9. // Set inisection name early, since commandline seems to
  10. // be having some trouble...
  11. // Revision 1.6  1995/08/05 00:26:17  DAN
  12. // No longer setting title in common/screen, so do it here.
  13. // Revision 1.5  1995/07/26 12:53:28  Danny
  14. // Added window icon (shown when minimized).
  15. // Revision 1.4  1995/07/19 14:55:35  ScottR
  16. // Reenable preloading. Disabling made things worse.
  17. // Revision 1.3  1995/07/19 09:52:44  ScottR
  18. // Disable preload for performance test.
  19. // Revision 1.2  1995/06/25 11:25:02  DAN
  20. // added log
  21. //
  22. // Written by: Danny Hendargo
  23. In system,
  24.     // Set currentIniSection's sectionName to "PRSCHOOL".
  25.  
  26. Set the window icon to prschool.cmp.
  27.  
  28. // But only because we're not doing it the individual modules.
  29. Set the window title to prschool.txt.
  30.  
  31. Include shell\shell.ace.
  32.  
  33.