Tuesday, August 21, 2012

Several CMD Commands in parallel Execution


start cmd.exe /c "C:\Program Files\Mozilla Firefox\firefox.exe"
exit
start cmd.exe /c "C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE"
exit

1. make these commands as *.bat file.

2. Keep this new *.bat file in "C:\Documents and Settings\All Users\Start Menu\Programs\Startup" location.

3. While login windows OS, it will invoke the above *.exe automatically.

Advantage:
** It will reduce the number of user interaction for every login.

No comments:

Post a Comment