【问题标题】:CMD - is not recognized as an internal/external command [duplicate]CMD - 不被识别为内部/外部命令[重复]
【发布时间】:2016-05-17 06:43:29
【问题描述】:

我对“命令提示符”有疑问:

如何解决这个问题?

【问题讨论】:

  • 你想对程序文件做什么??
  • cd Program Files
  • 我想访问 C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN>stsadm -o uninstallfeature -name UserInterfaceWayBillActions -force
  • 首先通过命令导航到该目录: cd s C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN 然后执行您的命令。

标签: windows cmd command-prompt


【解决方案1】:
    You have to follow two steps for this :

    1.navigate to that directory through command :
 cd C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN

    2. Then execute your command. 

     stsadm -o uninstallfeature -name UserInterfaceWayBillActions -force 

【讨论】:

    【解决方案2】:

    输入

    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN\stsadm -o uninstallfeature -name UserInterfaceWayBillActions -force

    然后按回车

    【讨论】:

      猜你喜欢
      • 2014-04-20
      • 2020-10-31
      • 2018-01-01
      • 2013-01-04
      • 2012-12-18
      • 1970-01-01
      • 2018-09-11
      • 2020-04-07
      相关资源
      最近更新 更多