PC Review Forums Newsgroups Windows XP Windows XP Embedded Command Shell Startup

Reply

Command Shell Startup

 
Thread Tools Rate Thread
Old 09-12-2003, 11:59 PM   #1
Pfass
Guest
 
Posts: n/a
Default Command Shell Startup


I am booting up to the command shell and want to run my
app as soon as windows start. Anyone know how to run a
file when bootng to the command shell. thanks

paul
  Reply With Quote
Old 10-12-2003, 10:54 AM   #2
Heidi Linda eMVP
Guest
 
Posts: n/a
Default Re: Command Shell Startup

"Pfass" <anonymous@discussions.microsoft.com> wrote in message
news:1086701c3bea8$0a1b4b90$a601280a@phx.gbl...
> I am booting up to the command shell and want to run my
> app as soon as windows start. Anyone know how to run a
> file when bootng to the command shell. thanks
>

My system does this. You need to put a run key into the registry. My system
includes the following which launches a configuration batch file. You can
import .reg files into component designer, so that if you're creating a
custom component for your application, you can add the reg key to make it
auto-run there.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Startup"="c:\\startup\\startup.bat"


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off