You have to create a Profile.
In the Access 97 Help file, look up "command-line options". From the 5
topics you get, select the 4th ("Start Microsoft Access with command-line
options". There, select the bottom option ("Specify command-line options for
a shortcut"). Choose the "To display the list of command-line options,
click" button. /profile will be the 6th option down.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"MLH" <CRCI@NorthState.net> wrote in message
news:0er3b152n2eu5vjmuog7dptb2bprlulalb@4ax.com...[color=blue]
>I have created an A97 runtime distribution for the first time in my
> life this morning. I had precious little time to do it and was unable
> to create the distributable installation fileset with the option of it
> creating a shortcut for me.
>
> I'm sure it will. But for now, what exactly can I enter into the
> shortcut properties to describe the 'location' information that
> will have the runtime A97 open the subject mde file using the
> desired system database?
>
> In the Access 2.0 days, ADT used a format like this...
> C:\EZC_EZC\MSARN200.EXE C:\EZC_EZC\ezclean.mdb /ini g:\ezc.ini
>
> The ini file contain stuff like this...
> SystemDB=C:\EZC_EZC\system.mda
> UtilityDB=C:\EZC_EZC\utility.mda
> AllowCustomControls=1
> AllowOLE1LinkFormat=0
>
> [Run-Time Options]
> TitleBar=Easy-Clean
> StartupScreen=c:\ezc_ezc\mikenteo.bmp
> Icon=c:\ezc_ezc\EZC.ico
>
> [Clipboard Formats]
> Microsoft Excel (*.xls)=soa200.dll,1,xls
> Rich Text Format (*.rtf)=soa200.dll,2,rtf
> MS-DOS Text (*.txt)=soa200.dll,3,txt
>
> ....
>
> and so on.[/color]