English 中文(简体)
为什么我能够迅速从指挥部手中接过这一卷宗?
原标题:why can t I run this exe file from the command prompt?
  • 时间:2011-08-17 11:13:57
  •  标签:
  • windows

My file s path is D:installed softwareWing IDE 3.2inwingide.exe.

现在我想在指挥线上管理<代码>左翼>。 首先,我进入启动箱的<代码>cmd,然后获得<代码>C:文件和环境 署长;

然后,I类带d: 然后, 插入软件Wing IDE 3.2inwingide.exe。 并点击进入钥匙。 显示<代码>D:封面不是指令。 为什么? 我如何能够纠正这种情况?

最佳回答

视窗的指挥(我希望你不会实际使用MS-DOS!)并不关心你们的是什么钥匙。 它关心你试图行动的指挥,看来是:

installed softwareWing IDE 3.2inwingide.exe

因此,你要求实施“搁置”方案,并向它传递三个参数:

  • softwareWing
  • IDE
  • 3.2inwingide.exe

......由于这种指挥力最强,你利用白色空间分离物品。 也许希望:

"installed softwareWing IDE 3.2inwingide.exe"

"D:installed softwareWing IDE 3.2inwingide.exe"
问题回答

你的路程有一段空间,因此,你需要在这里引述。 打字:

"D:installed softwareWing IDE 3.2inwingide.exe"

类型:

"D:installed softwareWing IDE 3.2inwingide.exe"




相关问题
Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Programmatically detect Windows cluster configuration?

Does anyone know how to programatically detect that a Windows server is part of a cluster? Further, is it possible to detect that the server is the active or passive node? [Edit] And detect it from ...

get file icon for Outlook appointment (.msg)

I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...

Identifying idle state on a windows machine

I know about the GetLastInputInfo method but that would only give me the duration since last user input - keyboard or mouse. If a user input was last received 10 minutes ago, that wouldn t mean the ...

Terminating a thread gracefully not using TerminateThread()

My application creates a thread and that runs in the background all the time. I can only terminate the thread manually, not from within the thread callback function. At the moment I am using ...

热门标签