2016-05-17 77 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

和命中類型輸入

相關問題