How do I open a program via the command prompt in Windows 8?

Posted by Ahmadul Hoq on Super User See other posts from Super User or by Ahmadul Hoq
Published on 2012-10-28T09:14:52Z Indexed on 2012/10/28 11:06 UTC
Read the original article Hit count: 166

Filed under:
|

Suppose I have a program named any_program.exe and my operating system drive is C:. The location of the program is D:\Any_Folder\any_program.exe

How do I start/execute that program via command prompt in Windows 8?

I have tried the command line START any_program.exe, but it shows me an error that

Windows cannot find 'any_program.exe'. Make sure you typed the name correctly, and then try again.

By the way, it worked perfectly in Windows 7. And, if I type START notepad.exe or START firefox.exe (Firefox is not installed in C: drive), it works in Windows 8.

© Super User or respective owner

Related posts about command-line

Related posts about windows-8