LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 1 Dec 2003 13:01:07 -0800
Reply-To:   Jack <klazno4@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jack <klazno4@YAHOO.COM>
Organization:   http://groups.google.com
Subject:   Re: Splash screen on application launch
Content-Type:   text/plain; charset=ISO-8859-1

Ben, You can use the SAS option 'splashloc' to set the graphic. In windows you would put this in the RUN line located in the properties menu. (by right clicking) In the run line all SAS options are always preceded by the - sign.

ex. of run line "c:\program files\sas\sas.exe" -splashloc "c:\test\your_picture.bmp"

This will launch sas (assuming that the SAS exe file is at that location) with your picture. The only con to this method is that only bmp works easily.

Hope that this helps ya. Jack


Back to: Top of message | Previous page | Main SAS-L page