home *** CD-ROM | disk | FTP | other *** search
- // START.ACE.
- // Entry point for preschool.
- //
- // Content is temporary.
- // Probably, shell\*.ace will be moved here.
- //
- // $Log: start.ace $
- // Revision 1.7 1995/08/07 07:37:44 DAN
- // Set inisection name early, since commandline seems to
- // be having some trouble...
- // Revision 1.6 1995/08/05 00:26:17 DAN
- // No longer setting title in common/screen, so do it here.
- // Revision 1.5 1995/07/26 12:53:28 Danny
- // Added window icon (shown when minimized).
- // Revision 1.4 1995/07/19 14:55:35 ScottR
- // Reenable preloading. Disabling made things worse.
- // Revision 1.3 1995/07/19 09:52:44 ScottR
- // Disable preload for performance test.
- // Revision 1.2 1995/06/25 11:25:02 DAN
- // added log
- //
- // Written by: Danny Hendargo
- In system,
- // Set currentIniSection's sectionName to "PRSCHOOL".
-
- Set the window icon to prschool.cmp.
-
- // But only because we're not doing it the individual modules.
- Set the window title to prschool.txt.
-
- Include shell\shell.ace.
-