| Date: | Fri, 26 Oct 2001 16:03:56 -0400 |
| Reply-To: | "David L. Ward" <dward@SASHELP.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "David L. Ward" <dward@SASHELP.COM> |
| Subject: | Re: FSEDIT: Linking FSEDIT Data Entry to ICON? |
|
Create a windows shortcut something to the effect...
c:\sas\sas.exe -autoexec '...myinitfile.sas' -initcmd 'fsedit lib.screen'
the autoexec file should set up libnames and the initcmd will execute a DM
command as soon as the SAS session starts. You can choose the icon through
the windows property tabs of the shortcut.
HTH
David Ward
On Fri, 26 Oct 2001 15:39:12 -0400, Terry Fudin <t.fudin@GENAISSANCE.COM>
wrote:
>How would I link an FSEDIT Data Entry application to an ICON on my Desktop?
>Thank you!
|