Dendraspis / StaxripBetaDownload

Small Powershell script that checks and downloads the latest beta version of StaxRip (https://github.com/staxrip/staxrip) - at the moment only from DropBox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated because of changed ownership, versioning and changed publication of StaxRip.


StaxripBetaDownload

This small Powershell script checks and downloads the latest beta version of StaxRip - at the moment only from DropBox.


Usage

  1. Check for latest beta version and download it to current directory if it doesn't exist there yet:
StaxripBetaDownload.ps1
  1. Check for latest beta version and download it after confirmation to current directory if it doesn't exist there yet:
StaxripBetaDownload.ps1 -ConfirmDownload
  1. Check for latest beta version and download it to A:\Downloaded Apps\StaxRip if it doesn't exist there yet - directory is going to be created if it doesn't exist yet:
StaxripBetaDownload.ps1 -DownloadDirectory "A:\Downloaded Apps\StaxRip"
  1. Check for latest beta version and download it to current directory if it doesn't exist there yet. Use the current DropBox link from the docs instead of the one saved in this script:
StaxripBetaDownload.ps1 -GetDropboxUrlFromDoc

About

Small Powershell script that checks and downloads the latest beta version of StaxRip (https://github.com/staxrip/staxrip) - at the moment only from DropBox.

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%