sourcecode

PowerShell 3의 파일 확장자

codebag 2023. 4. 8. 08:27
반응형

PowerShell 3의 파일 확장자

우리 모두는 알고 있을 것이다..bat를 참조해 주세요.

PowerShell 3 스크립트의 파일 확장자는 무엇입니까?

찾았다.ps1기타 엔딩도 있지만 버전1 전용입니다.

모든 버전의 PowerShell 파일은 .ps1(또는 .psm1, .psd1 등)입니다.

언급URL : https://stackoverflow.com/questions/12107462/file-extension-for-powershell-3

반응형