假设我有一个名为的程序,any_program.exe
并且操作系统驱动器是C:
。该程序的位置是D:\Any_Folder\any_program.exe
如何在Windows 8中通过命令提示符启动/执行该程序?
我已经尝试了命令行START any_program.exe
,但是它显示了一个错误
Windows无法找到“ any_program.exe”。请确保您键入正确的名称,然后再试一次。
顺便说一句,它在Windows 7中运行良好。而且,如果我键入START notepad.exe
或START firefox.exe
(Firefox未安装在C:驱动器中),它将在Windows 8中运行。