CMD - 未被识别为 internal/external 命令
CMD - is not recognized as an internal/external command
我对“命令提示符”有疑问:
如何解决这个问题?
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\BIN
2. Then execute your command.
stsadm -o uninstallfeature -name UserInterfaceWayBillActions -force
输入
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\BIN\stsadm -o uninstallfeature -name UserInterfaceWayBillActions -force
然后按回车键
我对“命令提示符”有疑问:
如何解决这个问题?
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\BIN
2. Then execute your command.
stsadm -o uninstallfeature -name UserInterfaceWayBillActions -force
输入
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\BIN\stsadm -o uninstallfeature -name UserInterfaceWayBillActions -force
然后按回车键