Skip to the content.

json-downloader-powershell

🌍 영어, 🎎 한국어

사용법

:one: Windows 명령 프롬프트에서 사용하는 방법

CASE 1) 파일만 다운로드하는 경우

powershell -ExecutionPolicy Bypass -File main.ps1 json test.json

CASE 2) 파일 다운로드 후 압축 해제

powershell -ExecutionPolicy Bypass -File main.ps1 7z zip.json

:two: Powershell에서 사용하는 방법

CASE 1) 파일만 다운로드하는 경우

.\main.ps1 json .	est.json

CASE 2) 파일 다운로드 후 압축 해제

.\main.ps1 7z .\zip.json

기능

파일 다운로드

파일 압축 해제

라이선스