Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run a program without user intervention

Status
Not open for further replies.

omegabetax

Technical User
Jun 20, 2006
54
0
0
RO
When I start my computer the system must run a program. I've modified the registry to run at every start. Each time an warning message appear and give me the posibility to RUN or CANCEL the pogram. How can run automatically the program without user intervention ?

Thanks
Authored by: bonny67
 
You may also want to try looking for some command line switches for your application.

To see if your application does, you can try some of the following techniques...
1. Check the help file for startup or "command line switches"
2. From a command prompt, try the good old standby /? (e.g. Myapp.exe /?) this may also show you some of the switches.
3. Try running some of the more "usual suspect" command line switches yourself (e.g. myapp.exe /y or myapp.exe -s or myapp.exe /q)

Hope this helps a bit.
LT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top