Re: add shortcut to startup menu
From: Lilo (zheye_at_moons.com.cn)
Date: 03/18/04
- Previous message: John: "Installable ISR - still having problems"
- In reply to: Valter Minute: "Re: add shortcut to startup menu"
- Next in thread: Carlo: "Re: add shortcut to startup menu"
- Reply: Carlo: "Re: add shortcut to startup menu"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Mar 2004 09:10:38 +0800
If you want that your application is started before the Windows ce
shell and you don't need to pass it command-line arguments, you could
use ideaworm's method.
would you give me a detail that how to start my application before the
windows ce shell?
what is "ideaworm's method"?
"Valter Minute" <vminute@REMOVEMEinwind.it> дÈëÓʼþ
news:Xns94AD6D57DAE70VALTERMINUTE@207.46.248.16...
> "Carlo" <c.allegretti@multimodo.it> wrote in
> news:ep4EcISCEHA.3348@TK2MSFTNGP11.phx.gbl:
>
> > How can I add a shortcut to the startup menu ?
> > I just want to open automatically Internet Explorer when I start
> > up the CE device.
> >
>
> If you want that your application is started before the Windows ce
> shell and you don't need to pass it command-line arguments, you could
> use ideaworm's method.
> If you need to add a shortcut to the startup folder.
> First you've to create a shortcut file. It's an ascii text file with
> .lnk extension and the following format:
> <length>#"<path>" <args>
> ex:
>
> then you've to add it to your windows CE image. You can add the
> following statement to your project.bib:
>
> FILES
> <yourfile.lnk> <sourcepath>\<yourfile.lnk> NK
>
> and then edit your project.dat to copy it to the startup folder
> during boot:
>
> Directory(LOC_DIRWINDOWSSTARTUP):-File("cerdisp.lnk","\Windows
> \cerdisp.lnk")
>
> --
> Valter Minute
> vminute@inwind.it (the reply address of this message is invalid)
- Previous message: John: "Installable ISR - still having problems"
- In reply to: Valter Minute: "Re: add shortcut to startup menu"
- Next in thread: Carlo: "Re: add shortcut to startup menu"
- Reply: Carlo: "Re: add shortcut to startup menu"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|