2016-05-17 78 views
-2

我有一个问题“命令提示符”:CMD - 不被识别为一个内部/外部命令

enter image description here

如何解决这个问题呢?

+3

你想在程序文件做什么? – Keshav

+1

'cd Program Files' – Idos

+0

我想访问C:\ Program Files \ Common Files \ Microsoft Shared \ Web Server Extensions \ 12 \ BIN> stsadm -o uninstallfeature -name UserInterfaceWayBillActions -force – Gohyu

回答

2
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 
1

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

和命中类型输入

相关问题