how auto run application in command shell after system reboot?

  • Thread starter Thread starter canbaby
  • Start date Start date
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---
 
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 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---
 
Back
Top