https://github.com/CakeRepository/PPKG-Export-to-ISO
Export PPKG File to ISO
https://github.com/CakeRepository/PPKG-Export-to-ISO
Last synced: 5 months ago
JSON representation
Export PPKG File to ISO
- Host: GitHub
- URL: https://github.com/CakeRepository/PPKG-Export-to-ISO
- Owner: CakeRepository
- License: mit
- Created: 2020-10-15T23:53:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-15T23:54:56.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:07:11.604Z (8 months ago)
- Language: PowerShell
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - CakeRepository/PPKG-Export-to-ISO - Export PPKG File to ISO (PowerShell)
README
# PPKG-Export-to-ISO
Export PPKG File to ISOChange these lines to match up where you want the file, where the file is, and what the file name will be
#Directory to export PPKG ISO
$dirWithPPKG = "C:\temp\iso"
#Directory with PPKG File
$pathForIso = "C:\ISOs\"
#Export ISO Name
$exportFileName = "YoutubePPKG"