--- gforth/engine/main.c 2012/07/23 14:53:53 1.259 +++ gforth/engine/main.c 2012/07/23 15:00:53 1.260 @@ -2503,7 +2503,7 @@ int gforth_main(int argc, char **argv, c gforth_setstacks(); retvalue=gforth_boot(argc, argv, path); if(retvalue > 0) { - /* gforth_execute(gforth_find("license")); */ + gforth_execute(gforth_find("bootmessage")); retvalue = gforth_quit(); } gforth_cleanup();