smalltalk.rc
changeset 432 cc53b5447d56
parent 428 a73fe2bfa29e
child 436 33e0bef37066
--- a/smalltalk.rc	Mon Feb 14 15:32:20 2000 +0100
+++ b/smalltalk.rc	Tue Feb 15 10:36:08 2000 +0100
@@ -125,6 +125,10 @@
     Smalltalk exit
 ].
 
+((args includes:'--noBanner') or:[args includes:'-noBanner']) ifFalse:[
+    Smalltalk fileIn:'showBanner.rc'.
+].
+
 "/
 "/ map Language variable setting to known and handled
 "/ values:
@@ -563,3 +567,5 @@
 "/ ].
 !
 
+Smalltalk fileIn:'hideBanner.rc'.
+