내 질문은 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