| Author: Saravanan Somasundaram 29 Aug 2008 | Member Level: Silver | Rating: Points: 2 |
hi, just paste ur application short cut to startup folder. it'll invoke every time the system logged in
regards Saravanan Somasundaram
|
| Author: Amalraj Irudayamani 29 Aug 2008 | Member Level: Silver | Rating: Points: 4 |
If you want to run your application (Exe) while windows starts up, then you need to copy paste the exe in the windows startup folder.
the path is similar to this one: C:\Documents and Settings\amalraj\Start Menu\Programs\Startup
Open this folder and paste your application exe file.
This should work.
--Amal
|
| Author: Sreekanth M 29 Aug 2008 | Member Level: Silver | Rating: Points: 4 |
Hi, You can also go to control panel task scehduler and schedule a new task and choose the option of trigger to be when the system starts and you can choose that you want to start a program and proceed to enter the path of a .bat file which will have the command line arguments once this task is triggered to start the program.
|
| Author: ANIL PANDEY 29 Aug 2008 | Member Level: Diamond | Rating: Points: 3 |
hi,
simply paste ur application in C drive or the local drive of the system, then u can copy the Executable file from there to the Windows>? start up.. this will automatically start ur application as u start ur windows..
Thanks Anil
|
| Author: D.Jeya kumar(JK) 29 Aug 2008 | Member Level: Diamond | Rating: Points: 4 |
Hi,
To atart the application automatically you can add in windows service so that it will automatically start the application
the second way is to add the application in start up folder so that it will start the applciation when the user log in.
the third way is to add the applcation in job scheduler that will be invoked automatically when the user log in.
Regards JK
|