Windows Power Shell 스크립트가 손상됨


0

내 질문은 PShell과 관련이 있으며, 사용하려고했던 명령은. \ nvramcheck.ps1이며 응답은. \ dmp2csv.ps1에 대한 내용을 보여줍니다. 스크립트가 한 번에 작동했지만 이제이 오류가 발생했습니다. 아무도 왜 그런지 아십니까? 또는 고치는 방법?

The term 'C:\nvramcheck\dmp2csv.ps1' is not recognized as the name of 
a cmdlet, function, script file, or operable program. Check the spelling 
of the name, or if a path was included, verify that the path is correct 
and try again.

At C:\nvramcheck\nvramcheck.ps1:169 char:21
+         $spiDUMP_array = & <<<<  "$script_path\dmp2csv.ps1" $spiDUMP
    + CategoryInfo          : ObjectNotFound: (C:\nvramcheck\dmp2csv.ps1:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

답변:


1

다른 powershell 스크립트에 액세스하려고하는데 스크립트 'C:\nvramcheck\dmp2csv.ps1가 없거나 액세스 권한이 없기 때문에 찾을 수 없습니다.

이 스크립트를 어딘가에서 복사했지만 종속 스크립트를 복사하지 않은 것 같습니다. 'C:\nvramcheck\dmp2csv.ps1

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.