Re: how to launch programs from command line ?

Tech-Archive recommends: Fix windows errors by optimizing your registry



ketul wrote:
how do i launch simple programs from command line on
winxp/win2K/win2k3 machine ?
i am trying to launch outlook and msn messanger

please help....newbies to scripting. is there any utility available
to do this.

Usually you type the name of the application's executable.
You may - if the executable is not found in the PATH - need the full path to
the executable.
For example.. Outlook 2003..

%ProgramFiles%\Microsoft Office\OFFICE11\Outlook.exe

(%ProgramFiles% is an environment variable - it simply stores the location
of the systems Program Files directory - usually C:\Program Files.)

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


.