2010-01-05 4 views
0

코드 줄 "WScript.CreateObject (")를 실행할 때 "xpto.vbs (2, 1) ClassFactory가 요청한 클래스를 제공 할 수 없습니다" WScript.Shell ")"다음 코드에 :ClassFactory가 요청한 클래스를 제공 할 수 없습니다. - WScript.CreateObject ("WScript.Shell")

Dim oShell 
Set oShell = WScript.CreateObject ("WScript.Shell") 
oShell.run "cmd /K CD C:\ & Dir" 
Set oShell = Nothing 

나는 windows2000에 vbscript 버전 5.1을 가지고 있습니다.

나를 도와 줄 사람이 있습니까?

답변

관련 문제