how auto run application in command shell after system reboot?

C

canbaby

Hi
I configure my system with command shell not explorer shell, so when
system boot, there are only a command prompt, so the shortcut of my
application in the star/program/startup couldn't run.
How auto run this shortcut?
Thanks
---canbaby---
 
K

KM

canbaby,

You an always run CMD.exe (CMD Shell) with a batch (or cmd) file as an argument. The batch file may launch any number of your
applications.

Or you can go with your own application as a shell. Your app can launch CMD.exe in background as well as any other applications
needed to be started up.

Also, look at the XPe docs for FBA Run/RunOnce request.

KM
 
C

canbaby

KM said:
canbaby,

You an always run CMD.exe (CMD Shell) with a batch (or cmd) file as an argument. The batch file may launch any number of your
applications.

Or you can go with your own application as a shell. Your app can launch CMD.exe in background as well as any other applications
needed to be started up.

Also, look at the XPe docs for FBA Run/RunOnce request.

KM
KM
You are so nice and agility, Thanks. I run it now!
---canbaby---
 

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