Prog## in Reg file?

H

Harry Simpson

In the following reg file script I have:

[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog20]
"Name"="\windows\wceload.exe"
"Command"="\application\EasyIDMOBILE.CAB"
"Continue"=dword:0
"ColdBootOnly"=dword:1

My question is what determines the Prog number as Prog20 above? Is it
arbitrary or does it relate to a specific location for this program?

TIA

Harry
 
G

Guest

It's Symbol-defined, so you're best off asking them. My guess is that it
works like the Init keys, so it defines the order in the event there are
multiples.
 
H

Harry Simpson

thanks Chris, will do I thought it was a generic thing in CE setups or
something.

Harry
It's Symbol-defined, so you're best off asking them. My guess is that it
works like the Init keys, so it defines the order in the event there are
multiples.


--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


Harry Simpson said:
In the following reg file script I have:

[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog20]
"Name"="\windows\wceload.exe"
"Command"="\application\EasyIDMOBILE.CAB"
"Continue"=dword:0
"ColdBootOnly"=dword:1

My question is what determines the Prog number as Prog20 above? Is it
arbitrary or does it relate to a specific location for this program?

TIA

Harry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top