ZIP
# 파일 압축
Compress-Archive -Path ".\Credential.txt" -DestinationPath ".\Credential.zip"# 파일 압축
zip Credential.zip Credential.txt 
Last updated
# 파일 압축
Compress-Archive -Path ".\Credential.txt" -DestinationPath ".\Credential.zip"# 파일 압축
zip Credential.zip Credential.txt 
Last updated