假设我有一个名为的程序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 中运行。