Launch Iexplore From Command Line
There should be an environment variable for the Program Files directory. On my install it is%ProgramFiles%. It may be localized for a given language into whatever the equivalent phrase/word is in that language. I could imagine that the Internet Explorer folder name might be localized as well. This should handle cases where Windows is installed to a drive letter other than C:Thus, to start Internet Explorer from the command line (for me): '%ProgramFiles%Internet Exploreriexplore.exe'Remember the double quotes as there is a space in the command line! The shortest way is to use start with exe name as 1Âș param.
Launch Iexplore From Command Line Download
Home Tips Windows Run Explorer from the command prompt and make it o. 300+ book mentions, 95% thumbs up, millions of downloads. The Windows Explorer open to a directory of your choice from the 'DOS/Command Prompt' by using the Start command. At the command prompt, type. Start and press ENTER.
start ' iexplore // you may use start iexplore on most systems. start ' firefox. start ' chromeYes!
Works.But you have ask only about IExplorer. Following your code sample:cd program filesmozilla firefoxfirefoxSame code with internet explorer equals to:cd program filesinternet exploreriexploreWhen start iexplorer do not work for you, the best chance may be:'%programfiles%internet exploreriexplore' // you do not need to use uppercases.